COLOR #5E4527

HEX: #5E4527
RGB: (94,69,39)

Color info

#5E4527 contains red, green and blue colors in about the same proportion. Web safe color of #5E4527 is #663333 (or #633).

RGB color model

#5E4527 color RGB value is (94,69,39).

  • red value is 94;
  • green value is 69;
  • blue value is 39.
RGB:
(94,69,39)
(37%,27%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 69 of 255 = 27%
B 39 of 255 = 15%

94
69
39

R + G + B ~ 26%. #5E4527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 69 + 39 = 202 (100%)
R 94 of 202 ~ 46.53%
G 69 of 202 ~ 34.16%
B 39 of 202 ~ 19.31%

%46.53
%34.16
%19.31

CMYK color model

#5E4527 color CMYK value is (0,27,59,63).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(0,27,59,63)
C0M27Y59K63 
(0%,27%,59%,63%)
(0.00/0.27/0.59/0.63)	

CMYK percentages

%0
%26.6
%58.51
%63.14

Codes

Color #5E4527 in popluar color models

5E4527
RGB946939
HSL33°41.35%26.08%
HSB/HSV33°58.51%36.86%
CMYK0.00%26.60%58.51%
63.14%

Color #5E4527 in popluar number systems.

HEX5E4527
Decimal946939
Binary10111101000101100111
Octal13610547

Shades and tints

Shades of #5E4527

#5E4527
(94,69,39)
#563F24
(86,63,36)
#4E3921
(78,57,33)
#46331E
(70,51,30)
#3E2D1B
(62,45,27)
#362718
(54,39,24)
#2E2115
(46,33,21)
#261B12
(38,27,18)
#1E150F
(30,21,15)
#160F0C
(22,15,12)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #5E4527

#5E4527
(94,69,39)
#6C553A
(108,85,58)
#7A654D
(122,101,77)
#887560
(136,117,96)
#968573
(150,133,115)
#A49586
(164,149,134)
#B2A599
(178,165,153)
#C0B5AC
(192,181,172)
#CEC5BF
(206,197,191)
#DCD5D2
(220,213,210)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4527 color. Also use rgb(94,69,39) instead hex code.

Text Font Color

.myTextColor { color: #5E4527; }

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

This text font color is #5E4527.


Background Color

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

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

This div background color is #5E4527.


Border color

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

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

This div border color is #5E4527.


Opacity

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

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

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

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

This text has shadow with #5E4527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4527 on black background.


Color preview on white background

This text has color #5E4527 on white background.



Black color preview on #5E4527 background

This text has black color on #5E4527 background.


White color preview on #5E4527 background

This text has white color on #5E4527 background.