COLOR #5F616E

HEX: #5F616E
RGB: (95,97,110)

Color info

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

RGB color model

#5F616E color RGB value is (95,97,110).

  • red value is 95;
  • green value is 97;
  • blue value is 110.
RGB:
(95,97,110)
(37%,38%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 110 of 255 = 43%

95
97
110

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

Portions of RGB colors in percentages

R + G + B =
95 + 97 + 110 = 302 (100%)
R 95 of 302 ~ 31.46%
G 97 of 302 ~ 32.12%
B 110 of 302 ~ 36.42%

%31.46
%32.12
%36.42

CMYK color model

#5F616E color CMYK value is (14,12,0,57).

  • cyan value is 13.64%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(14,12,0,57)
C14M12Y0K57 
(14%,12%,0%,57%)
(0.14/0.12/0.00/0.57)	

CMYK percentages

%13.64
%11.82
%0
%56.86

Codes

Color #5F616E in popluar color models

5F616E
RGB9597110
HSL232°7.32%40.20%
HSB/HSV232°13.64%43.14%
CMYK13.64%11.82%0.00%
56.86%

Color #5F616E in popluar number systems.

HEX5F616E
Decimal9597110
Binary101111111000011101110
Octal137141156

Shades and tints

Shades of #5F616E

#5F616E
(95,97,110)
#575964
(87,89,100)
#4F515A
(79,81,90)
#474950
(71,73,80)
#3F4146
(63,65,70)
#37393C
(55,57,60)
#2F3132
(47,49,50)
#272928
(39,41,40)
#1F211E
(31,33,30)
#171914
(23,25,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #5F616E

#5F616E
(95,97,110)
#6D6F7B
(109,111,123)
#7B7D88
(123,125,136)
#898B95
(137,139,149)
#9799A2
(151,153,162)
#A5A7AF
(165,167,175)
#B3B5BC
(179,181,188)
#C1C3C9
(193,195,201)
#CFD1D6
(207,209,214)
#DDDFE3
(221,223,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F616E color. Also use rgb(95,97,110) instead hex code.

Text Font Color

.myTextColor { color: #5F616E; }

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

This text font color is #5F616E.


Background Color

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

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

This div background color is #5F616E.


Border color

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

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

This div border color is #5F616E.


Opacity

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

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

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

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

This text has shadow with #5F616E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F616E on black background.


Color preview on white background

This text has color #5F616E on white background.



Black color preview on #5F616E background

This text has black color on #5F616E background.


White color preview on #5F616E background

This text has white color on #5F616E background.