COLOR #5F5A3B

HEX: #5F5A3B
RGB: (95,90,59)

Color info

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

RGB color model

#5F5A3B color RGB value is (95,90,59).

  • red value is 95;
  • green value is 90;
  • blue value is 59.
RGB:
(95,90,59)
(37%,35%,23%)

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 59 of 255 = 23%

95
90
59

R + G + B ~ 32%. #5F5A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 90 + 59 = 244 (100%)
R 95 of 244 ~ 38.93%
G 90 of 244 ~ 36.89%
B 59 of 244 ~ 24.18%

%38.93
%36.89
%24.18

CMYK color model

#5F5A3B color CMYK value is (0,5,38,63).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK:
(0,5,38,63)
C0M5Y38K63 
(0%,5%,38%,63%)
(0.00/0.05/0.38/0.63)	

CMYK percentages

%0
%5.26
%37.89
%62.75

Codes

Color #5F5A3B in popluar color models

5F5A3B
RGB959059
HSL52°23.38%30.20%
HSB/HSV52°37.89%37.25%
CMYK0.00%5.26%37.89%
62.75%

Color #5F5A3B in popluar number systems.

HEX5F5A3B
Decimal959059
Binary10111111011010111011
Octal13713273

Shades and tints

Shades of #5F5A3B

#5F5A3B
(95,90,59)
#575236
(87,82,54)
#4F4A31
(79,74,49)
#47422C
(71,66,44)
#3F3A27
(63,58,39)
#373222
(55,50,34)
#2F2A1D
(47,42,29)
#272218
(39,34,24)
#1F1A13
(31,26,19)
#17120E
(23,18,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F5A3B

#5F5A3B
(95,90,59)
#6D694C
(109,105,76)
#7B785D
(123,120,93)
#89876E
(137,135,110)
#97967F
(151,150,127)
#A5A590
(165,165,144)
#B3B4A1
(179,180,161)
#C1C3B2
(193,195,178)
#CFD2C3
(207,210,195)
#DDE1D4
(221,225,212)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5A3B; }

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

This text font color is #5F5A3B.


Background Color

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

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

This div background color is #5F5A3B.


Border color

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

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

This div border color is #5F5A3B.


Opacity

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

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

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

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

This text has shadow with #5F5A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5A3B on black background.


Color preview on white background

This text has color #5F5A3B on white background.



Black color preview on #5F5A3B background

This text has black color on #5F5A3B background.


White color preview on #5F5A3B background

This text has white color on #5F5A3B background.