COLOR #5E5833

HEX: #5E5833
RGB: (94,88,51)

Color info

#5E5833 contains red, green and blue colors in about the same proportion. Web safe color of #5E5833 is #666633 (or #663).

RGB color model

#5E5833 color RGB value is (94,88,51).

  • red value is 94;
  • green value is 88;
  • blue value is 51.
RGB:
(94,88,51)
(37%,35%,20%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 51 of 255 = 20%

94
88
51

R + G + B ~ 31%. #5E5833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 51 = 233 (100%)
R 94 of 233 ~ 40.34%
G 88 of 233 ~ 37.77%
B 51 of 233 ~ 21.89%

%40.34
%37.77
%21.89

CMYK color model

#5E5833 color CMYK value is (0,6,46,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 45.74%
  • key color value is 63.14%
CMYK:
(0,6,46,63)
C0M6Y46K63 
(0%,6%,46%,63%)
(0.00/0.06/0.46/0.63)	

CMYK percentages

%0
%6.38
%45.74
%63.14

Codes

Color #5E5833 in popluar color models

5E5833
RGB948851
HSL52°29.66%28.43%
HSB/HSV52°45.74%36.86%
CMYK0.00%6.38%45.74%
63.14%

Color #5E5833 in popluar number systems.

HEX5E5833
Decimal948851
Binary10111101011000110011
Octal13613063

Shades and tints

Shades of #5E5833

#5E5833
(94,88,51)
#56502F
(86,80,47)
#4E482B
(78,72,43)
#464027
(70,64,39)
#3E3823
(62,56,35)
#36301F
(54,48,31)
#2E281B
(46,40,27)
#262017
(38,32,23)
#1E1813
(30,24,19)
#16100F
(22,16,15)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E5833

#5E5833
(94,88,51)
#6C6745
(108,103,69)
#7A7657
(122,118,87)
#888569
(136,133,105)
#96947B
(150,148,123)
#A4A38D
(164,163,141)
#B2B29F
(178,178,159)
#C0C1B1
(192,193,177)
#CED0C3
(206,208,195)
#DCDFD5
(220,223,213)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5833 color. Also use rgb(94,88,51) instead hex code.

Text Font Color

.myTextColor { color: #5E5833; }

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

This text font color is #5E5833.


Background Color

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

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

This div background color is #5E5833.


Border color

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

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

This div border color is #5E5833.


Opacity

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

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

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

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

This text has shadow with #5E5833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5833 on black background.


Color preview on white background

This text has color #5E5833 on white background.



Black color preview on #5E5833 background

This text has black color on #5E5833 background.


White color preview on #5E5833 background

This text has white color on #5E5833 background.