COLOR #5F5D31

HEX: #5F5D31
RGB: (95,93,49)

Color info

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

RGB color model

#5F5D31 color RGB value is (95,93,49).

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

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 49 of 255 = 19%

95
93
49

R + G + B ~ 31%. #5F5D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 49 = 237 (100%)
R 95 of 237 ~ 40.08%
G 93 of 237 ~ 39.24%
B 49 of 237 ~ 20.68%

%40.08
%39.24
%20.68

CMYK color model

#5F5D31 color CMYK value is (0,2,48,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(0,2,48,63)
C0M2Y48K63 
(0%,2%,48%,63%)
(0.00/0.02/0.48/0.63)	

CMYK percentages

%0
%2.11
%48.42
%62.75

Codes

Color #5F5D31 in popluar color models

5F5D31
RGB959349
HSL57°31.94%28.24%
HSB/HSV57°48.42%37.25%
CMYK0.00%2.11%48.42%
62.75%

Color #5F5D31 in popluar number systems.

HEX5F5D31
Decimal959349
Binary10111111011101110001
Octal13713561

Shades and tints

Shades of #5F5D31

#5F5D31
(95,93,49)
#57552D
(87,85,45)
#4F4D29
(79,77,41)
#474525
(71,69,37)
#3F3D21
(63,61,33)
#37351D
(55,53,29)
#2F2D19
(47,45,25)
#272515
(39,37,21)
#1F1D11
(31,29,17)
#17150D
(23,21,13)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F5D31

#5F5D31
(95,93,49)
#6D6B43
(109,107,67)
#7B7955
(123,121,85)
#898767
(137,135,103)
#979579
(151,149,121)
#A5A38B
(165,163,139)
#B3B19D
(179,177,157)
#C1BFAF
(193,191,175)
#CFCDC1
(207,205,193)
#DDDBD3
(221,219,211)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5D31; }

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

This text font color is #5F5D31.


Background Color

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

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

This div background color is #5F5D31.


Border color

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

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

This div border color is #5F5D31.


Opacity

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

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

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

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

This text has shadow with #5F5D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D31 on black background.


Color preview on white background

This text has color #5F5D31 on white background.



Black color preview on #5F5D31 background

This text has black color on #5F5D31 background.


White color preview on #5F5D31 background

This text has white color on #5F5D31 background.