COLOR #5F6A74

HEX: #5F6A74
RGB: (95,106,116)

Color info

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

RGB color model

#5F6A74 color RGB value is (95,106,116).

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

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 116 of 255 = 45%

95
106
116

R + G + B ~ 41%. #5F6A74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 116 = 317 (100%)
R 95 of 317 ~ 29.97%
G 106 of 317 ~ 33.44%
B 116 of 317 ~ 36.59%

%29.97
%33.44
%36.59

CMYK color model

#5F6A74 color CMYK value is (18,9,0,55).

  • cyan value is 18.10%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,9,0,55)
C18M9Y0K55 
(18%,9%,0%,55%)
(0.18/0.09/0.00/0.55)	

CMYK percentages

%18.1
%8.62
%0
%54.51

Codes

Color #5F6A74 in popluar color models

5F6A74
RGB95106116
HSL209°9.95%41.37%
HSB/HSV209°18.10%45.49%
CMYK18.10%8.62%0.00%
54.51%

Color #5F6A74 in popluar number systems.

HEX5F6A74
Decimal95106116
Binary101111111010101110100
Octal137152164

Shades and tints

Shades of #5F6A74

#5F6A74
(95,106,116)
#57616A
(87,97,106)
#4F5860
(79,88,96)
#474F56
(71,79,86)
#3F464C
(63,70,76)
#373D42
(55,61,66)
#2F3438
(47,52,56)
#272B2E
(39,43,46)
#1F2224
(31,34,36)
#17191A
(23,25,26)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F6A74

#5F6A74
(95,106,116)
#6D7780
(109,119,128)
#7B848C
(123,132,140)
#899198
(137,145,152)
#979EA4
(151,158,164)
#A5ABB0
(165,171,176)
#B3B8BC
(179,184,188)
#C1C5C8
(193,197,200)
#CFD2D4
(207,210,212)
#DDDFE0
(221,223,224)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A74; }

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

This text font color is #5F6A74.


Background Color

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

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

This div background color is #5F6A74.


Border color

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

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

This div border color is #5F6A74.


Opacity

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

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

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

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

This text has shadow with #5F6A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A74 on black background.


Color preview on white background

This text has color #5F6A74 on white background.



Black color preview on #5F6A74 background

This text has black color on #5F6A74 background.


White color preview on #5F6A74 background

This text has white color on #5F6A74 background.