COLOR #5E5A3F

HEX: #5E5A3F RGB: (94,90,63)

Color info

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

RGB color model

#5E5A3F color RGB value is (94,90,63).

RGB: (94,90,63) (37%, 35%, 25%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 63 of 255 = 25%

94
90
63

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

Portions of RGB colors in percentages

R + G + B = 94 + 90 + 63 = 247 (100%)
R 94 of 247 ~ 38.06%
G 90 of 247 ~ 36.44%
B 63 of 247 ~ 25.51'%

%38.06
%36.44
%25.51

CMYK color model

#5E5A3F color CMYK value is (0,4,33,63).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 32.98%
  • key color value is 63.14%

CMYK: (0,4,33,63)
C0M4Y33K63 (0%, 4%, 33%, 63%)
(0.00 / 0.04 / 0.33 / 0.63)

CMYK percentages

%0
%4.26
%32.98
%63.14

Codes

Color #5E5A3F in popluar color models

5E 5A 3F
RGB 94 90 63
HSL 52° 19.75% 30.78%
HSB/HSV 52° 32.98% 36.86%
CMYK 0.00% 4.26% 32.98%
63.14%

Color #5E5A3F in popluar number systems.

HEX 5E 5A 3F
Decimal 94 90 63
Binary 1011110 1011010 111111
Octal 136 132 77

Shades and tints

Shades of #5E5A3F

#5E5A3F
(94,90,63)
#56523A
(86,82,58)
#4E4A35
(78,74,53)
#464230
(70,66,48)
#3E3A2B
(62,58,43)
#363226
(54,50,38)
#2E2A21
(46,42,33)
#26221C
(38,34,28)
#1E1A17
(30,26,23)
#161212
(22,18,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E5A3F

#5E5A3F
(94,90,63)
#6C6950
(108,105,80)
#7A7861
(122,120,97)
#888772
(136,135,114)
#969683
(150,150,131)
#A4A594
(164,165,148)
#B2B4A5
(178,180,165)
#C0C3B6
(192,195,182)
#CED2C7
(206,210,199)
#DCE1D8
(220,225,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5A3F; }

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

This text font color is #5E5A3F.

Background Color

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

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

This div background color is #5E5A3F.

Border color

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

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

This div border color is #5E5A3F.

Opacity

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

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

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

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

This text has shadow with #5E5A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5A3F.

Preview

Color preview on black background

This text has color #5E5A3F on black background.


Color preview on white background

This text has color #5E5A3F on white background.


Black color preview on #5E5A3F background

This text has black color on #5E5A3F background.


White color preview on #5E5A3F background

This text has white color on #5E5A3F background.


Related colors

Complementary color

Complementary color for #hex is #A1A5C0.


I love getcolorcode.com

Triadic colors

1 #3F5E5A and #5A3F5E with #5E5A3F are triadic colors.

2 #3F5A5E and #5A5E3F with #5E5A3F are triadic colors.