COLOR #5E341E

HEX: #5E341E
RGB: (94,52,30)

Color info

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

RGB color model

#5E341E color RGB value is (94,52,30).

  • red value is 94;
  • green value is 52;
  • blue value is 30.
RGB:
(94,52,30)
(37%,20%,12%)

RGB channels and saturation

R 94 of 255 = 37%
G 52 of 255 = 20%
B 30 of 255 = 12%

94
52
30

R + G + B ~ 23%. #5E341E is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 52 + 30 = 176 (100%)
R 94 of 176 ~ 53.41%
G 52 of 176 ~ 29.55%
B 30 of 176 ~ 17.05%

%53.41
%29.55
%17.05

CMYK color model

#5E341E color CMYK value is (0,45,68,63).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 68.09%
  • key color value is 63.14%
CMYK:
(0,45,68,63)
C0M45Y68K63 
(0%,45%,68%,63%)
(0.00/0.45/0.68/0.63)	

CMYK percentages

%0
%44.68
%68.09
%63.14

Codes

Color #5E341E in popluar color models

5E341E
RGB945230
HSL21°51.61%24.31%
HSB/HSV21°68.09%36.86%
CMYK0.00%44.68%68.09%
63.14%

Color #5E341E in popluar number systems.

HEX5E341E
Decimal945230
Binary101111011010011110
Octal1366436

Shades and tints

Shades of #5E341E

#5E341E
(94,52,30)
#56301C
(86,48,28)
#4E2C1A
(78,44,26)
#462818
(70,40,24)
#3E2416
(62,36,22)
#362014
(54,32,20)
#2E1C12
(46,28,18)
#261810
(38,24,16)
#1E140E
(30,20,14)
#16100C
(22,16,12)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #5E341E

#5E341E
(94,52,30)
#6C4632
(108,70,50)
#7A5846
(122,88,70)
#886A5A
(136,106,90)
#967C6E
(150,124,110)
#A48E82
(164,142,130)
#B2A096
(178,160,150)
#C0B2AA
(192,178,170)
#CEC4BE
(206,196,190)
#DCD6D2
(220,214,210)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E341E color. Also use rgb(94,52,30) instead hex code.

Text Font Color

.myTextColor { color: #5E341E; }

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

This text font color is #5E341E.


Background Color

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

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

This div background color is #5E341E.


Border color

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

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

This div border color is #5E341E.


Opacity

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

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

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

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

This text has shadow with #5E341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E341E on black background.


Color preview on white background

This text has color #5E341E on white background.



Black color preview on #5E341E background

This text has black color on #5E341E background.


White color preview on #5E341E background

This text has white color on #5E341E background.