COLOR #5E534A

HEX: #5E534A
RGB: (94,83,74)

Color info

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

RGB color model

#5E534A color RGB value is (94,83,74).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 74 of 255 = 29%

94
83
74

R + G + B ~ 33%. #5E534A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 74 = 251 (100%)
R 94 of 251 ~ 37.45%
G 83 of 251 ~ 33.07%
B 74 of 251 ~ 29.48%

%37.45
%33.07
%29.48

CMYK color model

#5E534A color CMYK value is (0,12,21,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,12,21,63)
C0M12Y21K63 
(0%,12%,21%,63%)
(0.00/0.12/0.21/0.63)	

CMYK percentages

%0
%11.7
%21.28
%63.14

Codes

Color #5E534A in popluar color models

5E534A
RGB948374
HSL27°11.90%32.94%
HSB/HSV27°21.28%36.86%
CMYK0.00%11.70%21.28%
63.14%

Color #5E534A in popluar number systems.

HEX5E534A
Decimal948374
Binary101111010100111001010
Octal136123112

Shades and tints

Shades of #5E534A

#5E534A
(94,83,74)
#564C44
(86,76,68)
#4E453E
(78,69,62)
#463E38
(70,62,56)
#3E3732
(62,55,50)
#36302C
(54,48,44)
#2E2926
(46,41,38)
#262220
(38,34,32)
#1E1B1A
(30,27,26)
#161414
(22,20,20)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E534A

#5E534A
(94,83,74)
#6C625A
(108,98,90)
#7A716A
(122,113,106)
#88807A
(136,128,122)
#968F8A
(150,143,138)
#A49E9A
(164,158,154)
#B2ADAA
(178,173,170)
#C0BCBA
(192,188,186)
#CECBCA
(206,203,202)
#DCDADA
(220,218,218)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E534A; }

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

This text font color is #5E534A.


Background Color

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

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

This div background color is #5E534A.


Border color

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

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

This div border color is #5E534A.


Opacity

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

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

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

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

This text has shadow with #5E534A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E534A on black background.


Color preview on white background

This text has color #5E534A on white background.



Black color preview on #5E534A background

This text has black color on #5E534A background.


White color preview on #5E534A background

This text has white color on #5E534A background.