COLOR #5E492B

HEX: #5E492B
RGB: (94,73,43)

Color info

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

RGB color model

#5E492B color RGB value is (94,73,43).

  • red value is 94;
  • green value is 73;
  • blue value is 43.
RGB:
(94,73,43)
(37%,29%,17%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 43 of 255 = 17%

94
73
43

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

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 43 = 210 (100%)
R 94 of 210 ~ 44.76%
G 73 of 210 ~ 34.76%
B 43 of 210 ~ 20.48%

%44.76
%34.76
%20.48

CMYK color model

#5E492B color CMYK value is (0,22,54,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 54.26%
  • key color value is 63.14%
CMYK:
(0,22,54,63)
C0M22Y54K63 
(0%,22%,54%,63%)
(0.00/0.22/0.54/0.63)	

CMYK percentages

%0
%22.34
%54.26
%63.14

Codes

Color #5E492B in popluar color models

5E492B
RGB947343
HSL35°37.23%26.86%
HSB/HSV35°54.26%36.86%
CMYK0.00%22.34%54.26%
63.14%

Color #5E492B in popluar number systems.

HEX5E492B
Decimal947343
Binary10111101001001101011
Octal13611153

Shades and tints

Shades of #5E492B

#5E492B
(94,73,43)
#564328
(86,67,40)
#4E3D25
(78,61,37)
#463722
(70,55,34)
#3E311F
(62,49,31)
#362B1C
(54,43,28)
#2E2519
(46,37,25)
#261F16
(38,31,22)
#1E1913
(30,25,19)
#161310
(22,19,16)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #5E492B

#5E492B
(94,73,43)
#6C593E
(108,89,62)
#7A6951
(122,105,81)
#887964
(136,121,100)
#968977
(150,137,119)
#A4998A
(164,153,138)
#B2A99D
(178,169,157)
#C0B9B0
(192,185,176)
#CEC9C3
(206,201,195)
#DCD9D6
(220,217,214)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E492B color. Also use rgb(94,73,43) instead hex code.

Text Font Color

.myTextColor { color: #5E492B; }

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

This text font color is #5E492B.


Background Color

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

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

This div background color is #5E492B.


Border color

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

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

This div border color is #5E492B.


Opacity

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

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

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

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

This text has shadow with #5E492B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E492B on black background.


Color preview on white background

This text has color #5E492B on white background.



Black color preview on #5E492B background

This text has black color on #5E492B background.


White color preview on #5E492B background

This text has white color on #5E492B background.