COLOR #5E492E

HEX: #5E492E
RGB: (94,73,46)

Color info

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

RGB color model

#5E492E color RGB value is (94,73,46).

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

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 46 of 255 = 18%

94
73
46

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

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 46 = 213 (100%)
R 94 of 213 ~ 44.13%
G 73 of 213 ~ 34.27%
B 46 of 213 ~ 21.6%

%44.13
%34.27
%21.6

CMYK color model

#5E492E color CMYK value is (0,22,51,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 51.06%
  • key color value is 63.14%
CMYK:
(0,22,51,63)
C0M22Y51K63 
(0%,22%,51%,63%)
(0.00/0.22/0.51/0.63)	

CMYK percentages

%0
%22.34
%51.06
%63.14

Codes

Color #5E492E in popluar color models

5E492E
RGB947346
HSL34°34.29%27.45%
HSB/HSV34°51.06%36.86%
CMYK0.00%22.34%51.06%
63.14%

Color #5E492E in popluar number systems.

HEX5E492E
Decimal947346
Binary10111101001001101110
Octal13611156

Shades and tints

Shades of #5E492E

#5E492E
(94,73,46)
#56432A
(86,67,42)
#4E3D26
(78,61,38)
#463722
(70,55,34)
#3E311E
(62,49,30)
#362B1A
(54,43,26)
#2E2516
(46,37,22)
#261F12
(38,31,18)
#1E190E
(30,25,14)
#16130A
(22,19,10)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #5E492E

#5E492E
(94,73,46)
#6C5941
(108,89,65)
#7A6954
(122,105,84)
#887967
(136,121,103)
#96897A
(150,137,122)
#A4998D
(164,153,141)
#B2A9A0
(178,169,160)
#C0B9B3
(192,185,179)
#CEC9C6
(206,201,198)
#DCD9D9
(220,217,217)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E492E; }

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

This text font color is #5E492E.


Background Color

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

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

This div background color is #5E492E.


Border color

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

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

This div border color is #5E492E.


Opacity

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

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

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

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

This text has shadow with #5E492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E492E on black background.


Color preview on white background

This text has color #5E492E on white background.



Black color preview on #5E492E background

This text has black color on #5E492E background.


White color preview on #5E492E background

This text has white color on #5E492E background.