COLOR #5E523B

HEX: #5E523B
RGB: (94,82,59)

Color info

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

RGB color model

#5E523B color RGB value is (94,82,59).

  • red value is 94;
  • green value is 82;
  • blue value is 59.
RGB:
(94,82,59)
(37%,32%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 82 of 255 = 32%
B 59 of 255 = 23%

94
82
59

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

Portions of RGB colors in percentages

R + G + B =
94 + 82 + 59 = 235 (100%)
R 94 of 235 ~ 40%
G 82 of 235 ~ 34.89%
B 59 of 235 ~ 25.11%

%40
%34.89
%25.11

CMYK color model

#5E523B color CMYK value is (0,13,37,63).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK:
(0,13,37,63)
C0M13Y37K63 
(0%,13%,37%,63%)
(0.00/0.13/0.37/0.63)	

CMYK percentages

%0
%12.77
%37.23
%63.14

Codes

Color #5E523B in popluar color models

5E523B
RGB948259
HSL39°22.88%30.00%
HSB/HSV39°37.23%36.86%
CMYK0.00%12.77%37.23%
63.14%

Color #5E523B in popluar number systems.

HEX5E523B
Decimal948259
Binary10111101010010111011
Octal13612273

Shades and tints

Shades of #5E523B

#5E523B
(94,82,59)
#564B36
(86,75,54)
#4E4431
(78,68,49)
#463D2C
(70,61,44)
#3E3627
(62,54,39)
#362F22
(54,47,34)
#2E281D
(46,40,29)
#262118
(38,33,24)
#1E1A13
(30,26,19)
#16130E
(22,19,14)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #5E523B

#5E523B
(94,82,59)
#6C614C
(108,97,76)
#7A705D
(122,112,93)
#887F6E
(136,127,110)
#968E7F
(150,142,127)
#A49D90
(164,157,144)
#B2ACA1
(178,172,161)
#C0BBB2
(192,187,178)
#CECAC3
(206,202,195)
#DCD9D4
(220,217,212)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E523B color. Also use rgb(94,82,59) instead hex code.

Text Font Color

.myTextColor { color: #5E523B; }

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

This text font color is #5E523B.


Background Color

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

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

This div background color is #5E523B.


Border color

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

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

This div border color is #5E523B.


Opacity

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

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

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

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

This text has shadow with #5E523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E523B on black background.


Color preview on white background

This text has color #5E523B on white background.



Black color preview on #5E523B background

This text has black color on #5E523B background.


White color preview on #5E523B background

This text has white color on #5E523B background.