COLOR #5F491C

HEX: #5F491C
RGB: (95,73,28)

Color info

#5F491C contains mainly red and green colors. Web safe color of #5F491C is #663333 (or #633).

RGB color model

#5F491C color RGB value is (95,73,28).

  • red value is 95;
  • green value is 73;
  • blue value is 28.
RGB:
(95,73,28)
(37%,29%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 28 of 255 = 11%

95
73
28

R + G + B ~ 26%. #5F491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 28 = 196 (100%)
R 95 of 196 ~ 48.47%
G 73 of 196 ~ 37.24%
B 28 of 196 ~ 14.29%

%48.47
%37.24
%14.29

CMYK color model

#5F491C color CMYK value is (0,23,71,63).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 70.53%
  • key color value is 62.75%
CMYK:
(0,23,71,63)
C0M23Y71K63 
(0%,23%,71%,63%)
(0.00/0.23/0.71/0.63)	

CMYK percentages

%0
%23.16
%70.53
%62.75

Codes

Color #5F491C in popluar color models

5F491C
RGB957328
HSL40°54.47%24.12%
HSB/HSV40°70.53%37.25%
CMYK0.00%23.16%70.53%
62.75%

Color #5F491C in popluar number systems.

HEX5F491C
Decimal957328
Binary1011111100100111100
Octal13711134

Shades and tints

Shades of #5F491C

#5F491C
(95,73,28)
#57431A
(87,67,26)
#4F3D18
(79,61,24)
#473716
(71,55,22)
#3F3114
(63,49,20)
#372B12
(55,43,18)
#2F2510
(47,37,16)
#271F0E
(39,31,14)
#1F190C
(31,25,12)
#17130A
(23,19,10)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #5F491C

#5F491C
(95,73,28)
#6D5930
(109,89,48)
#7B6944
(123,105,68)
#897958
(137,121,88)
#97896C
(151,137,108)
#A59980
(165,153,128)
#B3A994
(179,169,148)
#C1B9A8
(193,185,168)
#CFC9BC
(207,201,188)
#DDD9D0
(221,217,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F491C color. Also use rgb(95,73,28) instead hex code.

Text Font Color

.myTextColor { color: #5F491C; }

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

This text font color is #5F491C.


Background Color

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

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

This div background color is #5F491C.


Border color

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

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

This div border color is #5F491C.


Opacity

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

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

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

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

This text has shadow with #5F491C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F491C on black background.


Color preview on white background

This text has color #5F491C on white background.



Black color preview on #5F491C background

This text has black color on #5F491C background.


White color preview on #5F491C background

This text has white color on #5F491C background.