COLOR #5E6439

HEX: #5E6439 RGB: (94,100,57)

Color info

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

RGB color model

#5E6439 color RGB value is (94,100,57).

RGB: (94,100,57) (37%, 39%, 22%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 57 of 255 = 22%

94
100
57

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

Portions of RGB colors in percentages

R + G + B = 94 + 100 + 57 = 251 (100%)
R 94 of 251 ~ 37.45%
G 100 of 251 ~ 39.84%
B 57 of 251 ~ 22.71'%

%37.45
%39.84
%22.71

CMYK color model

#5E6439 color CMYK value is (6,0,43,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 60.78%

CMYK: (6,0,43,61)
C6M0Y43K61 (6%, 0%, 43%, 61%)
(0.06 / 0.00 / 0.43 / 0.61)

CMYK percentages

%6
%0
%43
%60.78

Codes

Color #5E6439 in popluar color models

5E 64 39
RGB 94 100 57
HSL 68° 27.39% 30.78%
HSB/HSV 68° 43.00% 39.22%
CMYK 6.00% 0.00% 43.00%
60.78%

Color #5E6439 in popluar number systems.

HEX 5E 64 39
Decimal 94 100 57
Binary 1011110 1100100 111001
Octal 136 144 71

Shades and tints

Shades of #5E6439

#5E6439
(94,100,57)
#565B34
(86,91,52)
#4E522F
(78,82,47)
#46492A
(70,73,42)
#3E4025
(62,64,37)
#363720
(54,55,32)
#2E2E1B
(46,46,27)
#262516
(38,37,22)
#1E1C11
(30,28,17)
#16130C
(22,19,12)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #5E6439

#5E6439
(94,100,57)
#6C724B
(108,114,75)
#7A805D
(122,128,93)
#888E6F
(136,142,111)
#969C81
(150,156,129)
#A4AA93
(164,170,147)
#B2B8A5
(178,184,165)
#C0C6B7
(192,198,183)
#CED4C9
(206,212,201)
#DCE2DB
(220,226,219)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6439; }

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

This text font color is #5E6439.

Background Color

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

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

This div background color is #5E6439.

Border color

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

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

This div border color is #5E6439.

Opacity

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

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

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

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

This text has shadow with #5E6439 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6439.

Preview

Color preview on black background

This text has color #5E6439 on black background.


Color preview on white background

This text has color #5E6439 on white background.


Black color preview on #5E6439 background

This text has black color on #5E6439 background.


White color preview on #5E6439 background

This text has white color on #5E6439 background.


Related colors

Complementary color

Complementary color for #hex is #A19BC6.


I love getcolorcode.com

Triadic colors

1 #395E64 and #64395E with #5E6439 are triadic colors.

2 #39645E and #645E39 with #5E6439 are triadic colors.