COLOR #5E6A3B

HEX: #5E6A3B RGB: (94,106,59)

Color info

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

RGB color model

#5E6A3B color RGB value is (94,106,59).

RGB: (94,106,59) (37%, 42%, 23%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 59 of 255 = 23%

94
106
59

R + G + B ~ 34%. #5E6A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 106 + 59 = 259 (100%)
R 94 of 259 ~ 36.29%
G 106 of 259 ~ 40.93%
B 59 of 259 ~ 22.78'%

%36.29
%40.93
%22.78

CMYK color model

#5E6A3B color CMYK value is (11,0,44,58).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 58.43%

CMYK: (11,0,44,58)
C11M0Y44K58 (11%, 0%, 44%, 58%)
(0.11 / 0.00 / 0.44 / 0.58)

CMYK percentages

%11.32
%0
%44.34
%58.43

Codes

Color #5E6A3B in popluar color models

5E 6A 3B
RGB 94 106 59
HSL 75° 28.48% 32.35%
HSB/HSV 75° 44.34% 41.57%
CMYK 11.32% 0.00% 44.34%
58.43%

Color #5E6A3B in popluar number systems.

HEX 5E 6A 3B
Decimal 94 106 59
Binary 1011110 1101010 111011
Octal 136 152 73

Shades and tints

Shades of #5E6A3B

#5E6A3B
(94,106,59)
#566136
(86,97,54)
#4E5831
(78,88,49)
#464F2C
(70,79,44)
#3E4627
(62,70,39)
#363D22
(54,61,34)
#2E341D
(46,52,29)
#262B18
(38,43,24)
#1E2213
(30,34,19)
#16190E
(22,25,14)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #5E6A3B

#5E6A3B
(94,106,59)
#6C774C
(108,119,76)
#7A845D
(122,132,93)
#88916E
(136,145,110)
#969E7F
(150,158,127)
#A4AB90
(164,171,144)
#B2B8A1
(178,184,161)
#C0C5B2
(192,197,178)
#CED2C3
(206,210,195)
#DCDFD4
(220,223,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6A3B; }

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

This text font color is #5E6A3B.

Background Color

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

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

This div background color is #5E6A3B.

Border color

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

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

This div border color is #5E6A3B.

Opacity

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

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

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

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

This text has shadow with #5E6A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6A3B.

Preview

Color preview on black background

This text has color #5E6A3B on black background.


Color preview on white background

This text has color #5E6A3B on white background.


Black color preview on #5E6A3B background

This text has black color on #5E6A3B background.


White color preview on #5E6A3B background

This text has white color on #5E6A3B background.


Related colors

Complementary color

Complementary color for #hex is #A195C4.


I love getcolorcode.com

Triadic colors

1 #3B5E6A and #6A3B5E with #5E6A3B are triadic colors.

2 #3B6A5E and #6A5E3B with #5E6A3B are triadic colors.