COLOR #5E2612

HEX: #5E2612
RGB: (94,38,18)

Color info

#5E2612 contains mainly red and green colors. Web safe color of #5E2612 is #663300 (or #630).

RGB color model

#5E2612 color RGB value is (94,38,18).

  • red value is 94;
  • green value is 38;
  • blue value is 18.
RGB:
(94,38,18)
(37%,15%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 38 of 255 = 15%
B 18 of 255 = 7%

94
38
18

R + G + B ~ 20%. #5E2612 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 38 + 18 = 150 (100%)
R 94 of 150 ~ 62.67%
G 38 of 150 ~ 25.33%
B 18 of 150 ~ 12%

%62.67
%25.33
%12

CMYK color model

#5E2612 color CMYK value is (0,60,81,63).

  • cyan value is 0.00%
  • magenta value is 59.57%
  • yellow value is 80.85%
  • key color value is 63.14%
CMYK:
(0,60,81,63)
C0M60Y81K63 
(0%,60%,81%,63%)
(0.00/0.60/0.81/0.63)	

CMYK percentages

%0
%59.57
%80.85
%63.14

Codes

Color #5E2612 in popluar color models

5E2612
RGB943818
HSL16°67.86%21.96%
HSB/HSV16°80.85%36.86%
CMYK0.00%59.57%80.85%
63.14%

Color #5E2612 in popluar number systems.

HEX5E2612
Decimal943818
Binary101111010011010010
Octal1364622

Shades and tints

Shades of #5E2612

#5E2612
(94,38,18)
#562311
(86,35,17)
#4E2010
(78,32,16)
#461D0F
(70,29,15)
#3E1A0E
(62,26,14)
#36170D
(54,23,13)
#2E140C
(46,20,12)
#26110B
(38,17,11)
#1E0E0A
(30,14,10)
#160B09
(22,11,9)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #5E2612

#5E2612
(94,38,18)
#6C3927
(108,57,39)
#7A4C3C
(122,76,60)
#885F51
(136,95,81)
#967266
(150,114,102)
#A4857B
(164,133,123)
#B29890
(178,152,144)
#C0ABA5
(192,171,165)
#CEBEBA
(206,190,186)
#DCD1CF
(220,209,207)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2612 color. Also use rgb(94,38,18) instead hex code.

Text Font Color

.myTextColor { color: #5E2612; }

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

This text font color is #5E2612.


Background Color

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

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

This div background color is #5E2612.


Border color

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

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

This div border color is #5E2612.


Opacity

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

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

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

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

This text has shadow with #5E2612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2612 on black background.


Color preview on white background

This text has color #5E2612 on white background.



Black color preview on #5E2612 background

This text has black color on #5E2612 background.


White color preview on #5E2612 background

This text has white color on #5E2612 background.