COLOR #5E714C

HEX: #5E714C RGB: (94,113,76)

Color info

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

RGB color model

#5E714C color RGB value is (94,113,76).

RGB: (94,113,76) (37%, 44%, 30%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 76 of 255 = 30%

94
113
76

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

Portions of RGB colors in percentages

R + G + B = 94 + 113 + 76 = 283 (100%)
R 94 of 283 ~ 33.22%
G 113 of 283 ~ 39.93%
B 76 of 283 ~ 26.86'%

%33.22
%39.93
%26.86

CMYK color model

#5E714C color CMYK value is (17,0,33,56).

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

CMYK: (17,0,33,56)
C17M0Y33K56 (17%, 0%, 33%, 56%)
(0.17 / 0.00 / 0.33 / 0.56)

CMYK percentages

%16.81
%0
%32.74
%55.69

Codes

Color #5E714C in popluar color models

5E 71 4C
RGB 94 113 76
HSL 91° 19.58% 37.06%
HSB/HSV 91° 32.74% 44.31%
CMYK 16.81% 0.00% 32.74%
55.69%

Color #5E714C in popluar number systems.

HEX 5E 71 4C
Decimal 94 113 76
Binary 1011110 1110001 1001100
Octal 136 161 114

Shades and tints

Shades of #5E714C

#5E714C
(94,113,76)
#566746
(86,103,70)
#4E5D40
(78,93,64)
#46533A
(70,83,58)
#3E4934
(62,73,52)
#363F2E
(54,63,46)
#2E3528
(46,53,40)
#262B22
(38,43,34)
#1E211C
(30,33,28)
#161716
(22,23,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E714C

#5E714C
(94,113,76)
#6C7D5C
(108,125,92)
#7A896C
(122,137,108)
#88957C
(136,149,124)
#96A18C
(150,161,140)
#A4AD9C
(164,173,156)
#B2B9AC
(178,185,172)
#C0C5BC
(192,197,188)
#CED1CC
(206,209,204)
#DCDDDC
(220,221,220)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E714C; }

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

This text font color is #5E714C.

Background Color

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

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

This div background color is #5E714C.

Border color

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

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

This div border color is #5E714C.

Opacity

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

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

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

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

This text has shadow with #5E714C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E714C.

Preview

Color preview on black background

This text has color #5E714C on black background.


Color preview on white background

This text has color #5E714C on white background.


Black color preview on #5E714C background

This text has black color on #5E714C background.


White color preview on #5E714C background

This text has white color on #5E714C background.


Related colors

Complementary color

Complementary color for #hex is #A18EB3.


I love getcolorcode.com

Triadic colors

1 #4C5E71 and #714C5E with #5E714C are triadic colors.

2 #4C715E and #715E4C with #5E714C are triadic colors.