COLOR #5F4310

HEX: #5F4310
RGB: (95,67,16)

Color info

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

RGB color model

#5F4310 color RGB value is (95,67,16).

  • red value is 95;
  • green value is 67;
  • blue value is 16.
RGB:
(95,67,16)
(37%,26%,6%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 16 of 255 = 6%

95
67
16

R + G + B ~ 23%. #5F4310 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 67 + 16 = 178 (100%)
R 95 of 178 ~ 53.37%
G 67 of 178 ~ 37.64%
B 16 of 178 ~ 8.99%

%53.37
%37.64

CMYK color model

#5F4310 color CMYK value is (0,29,83,63).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 83.16%
  • key color value is 62.75%
CMYK:
(0,29,83,63)
C0M29Y83K63 
(0%,29%,83%,63%)
(0.00/0.29/0.83/0.63)	

CMYK percentages

%0
%29.47
%83.16
%62.75

Codes

Color #5F4310 in popluar color models

5F4310
RGB956716
HSL39°71.17%21.76%
HSB/HSV39°83.16%37.25%
CMYK0.00%29.47%83.16%
62.75%

Color #5F4310 in popluar number systems.

HEX5F4310
Decimal956716
Binary1011111100001110000
Octal13710320

Shades and tints

Shades of #5F4310

#5F4310
(95,67,16)
#573D0F
(87,61,15)
#4F370E
(79,55,14)
#47310D
(71,49,13)
#3F2B0C
(63,43,12)
#37250B
(55,37,11)
#2F1F0A
(47,31,10)
#271909
(39,25,9)
#1F1308
(31,19,8)
#170D07
(23,13,7)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #5F4310

#5F4310
(95,67,16)
#6D5425
(109,84,37)
#7B653A
(123,101,58)
#89764F
(137,118,79)
#978764
(151,135,100)
#A59879
(165,152,121)
#B3A98E
(179,169,142)
#C1BAA3
(193,186,163)
#CFCBB8
(207,203,184)
#DDDCCD
(221,220,205)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4310 color. Also use rgb(95,67,16) instead hex code.

Text Font Color

.myTextColor { color: #5F4310; }

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

This text font color is #5F4310.


Background Color

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

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

This div background color is #5F4310.


Border color

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

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

This div border color is #5F4310.


Opacity

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

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

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

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

This text has shadow with #5F4310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4310 on black background.


Color preview on white background

This text has color #5F4310 on white background.



Black color preview on #5F4310 background

This text has black color on #5F4310 background.


White color preview on #5F4310 background

This text has white color on #5F4310 background.