COLOR #5E472F

HEX: #5E472F
RGB: (94,71,47)

Color info

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

RGB color model

#5E472F color RGB value is (94,71,47).

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

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 47 of 255 = 18%

94
71
47

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

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 47 = 212 (100%)
R 94 of 212 ~ 44.34%
G 71 of 212 ~ 33.49%
B 47 of 212 ~ 22.17%

%44.34
%33.49
%22.17

CMYK color model

#5E472F color CMYK value is (0,24,50,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 50.00%
  • key color value is 63.14%
CMYK:
(0,24,50,63)
C0M24Y50K63 
(0%,24%,50%,63%)
(0.00/0.24/0.50/0.63)	

CMYK percentages

%0
%24.47
%50
%63.14

Codes

Color #5E472F in popluar color models

5E472F
RGB947147
HSL31°33.33%27.65%
HSB/HSV31°50.00%36.86%
CMYK0.00%24.47%50.00%
63.14%

Color #5E472F in popluar number systems.

HEX5E472F
Decimal947147
Binary10111101000111101111
Octal13610757

Shades and tints

Shades of #5E472F

#5E472F
(94,71,47)
#56412B
(86,65,43)
#4E3B27
(78,59,39)
#463523
(70,53,35)
#3E2F1F
(62,47,31)
#36291B
(54,41,27)
#2E2317
(46,35,23)
#261D13
(38,29,19)
#1E170F
(30,23,15)
#16110B
(22,17,11)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #5E472F

#5E472F
(94,71,47)
#6C5741
(108,87,65)
#7A6753
(122,103,83)
#887765
(136,119,101)
#968777
(150,135,119)
#A49789
(164,151,137)
#B2A79B
(178,167,155)
#C0B7AD
(192,183,173)
#CEC7BF
(206,199,191)
#DCD7D1
(220,215,209)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E472F color. Also use rgb(94,71,47) instead hex code.

Text Font Color

.myTextColor { color: #5E472F; }

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

This text font color is #5E472F.


Background Color

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

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

This div background color is #5E472F.


Border color

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

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

This div border color is #5E472F.


Opacity

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

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

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

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

This text has shadow with #5E472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E472F on black background.


Color preview on white background

This text has color #5E472F on white background.



Black color preview on #5E472F background

This text has black color on #5E472F background.


White color preview on #5E472F background

This text has white color on #5E472F background.