COLOR #5F472D

HEX: #5F472D
RGB: (95,71,45)

Color info

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

RGB color model

#5F472D color RGB value is (95,71,45).

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

RGB channels and saturation

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

95
71
45

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

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 45 = 211 (100%)
R 95 of 211 ~ 45.02%
G 71 of 211 ~ 33.65%
B 45 of 211 ~ 21.33%

%45.02
%33.65
%21.33

CMYK color model

#5F472D color CMYK value is (0,25,53,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(0,25,53,63)
C0M25Y53K63 
(0%,25%,53%,63%)
(0.00/0.25/0.53/0.63)	

CMYK percentages

%0
%25.26
%52.63
%62.75

Codes

Color #5F472D in popluar color models

5F472D
RGB957145
HSL31°35.71%27.45%
HSB/HSV31°52.63%37.25%
CMYK0.00%25.26%52.63%
62.75%

Color #5F472D in popluar number systems.

HEX5F472D
Decimal957145
Binary10111111000111101101
Octal13710755

Shades and tints

Shades of #5F472D

#5F472D
(95,71,45)
#574129
(87,65,41)
#4F3B25
(79,59,37)
#473521
(71,53,33)
#3F2F1D
(63,47,29)
#372919
(55,41,25)
#2F2315
(47,35,21)
#271D11
(39,29,17)
#1F170D
(31,23,13)
#171109
(23,17,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #5F472D

#5F472D
(95,71,45)
#6D5740
(109,87,64)
#7B6753
(123,103,83)
#897766
(137,119,102)
#978779
(151,135,121)
#A5978C
(165,151,140)
#B3A79F
(179,167,159)
#C1B7B2
(193,183,178)
#CFC7C5
(207,199,197)
#DDD7D8
(221,215,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F472D; }

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

This text font color is #5F472D.


Background Color

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

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

This div background color is #5F472D.


Border color

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

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

This div border color is #5F472D.


Opacity

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

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

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

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

This text has shadow with #5F472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F472D on black background.


Color preview on white background

This text has color #5F472D on white background.



Black color preview on #5F472D background

This text has black color on #5F472D background.


White color preview on #5F472D background

This text has white color on #5F472D background.