COLOR #5F4972

HEX: #5F4972 RGB: (95,73,114)

Color info

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

RGB color model

#5F4972 color RGB value is (95,73,114).

RGB: (95,73,114) (37%, 29%, 45%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 114 of 255 = 45%

95
73
114

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

Portions of RGB colors in percentages

R + G + B = 95 + 73 + 114 = 282 (100%)
R 95 of 282 ~ 33.69%
G 73 of 282 ~ 25.89%
B 114 of 282 ~ 40.43'%

%33.69
%25.89
%40.43

CMYK color model

#5F4972 color CMYK value is (17,36,0,55).

  • cyan value is 16.67%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (17,36,0,55)
C17M36Y0K55 (17%, 36%, 0%, 55%)
(0.17 / 0.36 / 0.00 / 0.55)

CMYK percentages

%16.67
%35.96
%0
%55.29

Codes

Color #5F4972 in popluar color models

5F 49 72
RGB 95 73 114
HSL 272° 21.93% 36.67%
HSB/HSV 272° 35.96% 44.71%
CMYK 16.67% 35.96% 0.00%
55.29%

Color #5F4972 in popluar number systems.

HEX 5F 49 72
Decimal 95 73 114
Binary 1011111 1001001 1110010
Octal 137 111 162

Shades and tints

Shades of #5F4972

#5F4972
(95,73,114)
#574368
(87,67,104)
#4F3D5E
(79,61,94)
#473754
(71,55,84)
#3F314A
(63,49,74)
#372B40
(55,43,64)
#2F2536
(47,37,54)
#271F2C
(39,31,44)
#1F1922
(31,25,34)
#171318
(23,19,24)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #5F4972

#5F4972
(95,73,114)
#6D597E
(109,89,126)
#7B698A
(123,105,138)
#897996
(137,121,150)
#9789A2
(151,137,162)
#A599AE
(165,153,174)
#B3A9BA
(179,169,186)
#C1B9C6
(193,185,198)
#CFC9D2
(207,201,210)
#DDD9DE
(221,217,222)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4972; }

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

This text font color is #5F4972.

Background Color

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

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

This div background color is #5F4972.

Border color

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

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

This div border color is #5F4972.

Opacity

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

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

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

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

This text has shadow with #5F4972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4972.

Preview

Color preview on black background

This text has color #5F4972 on black background.


Color preview on white background

This text has color #5F4972 on white background.


Black color preview on #5F4972 background

This text has black color on #5F4972 background.


White color preview on #5F4972 background

This text has white color on #5F4972 background.


Related colors

Complementary color

Complementary color for #hex is #A0B68D.


I love getcolorcode.com

Triadic colors

1 #725F49 and #49725F with #5F4972 are triadic colors.

2 #72495F and #495F72 with #5F4972 are triadic colors.