COLOR #5F6B58

HEX: #5F6B58
RGB: (95,107,88)

Color info

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

RGB color model

#5F6B58 color RGB value is (95,107,88).

  • red value is 95;
  • green value is 107;
  • blue value is 88.
RGB:
(95,107,88)
(37%,42%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 88 of 255 = 35%

95
107
88

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

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 88 = 290 (100%)
R 95 of 290 ~ 32.76%
G 107 of 290 ~ 36.9%
B 88 of 290 ~ 30.34%

%32.76
%36.9
%30.34

CMYK color model

#5F6B58 color CMYK value is (11,0,18,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(11,0,18,58)
C11M0Y18K58 
(11%,0%,18%,58%)
(0.11/0.00/0.18/0.58)	

CMYK percentages

%11.21
%0
%17.76
%58.04

Codes

Color #5F6B58 in popluar color models

5F6B58
RGB9510788
HSL98°9.74%38.24%
HSB/HSV98°17.76%41.96%
CMYK11.21%0.00%17.76%
58.04%

Color #5F6B58 in popluar number systems.

HEX5F6B58
Decimal9510788
Binary101111111010111011000
Octal137153130

Shades and tints

Shades of #5F6B58

#5F6B58
(95,107,88)
#576250
(87,98,80)
#4F5948
(79,89,72)
#475040
(71,80,64)
#3F4738
(63,71,56)
#373E30
(55,62,48)
#2F3528
(47,53,40)
#272C20
(39,44,32)
#1F2318
(31,35,24)
#171A10
(23,26,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #5F6B58

#5F6B58
(95,107,88)
#6D7867
(109,120,103)
#7B8576
(123,133,118)
#899285
(137,146,133)
#979F94
(151,159,148)
#A5ACA3
(165,172,163)
#B3B9B2
(179,185,178)
#C1C6C1
(193,198,193)
#CFD3D0
(207,211,208)
#DDE0DF
(221,224,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B58 color. Also use rgb(95,107,88) instead hex code.

Text Font Color

.myTextColor { color: #5F6B58; }

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

This text font color is #5F6B58.


Background Color

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

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

This div background color is #5F6B58.


Border color

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

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

This div border color is #5F6B58.


Opacity

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

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

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

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

This text has shadow with #5F6B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B58 on black background.


Color preview on white background

This text has color #5F6B58 on white background.



Black color preview on #5F6B58 background

This text has black color on #5F6B58 background.


White color preview on #5F6B58 background

This text has white color on #5F6B58 background.