COLOR #5A893E

HEX: #5A893E RGB: (90,137,62)

Color info

#5A893E contains mainly red and green colors. Web safe color of #5A893E is #669933 (or #693).

RGB color model

#5A893E color RGB value is (90,137,62).

RGB: (90,137,62) (35%, 54%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 62 of 255 = 24%

90
137
62

R + G + B ~ 38%. #5A893E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 137 + 62 = 289 (100%)
R 90 of 289 ~ 31.14%
G 137 of 289 ~ 47.4%
B 62 of 289 ~ 21.45'%

%31.14
%47.4
%21.45

CMYK color model

#5A893E color CMYK value is (34,0,55,46).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 46.27%
CMYK: (34,0,55,46) C34M0Y55K46 (34%,0%,55%,46%) (0.34/0.00/0.55/0.46) 

CMYK percentages

%34.31
%0
%54.74
%46.27

Codes

Color #5A893E in popluar color models

5A 89 3E
RGB 90 137 62
HSL 98° 37.69% 39.02%
HSB/HSV 98° 54.74% 53.73%
CMYK 34.31% 0.00% 54.74%
46.27%

Color #5A893E in popluar number systems.

HEX 5A 89 3E
Decimal 90 137 62
Binary 1011010 10001001 111110
Octal 132 211 76

Shades and tints

Shades of #5A893E

#5A893E
(90,137,62)
#527D39
(82,125,57)
#4A7134
(74,113,52)
#42652F
(66,101,47)
#3A592A
(58,89,42)
#324D25
(50,77,37)
#2A4120
(42,65,32)
#22351B
(34,53,27)
#1A2916
(26,41,22)
#121D11
(18,29,17)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #5A893E

#5A893E
(90,137,62)
#69934F
(105,147,79)
#789D60
(120,157,96)
#87A771
(135,167,113)
#96B182
(150,177,130)
#A5BB93
(165,187,147)
#B4C5A4
(180,197,164)
#C3CFB5
(195,207,181)
#D2D9C6
(210,217,198)
#E1E3D7
(225,227,215)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A893E color. Also use rgb(90,137,62) instead hex code.

Text Font Color

.myTextColor { color: #5A893E; }

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

This text font color is #5A893E.

Background Color

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

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

This div background color is #5A893E.

Border color

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

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

This div border color is #5A893E.

Opacity

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

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

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

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

This text has shadow with #5A893E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A893E.

Preview

Color preview on black background

This text has color #5A893E on black background.


Color preview on white background

This text has color #5A893E on white background.


Black color preview on #5A893E background

This text has black color on #5A893E background.


White color preview on #5A893E background

This text has white color on #5A893E background.


Related colors

Complementary color

Complementary color for #hex is #A576C1.


I love getcolorcode.com

Triadic colors

1 #3E5A89 and #893E5A with #5A893E are triadic colors.

2 #3E895A and #895A3E with #5A893E are triadic colors.