COLOR #5E533A

HEX: #5E533A
RGB: (94,83,58)

Color info

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

RGB color model

#5E533A color RGB value is (94,83,58).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 58 of 255 = 23%

94
83
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 58 = 235 (100%)
R 94 of 235 ~ 40%
G 83 of 235 ~ 35.32%
B 58 of 235 ~ 24.68%

%40
%35.32
%24.68

CMYK color model

#5E533A color CMYK value is (0,12,38,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,12,38,63)
C0M12Y38K63 
(0%,12%,38%,63%)
(0.00/0.12/0.38/0.63)	

CMYK percentages

%0
%11.7
%38.3
%63.14

Codes

Color #5E533A in popluar color models

5E533A
RGB948358
HSL42°23.68%29.80%
HSB/HSV42°38.30%36.86%
CMYK0.00%11.70%38.30%
63.14%

Color #5E533A in popluar number systems.

HEX5E533A
Decimal948358
Binary10111101010011111010
Octal13612372

Shades and tints

Shades of #5E533A

#5E533A
(94,83,58)
#564C35
(86,76,53)
#4E4530
(78,69,48)
#463E2B
(70,62,43)
#3E3726
(62,55,38)
#363021
(54,48,33)
#2E291C
(46,41,28)
#262217
(38,34,23)
#1E1B12
(30,27,18)
#16140D
(22,20,13)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #5E533A

#5E533A
(94,83,58)
#6C624B
(108,98,75)
#7A715C
(122,113,92)
#88806D
(136,128,109)
#968F7E
(150,143,126)
#A49E8F
(164,158,143)
#B2ADA0
(178,173,160)
#C0BCB1
(192,188,177)
#CECBC2
(206,203,194)
#DCDAD3
(220,218,211)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E533A; }

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

This text font color is #5E533A.


Background Color

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

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

This div background color is #5E533A.


Border color

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

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

This div border color is #5E533A.


Opacity

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

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

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

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

This text has shadow with #5E533A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E533A on black background.


Color preview on white background

This text has color #5E533A on white background.



Black color preview on #5E533A background

This text has black color on #5E533A background.


White color preview on #5E533A background

This text has white color on #5E533A background.