COLOR #5F4577

HEX: #5F4577
RGB: (95,69,119)

Color info

#5F4577 contains red, green and blue colors in about the same proportion. Web safe color of #5F4577 is #663366 (or #636).

RGB color model

#5F4577 color RGB value is (95,69,119).

  • red value is 95;
  • green value is 69;
  • blue value is 119.
RGB:
(95,69,119)
(37%,27%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 119 of 255 = 47%

95
69
119

R + G + B ~ 37%. #5F4577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 119 = 283 (100%)
R 95 of 283 ~ 33.57%
G 69 of 283 ~ 24.38%
B 119 of 283 ~ 42.05%

%33.57
%24.38
%42.05

CMYK color model

#5F4577 color CMYK value is (20,42,0,53).

  • cyan value is 20.17%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(20,42,0,53)
C20M42Y0K53 
(20%,42%,0%,53%)
(0.20/0.42/0.00/0.53)	

CMYK percentages

%20.17
%42.02
%0
%53.33

Codes

Color #5F4577 in popluar color models

5F4577
RGB9569119
HSL271°26.60%36.86%
HSB/HSV271°42.02%46.67%
CMYK20.17%42.02%0.00%
53.33%

Color #5F4577 in popluar number systems.

HEX5F4577
Decimal9569119
Binary101111110001011110111
Octal137105167

Shades and tints

Shades of #5F4577

#5F4577
(95,69,119)
#573F6D
(87,63,109)
#4F3963
(79,57,99)
#473359
(71,51,89)
#3F2D4F
(63,45,79)
#372745
(55,39,69)
#2F213B
(47,33,59)
#271B31
(39,27,49)
#1F1527
(31,21,39)
#170F1D
(23,15,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #5F4577

#5F4577
(95,69,119)
#6D5583
(109,85,131)
#7B658F
(123,101,143)
#89759B
(137,117,155)
#9785A7
(151,133,167)
#A595B3
(165,149,179)
#B3A5BF
(179,165,191)
#C1B5CB
(193,181,203)
#CFC5D7
(207,197,215)
#DDD5E3
(221,213,227)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4577 color. Also use rgb(95,69,119) instead hex code.

Text Font Color

.myTextColor { color: #5F4577; }

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

This text font color is #5F4577.


Background Color

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

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

This div background color is #5F4577.


Border color

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

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

This div border color is #5F4577.


Opacity

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

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

Text with #5F4577 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 #5F4577;}

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

This text has shadow with #5F4577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4577 on black background.


Color preview on white background

This text has color #5F4577 on white background.



Black color preview on #5F4577 background

This text has black color on #5F4577 background.


White color preview on #5F4577 background

This text has white color on #5F4577 background.