COLOR #5F5D2F

HEX: #5F5D2F
RGB: (95,93,47)

Color info

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

RGB color model

#5F5D2F color RGB value is (95,93,47).

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

RGB channels and saturation

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

95
93
47

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

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 47 = 235 (100%)
R 95 of 235 ~ 40.43%
G 93 of 235 ~ 39.57%
B 47 of 235 ~ 20%

%40.43
%39.57
%20

CMYK color model

#5F5D2F color CMYK value is (0,2,51,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 50.53%
  • key color value is 62.75%
CMYK:
(0,2,51,63)
C0M2Y51K63 
(0%,2%,51%,63%)
(0.00/0.02/0.51/0.63)	

CMYK percentages

%0
%2.11
%50.53
%62.75

Codes

Color #5F5D2F in popluar color models

5F5D2F
RGB959347
HSL58°33.80%27.84%
HSB/HSV58°50.53%37.25%
CMYK0.00%2.11%50.53%
62.75%

Color #5F5D2F in popluar number systems.

HEX5F5D2F
Decimal959347
Binary10111111011101101111
Octal13713557

Shades and tints

Shades of #5F5D2F

#5F5D2F
(95,93,47)
#57552B
(87,85,43)
#4F4D27
(79,77,39)
#474523
(71,69,35)
#3F3D1F
(63,61,31)
#37351B
(55,53,27)
#2F2D17
(47,45,23)
#272513
(39,37,19)
#1F1D0F
(31,29,15)
#17150B
(23,21,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #5F5D2F

#5F5D2F
(95,93,47)
#6D6B41
(109,107,65)
#7B7953
(123,121,83)
#898765
(137,135,101)
#979577
(151,149,119)
#A5A389
(165,163,137)
#B3B19B
(179,177,155)
#C1BFAD
(193,191,173)
#CFCDBF
(207,205,191)
#DDDBD1
(221,219,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5D2F; }

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

This text font color is #5F5D2F.


Background Color

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

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

This div background color is #5F5D2F.


Border color

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

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

This div border color is #5F5D2F.


Opacity

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

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

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

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

This text has shadow with #5F5D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D2F on black background.


Color preview on white background

This text has color #5F5D2F on white background.



Black color preview on #5F5D2F background

This text has black color on #5F5D2F background.


White color preview on #5F5D2F background

This text has white color on #5F5D2F background.