COLOR #5F5E39

HEX: #5F5E39
RGB: (95,94,57)

Color info

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

RGB color model

#5F5E39 color RGB value is (95,94,57).

  • red value is 95;
  • green value is 94;
  • blue value is 57.
RGB:
(95,94,57)
(37%,37%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 57 of 255 = 22%

95
94
57

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

Portions of RGB colors in percentages

R + G + B =
95 + 94 + 57 = 246 (100%)
R 95 of 246 ~ 38.62%
G 94 of 246 ~ 38.21%
B 57 of 246 ~ 23.17%

%38.62
%38.21
%23.17

CMYK color model

#5F5E39 color CMYK value is (0,1,40,63).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 40.00%
  • key color value is 62.75%
CMYK:
(0,1,40,63)
C0M1Y40K63 
(0%,1%,40%,63%)
(0.00/0.01/0.40/0.63)	

CMYK percentages

%0
%1.05
%40
%62.75

Codes

Color #5F5E39 in popluar color models

5F5E39
RGB959457
HSL58°25.00%29.80%
HSB/HSV58°40.00%37.25%
CMYK0.00%1.05%40.00%
62.75%

Color #5F5E39 in popluar number systems.

HEX5F5E39
Decimal959457
Binary10111111011110111001
Octal13713671

Shades and tints

Shades of #5F5E39

#5F5E39
(95,94,57)
#575634
(87,86,52)
#4F4E2F
(79,78,47)
#47462A
(71,70,42)
#3F3E25
(63,62,37)
#373620
(55,54,32)
#2F2E1B
(47,46,27)
#272616
(39,38,22)
#1F1E11
(31,30,17)
#17160C
(23,22,12)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #5F5E39

#5F5E39
(95,94,57)
#6D6C4B
(109,108,75)
#7B7A5D
(123,122,93)
#89886F
(137,136,111)
#979681
(151,150,129)
#A5A493
(165,164,147)
#B3B2A5
(179,178,165)
#C1C0B7
(193,192,183)
#CFCEC9
(207,206,201)
#DDDCDB
(221,220,219)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5E39; }

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

This text font color is #5F5E39.


Background Color

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

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

This div background color is #5F5E39.


Border color

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

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

This div border color is #5F5E39.


Opacity

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

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

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

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

This text has shadow with #5F5E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5E39 on black background.


Color preview on white background

This text has color #5F5E39 on white background.



Black color preview on #5F5E39 background

This text has black color on #5F5E39 background.


White color preview on #5F5E39 background

This text has white color on #5F5E39 background.