COLOR #5E5E3A

HEX: #5E5E3A
RGB: (94,94,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
94
58

R + G + B ~ 32%. #5E5E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 94 + 58 = 246 (100%)
R 94 of 246 ~ 38.21%
G 94 of 246 ~ 38.21%
B 58 of 246 ~ 23.58%

%38.21
%38.21
%23.58

CMYK color model

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

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

CMYK percentages

%0
%0
%38.3
%63.14

Codes

Color #5E5E3A in popluar color models

5E5E3A
RGB949458
HSL60°23.68%29.80%
HSB/HSV60°38.30%36.86%
CMYK0.00%0.00%38.30%
63.14%

Color #5E5E3A in popluar number systems.

HEX5E5E3A
Decimal949458
Binary10111101011110111010
Octal13613672

Shades and tints

Shades of #5E5E3A

#5E5E3A
(94,94,58)
#565635
(86,86,53)
#4E4E30
(78,78,48)
#46462B
(70,70,43)
#3E3E26
(62,62,38)
#363621
(54,54,33)
#2E2E1C
(46,46,28)
#262617
(38,38,23)
#1E1E12
(30,30,18)
#16160D
(22,22,13)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #5E5E3A

#5E5E3A
(94,94,58)
#6C6C4B
(108,108,75)
#7A7A5C
(122,122,92)
#88886D
(136,136,109)
#96967E
(150,150,126)
#A4A48F
(164,164,143)
#B2B2A0
(178,178,160)
#C0C0B1
(192,192,177)
#CECEC2
(206,206,194)
#DCDCD3
(220,220,211)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5E3A; }

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

This text font color is #5E5E3A.


Background Color

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

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

This div background color is #5E5E3A.


Border color

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

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

This div border color is #5E5E3A.


Opacity

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

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

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

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

This text has shadow with #5E5E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5E3A on black background.


Color preview on white background

This text has color #5E5E3A on white background.



Black color preview on #5E5E3A background

This text has black color on #5E5E3A background.


White color preview on #5E5E3A background

This text has white color on #5E5E3A background.