COLOR #5F531E

HEX: #5F531E
RGB: (95,83,30)

Color info

#5F531E contains mainly red and green colors. Web safe color of #5F531E is #666633 (or #663).

RGB color model

#5F531E color RGB value is (95,83,30).

  • red value is 95;
  • green value is 83;
  • blue value is 30.
RGB:
(95,83,30)
(37%,33%,12%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 30 of 255 = 12%

95
83
30

R + G + B ~ 27%. #5F531E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 30 = 208 (100%)
R 95 of 208 ~ 45.67%
G 83 of 208 ~ 39.9%
B 30 of 208 ~ 14.42%

%45.67
%39.9
%14.42

CMYK color model

#5F531E color CMYK value is (0,13,68,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 68.42%
  • key color value is 62.75%
CMYK:
(0,13,68,63)
C0M13Y68K63 
(0%,13%,68%,63%)
(0.00/0.13/0.68/0.63)	

CMYK percentages

%0
%12.63
%68.42
%62.75

Codes

Color #5F531E in popluar color models

5F531E
RGB958330
HSL49°52.00%24.51%
HSB/HSV49°68.42%37.25%
CMYK0.00%12.63%68.42%
62.75%

Color #5F531E in popluar number systems.

HEX5F531E
Decimal958330
Binary1011111101001111110
Octal13712336

Shades and tints

Shades of #5F531E

#5F531E
(95,83,30)
#574C1C
(87,76,28)
#4F451A
(79,69,26)
#473E18
(71,62,24)
#3F3716
(63,55,22)
#373014
(55,48,20)
#2F2912
(47,41,18)
#272210
(39,34,16)
#1F1B0E
(31,27,14)
#17140C
(23,20,12)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F531E

#5F531E
(95,83,30)
#6D6232
(109,98,50)
#7B7146
(123,113,70)
#89805A
(137,128,90)
#978F6E
(151,143,110)
#A59E82
(165,158,130)
#B3AD96
(179,173,150)
#C1BCAA
(193,188,170)
#CFCBBE
(207,203,190)
#DDDAD2
(221,218,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F531E color. Also use rgb(95,83,30) instead hex code.

Text Font Color

.myTextColor { color: #5F531E; }

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

This text font color is #5F531E.


Background Color

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

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

This div background color is #5F531E.


Border color

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

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

This div border color is #5F531E.


Opacity

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

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

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

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

This text has shadow with #5F531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F531E on black background.


Color preview on white background

This text has color #5F531E on white background.



Black color preview on #5F531E background

This text has black color on #5F531E background.


White color preview on #5F531E background

This text has white color on #5F531E background.