COLOR #5E551E

HEX: #5E551E
RGB: (94,85,30)

Color info

#5E551E contains mainly red and green colors. Web safe color of #5E551E is #666633 (or #663).

RGB color model

#5E551E color RGB value is (94,85,30).

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

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 30 of 255 = 12%

94
85
30

R + G + B ~ 27%. #5E551E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 30 = 209 (100%)
R 94 of 209 ~ 44.98%
G 85 of 209 ~ 40.67%
B 30 of 209 ~ 14.35%

%44.98
%40.67
%14.35

CMYK color model

#5E551E color CMYK value is (0,10,68,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 68.09%
  • key color value is 63.14%
CMYK:
(0,10,68,63)
C0M10Y68K63 
(0%,10%,68%,63%)
(0.00/0.10/0.68/0.63)	

CMYK percentages

%0
%9.57
%68.09
%63.14

Codes

Color #5E551E in popluar color models

5E551E
RGB948530
HSL52°51.61%24.31%
HSB/HSV52°68.09%36.86%
CMYK0.00%9.57%68.09%
63.14%

Color #5E551E in popluar number systems.

HEX5E551E
Decimal948530
Binary1011110101010111110
Octal13612536

Shades and tints

Shades of #5E551E

#5E551E
(94,85,30)
#564E1C
(86,78,28)
#4E471A
(78,71,26)
#464018
(70,64,24)
#3E3916
(62,57,22)
#363214
(54,50,20)
#2E2B12
(46,43,18)
#262410
(38,36,16)
#1E1D0E
(30,29,14)
#16160C
(22,22,12)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E551E

#5E551E
(94,85,30)
#6C6432
(108,100,50)
#7A7346
(122,115,70)
#88825A
(136,130,90)
#96916E
(150,145,110)
#A4A082
(164,160,130)
#B2AF96
(178,175,150)
#C0BEAA
(192,190,170)
#CECDBE
(206,205,190)
#DCDCD2
(220,220,210)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E551E; }

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

This text font color is #5E551E.


Background Color

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

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

This div background color is #5E551E.


Border color

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

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

This div border color is #5E551E.


Opacity

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

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

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

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

This text has shadow with #5E551E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E551E on black background.


Color preview on white background

This text has color #5E551E on white background.



Black color preview on #5E551E background

This text has black color on #5E551E background.


White color preview on #5E551E background

This text has white color on #5E551E background.