COLOR #5F654F

HEX: #5F654F
RGB: (95,101,79)

Color info

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

RGB color model

#5F654F color RGB value is (95,101,79).

  • red value is 95;
  • green value is 101;
  • blue value is 79.
RGB:
(95,101,79)
(37%,40%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 79 of 255 = 31%

95
101
79

R + G + B ~ 36%. #5F654F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 79 = 275 (100%)
R 95 of 275 ~ 34.55%
G 101 of 275 ~ 36.73%
B 79 of 275 ~ 28.73%

%34.55
%36.73
%28.73

CMYK color model

#5F654F color CMYK value is (6,0,22,60).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 60.39%
CMYK:
(6,0,22,60)
C6M0Y22K60 
(6%,0%,22%,60%)
(0.06/0.00/0.22/0.60)	

CMYK percentages

%5.94
%0
%21.78
%60.39

Codes

Color #5F654F in popluar color models

5F654F
RGB9510179
HSL76°12.22%35.29%
HSB/HSV76°21.78%39.61%
CMYK5.94%0.00%21.78%
60.39%

Color #5F654F in popluar number systems.

HEX5F654F
Decimal9510179
Binary101111111001011001111
Octal137145117

Shades and tints

Shades of #5F654F

#5F654F
(95,101,79)
#575C48
(87,92,72)
#4F5341
(79,83,65)
#474A3A
(71,74,58)
#3F4133
(63,65,51)
#37382C
(55,56,44)
#2F2F25
(47,47,37)
#27261E
(39,38,30)
#1F1D17
(31,29,23)
#171410
(23,20,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #5F654F

#5F654F
(95,101,79)
#6D735F
(109,115,95)
#7B816F
(123,129,111)
#898F7F
(137,143,127)
#979D8F
(151,157,143)
#A5AB9F
(165,171,159)
#B3B9AF
(179,185,175)
#C1C7BF
(193,199,191)
#CFD5CF
(207,213,207)
#DDE3DF
(221,227,223)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F654F color. Also use rgb(95,101,79) instead hex code.

Text Font Color

.myTextColor { color: #5F654F; }

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

This text font color is #5F654F.


Background Color

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

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

This div background color is #5F654F.


Border color

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

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

This div border color is #5F654F.


Opacity

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

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

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

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

This text has shadow with #5F654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F654F on black background.


Color preview on white background

This text has color #5F654F on white background.



Black color preview on #5F654F background

This text has black color on #5F654F background.


White color preview on #5F654F background

This text has white color on #5F654F background.