COLOR #5F5D2E

HEX: #5F5D2E
RGB: (95,93,46)

Color info

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

RGB color model

#5F5D2E color RGB value is (95,93,46).

  • red value is 95;
  • green value is 93;
  • blue value is 46.
RGB:
(95,93,46)
(37%,36%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 46 of 255 = 18%

95
93
46

R + G + B ~ 30%. #5F5D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 46 = 234 (100%)
R 95 of 234 ~ 40.6%
G 93 of 234 ~ 39.74%
B 46 of 234 ~ 19.66%

%40.6
%39.74
%19.66

CMYK color model

#5F5D2E color CMYK value is (0,2,52,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 51.58%
  • key color value is 62.75%
CMYK:
(0,2,52,63)
C0M2Y52K63 
(0%,2%,52%,63%)
(0.00/0.02/0.52/0.63)	

CMYK percentages

%0
%2.11
%51.58
%62.75

Codes

Color #5F5D2E in popluar color models

5F5D2E
RGB959346
HSL58°34.75%27.65%
HSB/HSV58°51.58%37.25%
CMYK0.00%2.11%51.58%
62.75%

Color #5F5D2E in popluar number systems.

HEX5F5D2E
Decimal959346
Binary10111111011101101110
Octal13713556

Shades and tints

Shades of #5F5D2E

#5F5D2E
(95,93,46)
#57552A
(87,85,42)
#4F4D26
(79,77,38)
#474522
(71,69,34)
#3F3D1E
(63,61,30)
#37351A
(55,53,26)
#2F2D16
(47,45,22)
#272512
(39,37,18)
#1F1D0E
(31,29,14)
#17150A
(23,21,10)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #5F5D2E

#5F5D2E
(95,93,46)
#6D6B41
(109,107,65)
#7B7954
(123,121,84)
#898767
(137,135,103)
#97957A
(151,149,122)
#A5A38D
(165,163,141)
#B3B1A0
(179,177,160)
#C1BFB3
(193,191,179)
#CFCDC6
(207,205,198)
#DDDBD9
(221,219,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5D2E; }

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

This text font color is #5F5D2E.


Background Color

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

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

This div background color is #5F5D2E.


Border color

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

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

This div border color is #5F5D2E.


Opacity

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

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

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

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

This text has shadow with #5F5D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D2E on black background.


Color preview on white background

This text has color #5F5D2E on white background.



Black color preview on #5F5D2E background

This text has black color on #5F5D2E background.


White color preview on #5F5D2E background

This text has white color on #5F5D2E background.