COLOR #5E6447

HEX: #5E6447 RGB: (94,100,71)

Color info

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

RGB color model

#5E6447 color RGB value is (94,100,71).

RGB: (94,100,71) (37%, 39%, 28%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 71 of 255 = 28%

94
100
71

R + G + B ~ 35%. #5E6447 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 100 + 71 = 265 (100%)
R 94 of 265 ~ 35.47%
G 100 of 265 ~ 37.74%
B 71 of 265 ~ 26.79'%

%35.47
%37.74
%26.79

CMYK color model

#5E6447 color CMYK value is (6,0,29,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 60.78%
CMYK: (6,0,29,61) C6M0Y29K61 (6%,0%,29%,61%) (0.06/0.00/0.29/0.61) 

CMYK percentages

%6
%0
%29
%60.78

Codes

Color #5E6447 in popluar color models

5E 64 47
RGB 94 100 71
HSL 72° 16.96% 33.53%
HSB/HSV 72° 29.00% 39.22%
CMYK 6.00% 0.00% 29.00%
60.78%

Color #5E6447 in popluar number systems.

HEX 5E 64 47
Decimal 94 100 71
Binary 1011110 1100100 1000111
Octal 136 144 107

Shades and tints

Shades of #5E6447

#5E6447
(94,100,71)
#565B41
(86,91,65)
#4E523B
(78,82,59)
#464935
(70,73,53)
#3E402F
(62,64,47)
#363729
(54,55,41)
#2E2E23
(46,46,35)
#26251D
(38,37,29)
#1E1C17
(30,28,23)
#161311
(22,19,17)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #5E6447

#5E6447
(94,100,71)
#6C7257
(108,114,87)
#7A8067
(122,128,103)
#888E77
(136,142,119)
#969C87
(150,156,135)
#A4AA97
(164,170,151)
#B2B8A7
(178,184,167)
#C0C6B7
(192,198,183)
#CED4C7
(206,212,199)
#DCE2D7
(220,226,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6447; }

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

This text font color is #5E6447.

Background Color

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

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

This div background color is #5E6447.

Border color

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

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

This div border color is #5E6447.

Opacity

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

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

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

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

This text has shadow with #5E6447 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6447.

Preview

Color preview on black background

This text has color #5E6447 on black background.


Color preview on white background

This text has color #5E6447 on white background.


Black color preview on #5E6447 background

This text has black color on #5E6447 background.


White color preview on #5E6447 background

This text has white color on #5E6447 background.


Related colors

Complementary color

Complementary color for #hex is #A19BB8.


I love getcolorcode.com

Triadic colors

1 #475E64 and #64475E with #5E6447 are triadic colors.

2 #47645E and #645E47 with #5E6447 are triadic colors.