COLOR #5F4F74

HEX: #5F4F74
RGB: (95,79,116)

Color info

#5F4F74 contains red, green and blue colors in about the same proportion. Web safe color of #5F4F74 is #666666 (or #666).

RGB color model

#5F4F74 color RGB value is (95,79,116).

  • red value is 95;
  • green value is 79;
  • blue value is 116.
RGB:
(95,79,116)
(37%,31%,45%)

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 116 of 255 = 45%

95
79
116

R + G + B ~ 38%. #5F4F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 116 = 290 (100%)
R 95 of 290 ~ 32.76%
G 79 of 290 ~ 27.24%
B 116 of 290 ~ 40%

%32.76
%27.24
%40

CMYK color model

#5F4F74 color CMYK value is (18,32,0,55).

  • cyan value is 18.10%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,32,0,55)
C18M32Y0K55 
(18%,32%,0%,55%)
(0.18/0.32/0.00/0.55)	

CMYK percentages

%18.1
%31.9
%0
%54.51

Codes

Color #5F4F74 in popluar color models

5F4F74
RGB9579116
HSL266°18.97%38.24%
HSB/HSV266°31.90%45.49%
CMYK18.10%31.90%0.00%
54.51%

Color #5F4F74 in popluar number systems.

HEX5F4F74
Decimal9579116
Binary101111110011111110100
Octal137117164

Shades and tints

Shades of #5F4F74

#5F4F74
(95,79,116)
#57486A
(87,72,106)
#4F4160
(79,65,96)
#473A56
(71,58,86)
#3F334C
(63,51,76)
#372C42
(55,44,66)
#2F2538
(47,37,56)
#271E2E
(39,30,46)
#1F1724
(31,23,36)
#17101A
(23,16,26)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #5F4F74

#5F4F74
(95,79,116)
#6D5F80
(109,95,128)
#7B6F8C
(123,111,140)
#897F98
(137,127,152)
#978FA4
(151,143,164)
#A59FB0
(165,159,176)
#B3AFBC
(179,175,188)
#C1BFC8
(193,191,200)
#CFCFD4
(207,207,212)
#DDDFE0
(221,223,224)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4F74 color. Also use rgb(95,79,116) instead hex code.

Text Font Color

.myTextColor { color: #5F4F74; }

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

This text font color is #5F4F74.


Background Color

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

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

This div background color is #5F4F74.


Border color

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

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

This div border color is #5F4F74.


Opacity

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

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

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

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

This text has shadow with #5F4F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F74 on black background.


Color preview on white background

This text has color #5F4F74 on white background.



Black color preview on #5F4F74 background

This text has black color on #5F4F74 background.


White color preview on #5F4F74 background

This text has white color on #5F4F74 background.