COLOR #5A714E

HEX: #5A714E RGB: (90,113,78)

Color info

#5A714E contains red, green and blue colors in about the same proportion. Web safe color of #5A714E is #666666 (or #666).

RGB color model

#5A714E color RGB value is (90,113,78).

RGB: (90,113,78) (35%, 44%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 78 of 255 = 31%

90
113
78

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

Portions of RGB colors in percentages

R + G + B = 90 + 113 + 78 = 281 (100%)
R 90 of 281 ~ 32.03%
G 113 of 281 ~ 40.21%
B 78 of 281 ~ 27.76'%

%32.03
%40.21
%27.76

CMYK color model

#5A714E color CMYK value is (20,0,31,56).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%

CMYK: (20,0,31,56)
C20M0Y31K56 (20%, 0%, 31%, 56%)
(0.20 / 0.00 / 0.31 / 0.56)

CMYK percentages

%20.35
%0
%30.97
%55.69

Codes

Color #5A714E in popluar color models

5A 71 4E
RGB 90 113 78
HSL 99° 18.32% 37.45%
HSB/HSV 99° 30.97% 44.31%
CMYK 20.35% 0.00% 30.97%
55.69%

Color #5A714E in popluar number systems.

HEX 5A 71 4E
Decimal 90 113 78
Binary 1011010 1110001 1001110
Octal 132 161 116

Shades and tints

Shades of #5A714E

#5A714E
(90,113,78)
#526747
(82,103,71)
#4A5D40
(74,93,64)
#425339
(66,83,57)
#3A4932
(58,73,50)
#323F2B
(50,63,43)
#2A3524
(42,53,36)
#222B1D
(34,43,29)
#1A2116
(26,33,22)
#12170F
(18,23,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #5A714E

#5A714E
(90,113,78)
#697D5E
(105,125,94)
#78896E
(120,137,110)
#87957E
(135,149,126)
#96A18E
(150,161,142)
#A5AD9E
(165,173,158)
#B4B9AE
(180,185,174)
#C3C5BE
(195,197,190)
#D2D1CE
(210,209,206)
#E1DDDE
(225,221,222)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A714E color. Also use rgb(90,113,78) instead hex code.

Text Font Color

.myTextColor { color: #5A714E; }

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

This text font color is #5A714E.

Background Color

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

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

This div background color is #5A714E.

Border color

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

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

This div border color is #5A714E.

Opacity

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

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

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

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

This text has shadow with #5A714E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A714E.

Preview

Color preview on black background

This text has color #5A714E on black background.


Color preview on white background

This text has color #5A714E on white background.


Black color preview on #5A714E background

This text has black color on #5A714E background.


White color preview on #5A714E background

This text has white color on #5A714E background.


Related colors

Complementary color

Complementary color for #hex is #A58EB1.


I love getcolorcode.com

Triadic colors

1 #4E5A71 and #714E5A with #5A714E are triadic colors.

2 #4E715A and #715A4E with #5A714E are triadic colors.