COLOR #5E493C

HEX: #5E493C
RGB: (94,73,60)

Color info

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

RGB color model

#5E493C color RGB value is (94,73,60).

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

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 60 of 255 = 24%

94
73
60

R + G + B ~ 30%. #5E493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 60 = 227 (100%)
R 94 of 227 ~ 41.41%
G 73 of 227 ~ 32.16%
B 60 of 227 ~ 26.43%

%41.41
%32.16
%26.43

CMYK color model

#5E493C color CMYK value is (0,22,36,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 36.17%
  • key color value is 63.14%
CMYK:
(0,22,36,63)
C0M22Y36K63 
(0%,22%,36%,63%)
(0.00/0.22/0.36/0.63)	

CMYK percentages

%0
%22.34
%36.17
%63.14

Codes

Color #5E493C in popluar color models

5E493C
RGB947360
HSL23°22.08%30.20%
HSB/HSV23°36.17%36.86%
CMYK0.00%22.34%36.17%
63.14%

Color #5E493C in popluar number systems.

HEX5E493C
Decimal947360
Binary10111101001001111100
Octal13611174

Shades and tints

Shades of #5E493C

#5E493C
(94,73,60)
#564337
(86,67,55)
#4E3D32
(78,61,50)
#46372D
(70,55,45)
#3E3128
(62,49,40)
#362B23
(54,43,35)
#2E251E
(46,37,30)
#261F19
(38,31,25)
#1E1914
(30,25,20)
#16130F
(22,19,15)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E493C

#5E493C
(94,73,60)
#6C594D
(108,89,77)
#7A695E
(122,105,94)
#88796F
(136,121,111)
#968980
(150,137,128)
#A49991
(164,153,145)
#B2A9A2
(178,169,162)
#C0B9B3
(192,185,179)
#CEC9C4
(206,201,196)
#DCD9D5
(220,217,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E493C; }

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

This text font color is #5E493C.


Background Color

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

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

This div background color is #5E493C.


Border color

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

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

This div border color is #5E493C.


Opacity

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

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

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

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

This text has shadow with #5E493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E493C on black background.


Color preview on white background

This text has color #5E493C on white background.



Black color preview on #5E493C background

This text has black color on #5E493C background.


White color preview on #5E493C background

This text has white color on #5E493C background.