COLOR #5F5D3C

HEX: #5F5D3C
RGB: (95,93,60)

Color info

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

RGB color model

#5F5D3C color RGB value is (95,93,60).

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

RGB channels and saturation

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

95
93
60

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

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 60 = 248 (100%)
R 95 of 248 ~ 38.31%
G 93 of 248 ~ 37.5%
B 60 of 248 ~ 24.19%

%38.31
%37.5
%24.19

CMYK color model

#5F5D3C color CMYK value is (0,2,37,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(0,2,37,63)
C0M2Y37K63 
(0%,2%,37%,63%)
(0.00/0.02/0.37/0.63)	

CMYK percentages

%0
%2.11
%36.84
%62.75

Codes

Color #5F5D3C in popluar color models

5F5D3C
RGB959360
HSL57°22.58%30.39%
HSB/HSV57°36.84%37.25%
CMYK0.00%2.11%36.84%
62.75%

Color #5F5D3C in popluar number systems.

HEX5F5D3C
Decimal959360
Binary10111111011101111100
Octal13713574

Shades and tints

Shades of #5F5D3C

#5F5D3C
(95,93,60)
#575537
(87,85,55)
#4F4D32
(79,77,50)
#47452D
(71,69,45)
#3F3D28
(63,61,40)
#373523
(55,53,35)
#2F2D1E
(47,45,30)
#272519
(39,37,25)
#1F1D14
(31,29,20)
#17150F
(23,21,15)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F5D3C

#5F5D3C
(95,93,60)
#6D6B4D
(109,107,77)
#7B795E
(123,121,94)
#89876F
(137,135,111)
#979580
(151,149,128)
#A5A391
(165,163,145)
#B3B1A2
(179,177,162)
#C1BFB3
(193,191,179)
#CFCDC4
(207,205,196)
#DDDBD5
(221,219,213)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5D3C; }

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

This text font color is #5F5D3C.


Background Color

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

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

This div background color is #5F5D3C.


Border color

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

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

This div border color is #5F5D3C.


Opacity

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

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

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

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

This text has shadow with #5F5D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D3C on black background.


Color preview on white background

This text has color #5F5D3C on white background.



Black color preview on #5F5D3C background

This text has black color on #5F5D3C background.


White color preview on #5F5D3C background

This text has white color on #5F5D3C background.