COLOR #5F5B3C

HEX: #5F5B3C
RGB: (95,91,60)

Color info

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

RGB color model

#5F5B3C color RGB value is (95,91,60).

  • red value is 95;
  • green value is 91;
  • blue value is 60.
RGB:
(95,91,60)
(37%,36%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 60 of 255 = 24%

95
91
60

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

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 60 = 246 (100%)
R 95 of 246 ~ 38.62%
G 91 of 246 ~ 36.99%
B 60 of 246 ~ 24.39%

%38.62
%36.99
%24.39

CMYK color model

#5F5B3C color CMYK value is (0,4,37,63).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(0,4,37,63)
C0M4Y37K63 
(0%,4%,37%,63%)
(0.00/0.04/0.37/0.63)	

CMYK percentages

%0
%4.21
%36.84
%62.75

Codes

Color #5F5B3C in popluar color models

5F5B3C
RGB959160
HSL53°22.58%30.39%
HSB/HSV53°36.84%37.25%
CMYK0.00%4.21%36.84%
62.75%

Color #5F5B3C in popluar number systems.

HEX5F5B3C
Decimal959160
Binary10111111011011111100
Octal13713374

Shades and tints

Shades of #5F5B3C

#5F5B3C
(95,91,60)
#575337
(87,83,55)
#4F4B32
(79,75,50)
#47432D
(71,67,45)
#3F3B28
(63,59,40)
#373323
(55,51,35)
#2F2B1E
(47,43,30)
#272319
(39,35,25)
#1F1B14
(31,27,20)
#17130F
(23,19,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #5F5B3C

#5F5B3C
(95,91,60)
#6D694D
(109,105,77)
#7B775E
(123,119,94)
#89856F
(137,133,111)
#979380
(151,147,128)
#A5A191
(165,161,145)
#B3AFA2
(179,175,162)
#C1BDB3
(193,189,179)
#CFCBC4
(207,203,196)
#DDD9D5
(221,217,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B3C; }

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

This text font color is #5F5B3C.


Background Color

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

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

This div background color is #5F5B3C.


Border color

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

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

This div border color is #5F5B3C.


Opacity

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

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

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

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

This text has shadow with #5F5B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B3C on black background.


Color preview on white background

This text has color #5F5B3C on white background.



Black color preview on #5F5B3C background

This text has black color on #5F5B3C background.


White color preview on #5F5B3C background

This text has white color on #5F5B3C background.