COLOR #5F4A12

HEX: #5F4A12
RGB: (95,74,18)

Color info

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

RGB color model

#5F4A12 color RGB value is (95,74,18).

  • red value is 95;
  • green value is 74;
  • blue value is 18.
RGB:
(95,74,18)
(37%,29%,7%)

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 18 of 255 = 7%

95
74
18

R + G + B ~ 24%. #5F4A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 18 = 187 (100%)
R 95 of 187 ~ 50.8%
G 74 of 187 ~ 39.57%
B 18 of 187 ~ 9.63%

%50.8
%39.57
%9.63

CMYK color model

#5F4A12 color CMYK value is (0,22,81,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 81.05%
  • key color value is 62.75%
CMYK:
(0,22,81,63)
C0M22Y81K63 
(0%,22%,81%,63%)
(0.00/0.22/0.81/0.63)	

CMYK percentages

%0
%22.11
%81.05
%62.75

Codes

Color #5F4A12 in popluar color models

5F4A12
RGB957418
HSL44°68.14%22.16%
HSB/HSV44°81.05%37.25%
CMYK0.00%22.11%81.05%
62.75%

Color #5F4A12 in popluar number systems.

HEX5F4A12
Decimal957418
Binary1011111100101010010
Octal13711222

Shades and tints

Shades of #5F4A12

#5F4A12
(95,74,18)
#574411
(87,68,17)
#4F3E10
(79,62,16)
#47380F
(71,56,15)
#3F320E
(63,50,14)
#372C0D
(55,44,13)
#2F260C
(47,38,12)
#27200B
(39,32,11)
#1F1A0A
(31,26,10)
#171409
(23,20,9)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #5F4A12

#5F4A12
(95,74,18)
#6D5A27
(109,90,39)
#7B6A3C
(123,106,60)
#897A51
(137,122,81)
#978A66
(151,138,102)
#A59A7B
(165,154,123)
#B3AA90
(179,170,144)
#C1BAA5
(193,186,165)
#CFCABA
(207,202,186)
#DDDACF
(221,218,207)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4A12 color. Also use rgb(95,74,18) instead hex code.

Text Font Color

.myTextColor { color: #5F4A12; }

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

This text font color is #5F4A12.


Background Color

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

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

This div background color is #5F4A12.


Border color

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

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

This div border color is #5F4A12.


Opacity

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

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

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

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

This text has shadow with #5F4A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A12 on black background.


Color preview on white background

This text has color #5F4A12 on white background.



Black color preview on #5F4A12 background

This text has black color on #5F4A12 background.


White color preview on #5F4A12 background

This text has white color on #5F4A12 background.