COLOR #5F482D

HEX: #5F482D
RGB: (95,72,45)

Color info

#5F482D contains red, green and blue colors in about the same proportion. Web safe color of #5F482D is #663333 (or #633).

RGB color model

#5F482D color RGB value is (95,72,45).

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

RGB channels and saturation

R 95 of 255 = 37%
G 72 of 255 = 28%
B 45 of 255 = 18%

95
72
45

R + G + B ~ 28%. #5F482D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 72 + 45 = 212 (100%)
R 95 of 212 ~ 44.81%
G 72 of 212 ~ 33.96%
B 45 of 212 ~ 21.23%

%44.81
%33.96
%21.23

CMYK color model

#5F482D color CMYK value is (0,24,53,63).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(0,24,53,63)
C0M24Y53K63 
(0%,24%,53%,63%)
(0.00/0.24/0.53/0.63)	

CMYK percentages

%0
%24.21
%52.63
%62.75

Codes

Color #5F482D in popluar color models

5F482D
RGB957245
HSL32°35.71%27.45%
HSB/HSV32°52.63%37.25%
CMYK0.00%24.21%52.63%
62.75%

Color #5F482D in popluar number systems.

HEX5F482D
Decimal957245
Binary10111111001000101101
Octal13711055

Shades and tints

Shades of #5F482D

#5F482D
(95,72,45)
#574229
(87,66,41)
#4F3C25
(79,60,37)
#473621
(71,54,33)
#3F301D
(63,48,29)
#372A19
(55,42,25)
#2F2415
(47,36,21)
#271E11
(39,30,17)
#1F180D
(31,24,13)
#171209
(23,18,9)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #5F482D

#5F482D
(95,72,45)
#6D5840
(109,88,64)
#7B6853
(123,104,83)
#897866
(137,120,102)
#978879
(151,136,121)
#A5988C
(165,152,140)
#B3A89F
(179,168,159)
#C1B8B2
(193,184,178)
#CFC8C5
(207,200,197)
#DDD8D8
(221,216,216)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F482D; }

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

This text font color is #5F482D.


Background Color

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

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

This div background color is #5F482D.


Border color

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

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

This div border color is #5F482D.


Opacity

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

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

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

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

This text has shadow with #5F482D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F482D on black background.


Color preview on white background

This text has color #5F482D on white background.



Black color preview on #5F482D background

This text has black color on #5F482D background.


White color preview on #5F482D background

This text has white color on #5F482D background.