COLOR #5E372A

HEX: #5E372A
RGB: (94,55,42)

Color info

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

RGB color model

#5E372A color RGB value is (94,55,42).

  • red value is 94;
  • green value is 55;
  • blue value is 42.
RGB:
(94,55,42)
(37%,22%,16%)

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 42 of 255 = 16%

94
55
42

R + G + B ~ 25%. #5E372A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 55 + 42 = 191 (100%)
R 94 of 191 ~ 49.21%
G 55 of 191 ~ 28.8%
B 42 of 191 ~ 21.99%

%49.21
%28.8
%21.99

CMYK color model

#5E372A color CMYK value is (0,41,55,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(0,41,55,63)
C0M41Y55K63 
(0%,41%,55%,63%)
(0.00/0.41/0.55/0.63)	

CMYK percentages

%0
%41.49
%55.32
%63.14

Codes

Color #5E372A in popluar color models

5E372A
RGB945542
HSL15°38.24%26.67%
HSB/HSV15°55.32%36.86%
CMYK0.00%41.49%55.32%
63.14%

Color #5E372A in popluar number systems.

HEX5E372A
Decimal945542
Binary1011110110111101010
Octal1366752

Shades and tints

Shades of #5E372A

#5E372A
(94,55,42)
#563227
(86,50,39)
#4E2D24
(78,45,36)
#462821
(70,40,33)
#3E231E
(62,35,30)
#361E1B
(54,30,27)
#2E1918
(46,25,24)
#261415
(38,20,21)
#1E0F12
(30,15,18)
#160A0F
(22,10,15)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #5E372A

#5E372A
(94,55,42)
#6C493D
(108,73,61)
#7A5B50
(122,91,80)
#886D63
(136,109,99)
#967F76
(150,127,118)
#A49189
(164,145,137)
#B2A39C
(178,163,156)
#C0B5AF
(192,181,175)
#CEC7C2
(206,199,194)
#DCD9D5
(220,217,213)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E372A color. Also use rgb(94,55,42) instead hex code.

Text Font Color

.myTextColor { color: #5E372A; }

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

This text font color is #5E372A.


Background Color

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

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

This div background color is #5E372A.


Border color

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

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

This div border color is #5E372A.


Opacity

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

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

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

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

This text has shadow with #5E372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E372A on black background.


Color preview on white background

This text has color #5E372A on white background.



Black color preview on #5E372A background

This text has black color on #5E372A background.


White color preview on #5E372A background

This text has white color on #5E372A background.