COLOR #5F6A5E

HEX: #5F6A5E
RGB: (95,106,94)

Color info

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

RGB color model

#5F6A5E color RGB value is (95,106,94).

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

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 94 of 255 = 37%

95
106
94

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

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 94 = 295 (100%)
R 95 of 295 ~ 32.2%
G 106 of 295 ~ 35.93%
B 94 of 295 ~ 31.86%

%32.2
%35.93
%31.86

CMYK color model

#5F6A5E color CMYK value is (10,0,11,58).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(10,0,11,58)
C10M0Y11K58 
(10%,0%,11%,58%)
(0.10/0.00/0.11/0.58)	

CMYK percentages

%10.38
%0
%11.32
%58.43

Codes

Color #5F6A5E in popluar color models

5F6A5E
RGB9510694
HSL115°6.00%39.22%
HSB/HSV115°11.32%41.57%
CMYK10.38%0.00%11.32%
58.43%

Color #5F6A5E in popluar number systems.

HEX5F6A5E
Decimal9510694
Binary101111111010101011110
Octal137152136

Shades and tints

Shades of #5F6A5E

#5F6A5E
(95,106,94)
#576156
(87,97,86)
#4F584E
(79,88,78)
#474F46
(71,79,70)
#3F463E
(63,70,62)
#373D36
(55,61,54)
#2F342E
(47,52,46)
#272B26
(39,43,38)
#1F221E
(31,34,30)
#171916
(23,25,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F6A5E

#5F6A5E
(95,106,94)
#6D776C
(109,119,108)
#7B847A
(123,132,122)
#899188
(137,145,136)
#979E96
(151,158,150)
#A5ABA4
(165,171,164)
#B3B8B2
(179,184,178)
#C1C5C0
(193,197,192)
#CFD2CE
(207,210,206)
#DDDFDC
(221,223,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A5E; }

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

This text font color is #5F6A5E.


Background Color

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

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

This div background color is #5F6A5E.


Border color

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

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

This div border color is #5F6A5E.


Opacity

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

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

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

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

This text has shadow with #5F6A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A5E on black background.


Color preview on white background

This text has color #5F6A5E on white background.



Black color preview on #5F6A5E background

This text has black color on #5F6A5E background.


White color preview on #5F6A5E background

This text has white color on #5F6A5E background.