COLOR #5F347D

HEX: #5F347D
RGB: (95,52,125)

Color info

#5F347D contains mainly red and blue colors. Web safe color of #5F347D is #663366 (or #636).

RGB color model

#5F347D color RGB value is (95,52,125).

  • red value is 95;
  • green value is 52;
  • blue value is 125.
RGB:
(95,52,125)
(37%,20%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 52 of 255 = 20%
B 125 of 255 = 49%

95
52
125

R + G + B ~ 35%. #5F347D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 52 + 125 = 272 (100%)
R 95 of 272 ~ 34.93%
G 52 of 272 ~ 19.12%
B 125 of 272 ~ 45.96%

%34.93
%19.12
%45.96

CMYK color model

#5F347D color CMYK value is (24,58,0,51).

  • cyan value is 24.00%
  • magenta value is 58.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,58,0,51)
C24M58Y0K51 
(24%,58%,0%,51%)
(0.24/0.58/0.00/0.51)	

CMYK percentages

%24
%58.4
%0
%50.98

Codes

Color #5F347D in popluar color models

5F347D
RGB9552125
HSL275°41.24%34.71%
HSB/HSV275°58.40%49.02%
CMYK24.00%58.40%0.00%
50.98%

Color #5F347D in popluar number systems.

HEX5F347D
Decimal9552125
Binary10111111101001111101
Octal13764175

Shades and tints

Shades of #5F347D

#5F347D
(95,52,125)
#573072
(87,48,114)
#4F2C67
(79,44,103)
#47285C
(71,40,92)
#3F2451
(63,36,81)
#372046
(55,32,70)
#2F1C3B
(47,28,59)
#271830
(39,24,48)
#1F1425
(31,20,37)
#17101A
(23,16,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F347D

#5F347D
(95,52,125)
#6D4688
(109,70,136)
#7B5893
(123,88,147)
#896A9E
(137,106,158)
#977CA9
(151,124,169)
#A58EB4
(165,142,180)
#B3A0BF
(179,160,191)
#C1B2CA
(193,178,202)
#CFC4D5
(207,196,213)
#DDD6E0
(221,214,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F347D color. Also use rgb(95,52,125) instead hex code.

Text Font Color

.myTextColor { color: #5F347D; }

<p style="color:#5F347D">This sample text font color is #5F347D.</p>

This text font color is #5F347D.


Background Color

.myBgColor { background-color: #5F347D; }

<div style="background-color:#5F347D">Inner text</div>

This div background color is #5F347D.


Border color

.myBorderColor { border: 1px solid #5F347D; }

<div style="border:3px solid #5F347D">Div</div>

This div border color is #5F347D.


Opacity

.myOpacity80 { color: #5F347D; opacity: 0.8; }

<p style="color:#5F347D;opacity:0.8;">80%</p>

Text with #5F347D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5F347D;}

<p style="text-shadow: 3px 3px 1px #5F347D">Text here.</p>

This text has shadow with #5F347D color.

.textShadow {text-shadow: 3px 3px 1px #5F347D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5F347D, 5px 5px 20px red">Text here.</p>

This text has shadow with #5F347D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5F347D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5F347D, Direction=45, Strength=4)">Text</p>

This text has shadow with #5F347D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5F347D;
  -webkit-box-shadow:	1px 1px 3px 2px #5F347D;
  box-shadow:		1px 1px 3px 2px #5F347D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5F347D;
-webkit-box-shadow: 1px 1px 3px 2px #5F347D;
box-shadow:1px 1px 3px 2px #5F347D;">
Div content here</div>
This div box has shadow with color #5F347D.

Preview

Color preview on black background

This text has color #5F347D on black background.


Color preview on white background

This text has color #5F347D on white background.



Black color preview on #5F347D background

This text has black color on #5F347D background.


White color preview on #5F347D background

This text has white color on #5F347D background.