COLOR #5F5A74

HEX: #5F5A74
RGB: (95,90,116)

Color info

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

RGB color model

#5F5A74 color RGB value is (95,90,116).

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

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 116 of 255 = 45%

95
90
116

R + G + B ~ 39%. #5F5A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 90 + 116 = 301 (100%)
R 95 of 301 ~ 31.56%
G 90 of 301 ~ 29.9%
B 116 of 301 ~ 38.54%

%31.56
%29.9
%38.54

CMYK color model

#5F5A74 color CMYK value is (18,22,0,55).

  • cyan value is 18.10%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,22,0,55)
C18M22Y0K55 
(18%,22%,0%,55%)
(0.18/0.22/0.00/0.55)	

CMYK percentages

%18.1
%22.41
%0
%54.51

Codes

Color #5F5A74 in popluar color models

5F5A74
RGB9590116
HSL252°12.62%40.39%
HSB/HSV252°22.41%45.49%
CMYK18.10%22.41%0.00%
54.51%

Color #5F5A74 in popluar number systems.

HEX5F5A74
Decimal9590116
Binary101111110110101110100
Octal137132164

Shades and tints

Shades of #5F5A74

#5F5A74
(95,90,116)
#57526A
(87,82,106)
#4F4A60
(79,74,96)
#474256
(71,66,86)
#3F3A4C
(63,58,76)
#373242
(55,50,66)
#2F2A38
(47,42,56)
#27222E
(39,34,46)
#1F1A24
(31,26,36)
#17121A
(23,18,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F5A74

#5F5A74
(95,90,116)
#6D6980
(109,105,128)
#7B788C
(123,120,140)
#898798
(137,135,152)
#9796A4
(151,150,164)
#A5A5B0
(165,165,176)
#B3B4BC
(179,180,188)
#C1C3C8
(193,195,200)
#CFD2D4
(207,210,212)
#DDE1E0
(221,225,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5A74; }

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

This text font color is #5F5A74.


Background Color

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

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

This div background color is #5F5A74.


Border color

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

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

This div border color is #5F5A74.


Opacity

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

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

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

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

This text has shadow with #5F5A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5A74 on black background.


Color preview on white background

This text has color #5F5A74 on white background.



Black color preview on #5F5A74 background

This text has black color on #5F5A74 background.


White color preview on #5F5A74 background

This text has white color on #5F5A74 background.