COLOR #5F3E06

HEX: #5F3E06
RGB: (95,62,6)

Color info

#5F3E06 contains mainly red and green colors. Web safe color of #5F3E06 is #663300 (or #630).

RGB color model

#5F3E06 color RGB value is (95,62,6).

  • red value is 95;
  • green value is 62;
  • blue value is 6.
RGB:
(95,62,6)
(37%,24%,2%)

RGB channels and saturation

R 95 of 255 = 37%
G 62 of 255 = 24%
B 6 of 255 = 2%

95
62
6

R + G + B ~ 21%. #5F3E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 62 + 6 = 163 (100%)
R 95 of 163 ~ 58.28%
G 62 of 163 ~ 38.04%
B 6 of 163 ~ 3.68%

%58.28
%38.04

CMYK color model

#5F3E06 color CMYK value is (0,35,94,63).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 93.68%
  • key color value is 62.75%
CMYK:
(0,35,94,63)
C0M35Y94K63 
(0%,35%,94%,63%)
(0.00/0.35/0.94/0.63)	

CMYK percentages

%0
%34.74
%93.68
%62.75

Codes

Color #5F3E06 in popluar color models

5F3E06
RGB95626
HSL38°88.12%19.80%
HSB/HSV38°93.68%37.25%
CMYK0.00%34.74%93.68%
62.75%

Color #5F3E06 in popluar number systems.

HEX5F3E06
Decimal95626
Binary1011111111110110
Octal137766

Shades and tints

Shades of #5F3E06

#5F3E06
(95,62,6)
#573906
(87,57,6)
#4F3406
(79,52,6)
#472F06
(71,47,6)
#3F2A06
(63,42,6)
#372506
(55,37,6)
#2F2006
(47,32,6)
#271B06
(39,27,6)
#1F1606
(31,22,6)
#171106
(23,17,6)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #5F3E06

#5F3E06
(95,62,6)
#6D4F1C
(109,79,28)
#7B6032
(123,96,50)
#897148
(137,113,72)
#97825E
(151,130,94)
#A59374
(165,147,116)
#B3A48A
(179,164,138)
#C1B5A0
(193,181,160)
#CFC6B6
(207,198,182)
#DDD7CC
(221,215,204)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3E06 color. Also use rgb(95,62,6) instead hex code.

Text Font Color

.myTextColor { color: #5F3E06; }

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

This text font color is #5F3E06.


Background Color

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

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

This div background color is #5F3E06.


Border color

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

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

This div border color is #5F3E06.


Opacity

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

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

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

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

This text has shadow with #5F3E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3E06 on black background.


Color preview on white background

This text has color #5F3E06 on white background.



Black color preview on #5F3E06 background

This text has black color on #5F3E06 background.


White color preview on #5F3E06 background

This text has white color on #5F3E06 background.