COLOR #5E714B

HEX: #5E714B RGB: (94,113,75)

Color info

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

RGB color model

#5E714B color RGB value is (94,113,75).

RGB: (94,113,75) (37%, 44%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 75 of 255 = 29%

94
113
75

R + G + B ~ 37%. #5E714B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 113 + 75 = 282 (100%)
R 94 of 282 ~ 33.33%
G 113 of 282 ~ 40.07%
B 75 of 282 ~ 26.6'%

%33.33
%40.07
%26.6

CMYK color model

#5E714B color CMYK value is (17,0,34,56).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%

CMYK: (17,0,34,56)
C17M0Y34K56 (17%, 0%, 34%, 56%)
(0.17 / 0.00 / 0.34 / 0.56)

CMYK percentages

%16.81
%0
%33.63
%55.69

Codes

Color #5E714B in popluar color models

5E 71 4B
RGB 94 113 75
HSL 90° 20.21% 36.86%
HSB/HSV 90° 33.63% 44.31%
CMYK 16.81% 0.00% 33.63%
55.69%

Color #5E714B in popluar number systems.

HEX 5E 71 4B
Decimal 94 113 75
Binary 1011110 1110001 1001011
Octal 136 161 113

Shades and tints

Shades of #5E714B

#5E714B
(94,113,75)
#566745
(86,103,69)
#4E5D3F
(78,93,63)
#465339
(70,83,57)
#3E4933
(62,73,51)
#363F2D
(54,63,45)
#2E3527
(46,53,39)
#262B21
(38,43,33)
#1E211B
(30,33,27)
#161715
(22,23,21)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #5E714B

#5E714B
(94,113,75)
#6C7D5B
(108,125,91)
#7A896B
(122,137,107)
#88957B
(136,149,123)
#96A18B
(150,161,139)
#A4AD9B
(164,173,155)
#B2B9AB
(178,185,171)
#C0C5BB
(192,197,187)
#CED1CB
(206,209,203)
#DCDDDB
(220,221,219)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E714B; }

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

This text font color is #5E714B.

Background Color

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

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

This div background color is #5E714B.

Border color

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

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

This div border color is #5E714B.

Opacity

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

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

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

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

This text has shadow with #5E714B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E714B.

Preview

Color preview on black background

This text has color #5E714B on black background.


Color preview on white background

This text has color #5E714B on white background.


Black color preview on #5E714B background

This text has black color on #5E714B background.


White color preview on #5E714B background

This text has white color on #5E714B background.


Related colors

Complementary color

Complementary color for #hex is #A18EB4.


I love getcolorcode.com

Triadic colors

1 #4B5E71 and #714B5E with #5E714B are triadic colors.

2 #4B715E and #715E4B with #5E714B are triadic colors.