COLOR #5F4572

HEX: #5F4572
RGB: (95,69,114)

Color info

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

RGB color model

#5F4572 color RGB value is (95,69,114).

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

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 114 of 255 = 45%

95
69
114

R + G + B ~ 36%. #5F4572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 114 = 278 (100%)
R 95 of 278 ~ 34.17%
G 69 of 278 ~ 24.82%
B 114 of 278 ~ 41.01%

%34.17
%24.82
%41.01

CMYK color model

#5F4572 color CMYK value is (17,39,0,55).

  • cyan value is 16.67%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(17,39,0,55)
C17M39Y0K55 
(17%,39%,0%,55%)
(0.17/0.39/0.00/0.55)	

CMYK percentages

%16.67
%39.47
%0
%55.29

Codes

Color #5F4572 in popluar color models

5F4572
RGB9569114
HSL275°24.59%35.88%
HSB/HSV275°39.47%44.71%
CMYK16.67%39.47%0.00%
55.29%

Color #5F4572 in popluar number systems.

HEX5F4572
Decimal9569114
Binary101111110001011110010
Octal137105162

Shades and tints

Shades of #5F4572

#5F4572
(95,69,114)
#573F68
(87,63,104)
#4F395E
(79,57,94)
#473354
(71,51,84)
#3F2D4A
(63,45,74)
#372740
(55,39,64)
#2F2136
(47,33,54)
#271B2C
(39,27,44)
#1F1522
(31,21,34)
#170F18
(23,15,24)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #5F4572

#5F4572
(95,69,114)
#6D557E
(109,85,126)
#7B658A
(123,101,138)
#897596
(137,117,150)
#9785A2
(151,133,162)
#A595AE
(165,149,174)
#B3A5BA
(179,165,186)
#C1B5C6
(193,181,198)
#CFC5D2
(207,197,210)
#DDD5DE
(221,213,222)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4572; }

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

This text font color is #5F4572.


Background Color

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

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

This div background color is #5F4572.


Border color

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

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

This div border color is #5F4572.


Opacity

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

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

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

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

This text has shadow with #5F4572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4572 on black background.


Color preview on white background

This text has color #5F4572 on white background.



Black color preview on #5F4572 background

This text has black color on #5F4572 background.


White color preview on #5F4572 background

This text has white color on #5F4572 background.