COLOR #5F471C

HEX: #5F471C
RGB: (95,71,28)

Color info

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

RGB color model

#5F471C color RGB value is (95,71,28).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 28 of 255 = 11%

95
71
28

R + G + B ~ 25%. #5F471C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 28 = 194 (100%)
R 95 of 194 ~ 48.97%
G 71 of 194 ~ 36.6%
B 28 of 194 ~ 14.43%

%48.97
%36.6
%14.43

CMYK color model

#5F471C color CMYK value is (0,25,71,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 70.53%
  • key color value is 62.75%
CMYK:
(0,25,71,63)
C0M25Y71K63 
(0%,25%,71%,63%)
(0.00/0.25/0.71/0.63)	

CMYK percentages

%0
%25.26
%70.53
%62.75

Codes

Color #5F471C in popluar color models

5F471C
RGB957128
HSL39°54.47%24.12%
HSB/HSV39°70.53%37.25%
CMYK0.00%25.26%70.53%
62.75%

Color #5F471C in popluar number systems.

HEX5F471C
Decimal957128
Binary1011111100011111100
Octal13710734

Shades and tints

Shades of #5F471C

#5F471C
(95,71,28)
#57411A
(87,65,26)
#4F3B18
(79,59,24)
#473516
(71,53,22)
#3F2F14
(63,47,20)
#372912
(55,41,18)
#2F2310
(47,35,16)
#271D0E
(39,29,14)
#1F170C
(31,23,12)
#17110A
(23,17,10)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F471C

#5F471C
(95,71,28)
#6D5730
(109,87,48)
#7B6744
(123,103,68)
#897758
(137,119,88)
#97876C
(151,135,108)
#A59780
(165,151,128)
#B3A794
(179,167,148)
#C1B7A8
(193,183,168)
#CFC7BC
(207,199,188)
#DDD7D0
(221,215,208)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F471C; }

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

This text font color is #5F471C.


Background Color

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

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

This div background color is #5F471C.


Border color

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

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

This div border color is #5F471C.


Opacity

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

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

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

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

This text has shadow with #5F471C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F471C on black background.


Color preview on white background

This text has color #5F471C on white background.



Black color preview on #5F471C background

This text has black color on #5F471C background.


White color preview on #5F471C background

This text has white color on #5F471C background.