COLOR #5F481C

HEX: #5F481C
RGB: (95,72,28)

Color info

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

RGB color model

#5F481C color RGB value is (95,72,28).

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

RGB channels and saturation

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

95
72
28

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

Portions of RGB colors in percentages

R + G + B =
95 + 72 + 28 = 195 (100%)
R 95 of 195 ~ 48.72%
G 72 of 195 ~ 36.92%
B 28 of 195 ~ 14.36%

%48.72
%36.92
%14.36

CMYK color model

#5F481C color CMYK value is (0,24,71,63).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 70.53%
  • key color value is 62.75%
CMYK:
(0,24,71,63)
C0M24Y71K63 
(0%,24%,71%,63%)
(0.00/0.24/0.71/0.63)	

CMYK percentages

%0
%24.21
%70.53
%62.75

Codes

Color #5F481C in popluar color models

5F481C
RGB957228
HSL39°54.47%24.12%
HSB/HSV39°70.53%37.25%
CMYK0.00%24.21%70.53%
62.75%

Color #5F481C in popluar number systems.

HEX5F481C
Decimal957228
Binary1011111100100011100
Octal13711034

Shades and tints

Shades of #5F481C

#5F481C
(95,72,28)
#57421A
(87,66,26)
#4F3C18
(79,60,24)
#473616
(71,54,22)
#3F3014
(63,48,20)
#372A12
(55,42,18)
#2F2410
(47,36,16)
#271E0E
(39,30,14)
#1F180C
(31,24,12)
#17120A
(23,18,10)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #5F481C

#5F481C
(95,72,28)
#6D5830
(109,88,48)
#7B6844
(123,104,68)
#897858
(137,120,88)
#97886C
(151,136,108)
#A59880
(165,152,128)
#B3A894
(179,168,148)
#C1B8A8
(193,184,168)
#CFC8BC
(207,200,188)
#DDD8D0
(221,216,208)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F481C; }

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

This text font color is #5F481C.


Background Color

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

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

This div background color is #5F481C.


Border color

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

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

This div border color is #5F481C.


Opacity

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

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

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

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

This text has shadow with #5F481C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F481C on black background.


Color preview on white background

This text has color #5F481C on white background.



Black color preview on #5F481C background

This text has black color on #5F481C background.


White color preview on #5F481C background

This text has white color on #5F481C background.