COLOR #5F5F40

HEX: #5F5F40
RGB: (95,95,64)

Color info

#5F5F40 contains red, green and blue colors in about the same proportion. Web safe color of #5F5F40 is #666633 (or #663).

RGB color model

#5F5F40 color RGB value is (95,95,64).

  • red value is 95;
  • green value is 95;
  • blue value is 64.
RGB:
(95,95,64)
(37%,37%,25%)

RGB channels and saturation

R 95 of 255 = 37%
G 95 of 255 = 37%
B 64 of 255 = 25%

95
95
64

R + G + B ~ 33%. #5F5F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 95 + 64 = 254 (100%)
R 95 of 254 ~ 37.4%
G 95 of 254 ~ 37.4%
B 64 of 254 ~ 25.2%

%37.4
%37.4
%25.2

CMYK color model

#5F5F40 color CMYK value is (0,0,33,63).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 62.75%
CMYK:
(0,0,33,63)
C0M0Y33K63 
(0%,0%,33%,63%)
(0.00/0.00/0.33/0.63)	

CMYK percentages

%0
%0
%32.63
%62.75

Codes

Color #5F5F40 in popluar color models

5F5F40
RGB959564
HSL60°19.50%31.18%
HSB/HSV60°32.63%37.25%
CMYK0.00%0.00%32.63%
62.75%

Color #5F5F40 in popluar number systems.

HEX5F5F40
Decimal959564
Binary101111110111111000000
Octal137137100

Shades and tints

Shades of #5F5F40

#5F5F40
(95,95,64)
#57573B
(87,87,59)
#4F4F36
(79,79,54)
#474731
(71,71,49)
#3F3F2C
(63,63,44)
#373727
(55,55,39)
#2F2F22
(47,47,34)
#27271D
(39,39,29)
#1F1F18
(31,31,24)
#171713
(23,23,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F5F40

#5F5F40
(95,95,64)
#6D6D51
(109,109,81)
#7B7B62
(123,123,98)
#898973
(137,137,115)
#979784
(151,151,132)
#A5A595
(165,165,149)
#B3B3A6
(179,179,166)
#C1C1B7
(193,193,183)
#CFCFC8
(207,207,200)
#DDDDD9
(221,221,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5F40; }

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

This text font color is #5F5F40.


Background Color

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

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

This div background color is #5F5F40.


Border color

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

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

This div border color is #5F5F40.


Opacity

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

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

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

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

This text has shadow with #5F5F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5F40 on black background.


Color preview on white background

This text has color #5F5F40 on white background.



Black color preview on #5F5F40 background

This text has black color on #5F5F40 background.


White color preview on #5F5F40 background

This text has white color on #5F5F40 background.