COLOR #5F5A27

HEX: #5F5A27
RGB: (95,90,39)

Color info

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

RGB color model

#5F5A27 color RGB value is (95,90,39).

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

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 39 of 255 = 15%

95
90
39

R + G + B ~ 29%. #5F5A27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 90 + 39 = 224 (100%)
R 95 of 224 ~ 42.41%
G 90 of 224 ~ 40.18%
B 39 of 224 ~ 17.41%

%42.41
%40.18
%17.41

CMYK color model

#5F5A27 color CMYK value is (0,5,59,63).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 58.95%
  • key color value is 62.75%
CMYK:
(0,5,59,63)
C0M5Y59K63 
(0%,5%,59%,63%)
(0.00/0.05/0.59/0.63)	

CMYK percentages

%0
%5.26
%58.95
%62.75

Codes

Color #5F5A27 in popluar color models

5F5A27
RGB959039
HSL55°41.79%26.27%
HSB/HSV55°58.95%37.25%
CMYK0.00%5.26%58.95%
62.75%

Color #5F5A27 in popluar number systems.

HEX5F5A27
Decimal959039
Binary10111111011010100111
Octal13713247

Shades and tints

Shades of #5F5A27

#5F5A27
(95,90,39)
#575224
(87,82,36)
#4F4A21
(79,74,33)
#47421E
(71,66,30)
#3F3A1B
(63,58,27)
#373218
(55,50,24)
#2F2A15
(47,42,21)
#272212
(39,34,18)
#1F1A0F
(31,26,15)
#17120C
(23,18,12)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F5A27

#5F5A27
(95,90,39)
#6D693A
(109,105,58)
#7B784D
(123,120,77)
#898760
(137,135,96)
#979673
(151,150,115)
#A5A586
(165,165,134)
#B3B499
(179,180,153)
#C1C3AC
(193,195,172)
#CFD2BF
(207,210,191)
#DDE1D2
(221,225,210)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5A27; }

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

This text font color is #5F5A27.


Background Color

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

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

This div background color is #5F5A27.


Border color

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

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

This div border color is #5F5A27.


Opacity

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

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

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

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

This text has shadow with #5F5A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5A27 on black background.


Color preview on white background

This text has color #5F5A27 on white background.



Black color preview on #5F5A27 background

This text has black color on #5F5A27 background.


White color preview on #5F5A27 background

This text has white color on #5F5A27 background.