COLOR #5E371F

HEX: #5E371F RGB: (94,55,31)

Color info

#5E371F contains mainly red and green colors. Web safe color of #5E371F is #663333 (or #633).

RGB color model

#5E371F color RGB value is (94,55,31).

RGB: (94,55,31) (37%, 22%, 12%)

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 31 of 255 = 12%

94
55
31

R + G + B ~ 24%. #5E371F is dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 55 + 31 = 180 (100%)
R 94 of 180 ~ 52.22%
G 55 of 180 ~ 30.56%
B 31 of 180 ~ 17.22'%

%52.22
%30.56
%17.22

CMYK color model

#5E371F color CMYK value is (0,41,67,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 67.02%
  • key color value is 63.14%

CMYK: (0,41,67,63)
C0M41Y67K63 (0%, 41%, 67%, 63%)
(0.00 / 0.41 / 0.67 / 0.63)

CMYK percentages

%0
%41.49
%67.02
%63.14

Codes

Color #5E371F in popluar color models

5E 37 1F
RGB 94 55 31
HSL 23° 50.40% 24.51%
HSB/HSV 23° 67.02% 36.86%
CMYK 0.00% 41.49% 67.02%
63.14%

Color #5E371F in popluar number systems.

HEX 5E 37 1F
Decimal 94 55 31
Binary 1011110 110111 11111
Octal 136 67 37

Shades and tints

Shades of #5E371F

#5E371F
(94,55,31)
#56321D
(86,50,29)
#4E2D1B
(78,45,27)
#462819
(70,40,25)
#3E2317
(62,35,23)
#361E15
(54,30,21)
#2E1913
(46,25,19)
#261411
(38,20,17)
#1E0F0F
(30,15,15)
#160A0D
(22,10,13)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #5E371F

#5E371F
(94,55,31)
#6C4933
(108,73,51)
#7A5B47
(122,91,71)
#886D5B
(136,109,91)
#967F6F
(150,127,111)
#A49183
(164,145,131)
#B2A397
(178,163,151)
#C0B5AB
(192,181,171)
#CEC7BF
(206,199,191)
#DCD9D3
(220,217,211)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E371F; }

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

This text font color is #5E371F.

Background Color

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

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

This div background color is #5E371F.

Border color

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

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

This div border color is #5E371F.

Opacity

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

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

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

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

This text has shadow with #5E371F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E371F.

Preview

Color preview on black background

This text has color #5E371F on black background.


Color preview on white background

This text has color #5E371F on white background.


Black color preview on #5E371F background

This text has black color on #5E371F background.


White color preview on #5E371F background

This text has white color on #5E371F background.


Related colors

Complementary color

Complementary color for #hex is #A1C8E0.


I love getcolorcode.com

Triadic colors

1 #1F5E37 and #371F5E with #5E371F are triadic colors.

2 #1F375E and #375E1F with #5E371F are triadic colors.