COLOR #5E5339

HEX: #5E5339
RGB: (94,83,57)

Color info

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

RGB color model

#5E5339 color RGB value is (94,83,57).

  • red value is 94;
  • green value is 83;
  • blue value is 57.
RGB:
(94,83,57)
(37%,33%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 57 of 255 = 22%

94
83
57

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 57 = 234 (100%)
R 94 of 234 ~ 40.17%
G 83 of 234 ~ 35.47%
B 57 of 234 ~ 24.36%

%40.17
%35.47
%24.36

CMYK color model

#5E5339 color CMYK value is (0,12,39,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 39.36%
  • key color value is 63.14%
CMYK:
(0,12,39,63)
C0M12Y39K63 
(0%,12%,39%,63%)
(0.00/0.12/0.39/0.63)	

CMYK percentages

%0
%11.7
%39.36
%63.14

Codes

Color #5E5339 in popluar color models

5E5339
RGB948357
HSL42°24.50%29.61%
HSB/HSV42°39.36%36.86%
CMYK0.00%11.70%39.36%
63.14%

Color #5E5339 in popluar number systems.

HEX5E5339
Decimal948357
Binary10111101010011111001
Octal13612371

Shades and tints

Shades of #5E5339

#5E5339
(94,83,57)
#564C34
(86,76,52)
#4E452F
(78,69,47)
#463E2A
(70,62,42)
#3E3725
(62,55,37)
#363020
(54,48,32)
#2E291B
(46,41,27)
#262216
(38,34,22)
#1E1B11
(30,27,17)
#16140C
(22,20,12)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #5E5339

#5E5339
(94,83,57)
#6C624B
(108,98,75)
#7A715D
(122,113,93)
#88806F
(136,128,111)
#968F81
(150,143,129)
#A49E93
(164,158,147)
#B2ADA5
(178,173,165)
#C0BCB7
(192,188,183)
#CECBC9
(206,203,201)
#DCDADB
(220,218,219)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5339 color. Also use rgb(94,83,57) instead hex code.

Text Font Color

.myTextColor { color: #5E5339; }

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

This text font color is #5E5339.


Background Color

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

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

This div background color is #5E5339.


Border color

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

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

This div border color is #5E5339.


Opacity

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

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

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

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

This text has shadow with #5E5339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5339 on black background.


Color preview on white background

This text has color #5E5339 on white background.



Black color preview on #5E5339 background

This text has black color on #5E5339 background.


White color preview on #5E5339 background

This text has white color on #5E5339 background.