COLOR #5A8732

HEX: #5A8732 RGB: (90,135,50)

Color info

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

RGB color model

#5A8732 color RGB value is (90,135,50).

RGB: (90,135,50) (35%, 53%, 20%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 50 of 255 = 20%

90
135
50

R + G + B ~ 36%. #5A8732 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 135 + 50 = 275 (100%)
R 90 of 275 ~ 32.73%
G 135 of 275 ~ 49.09%
B 50 of 275 ~ 18.18'%

%32.73
%49.09
%18.18

CMYK color model

#5A8732 color CMYK value is (33,0,63,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 47.06%

CMYK: (33,0,63,47)
C33M0Y63K47 (33%, 0%, 63%, 47%)
(0.33 / 0.00 / 0.63 / 0.47)

CMYK percentages

%33.33
%0
%62.96
%47.06

Codes

Color #5A8732 in popluar color models

5A 87 32
RGB 90 135 50
HSL 92° 45.95% 36.27%
HSB/HSV 92° 62.96% 52.94%
CMYK 33.33% 0.00% 62.96%
47.06%

Color #5A8732 in popluar number systems.

HEX 5A 87 32
Decimal 90 135 50
Binary 1011010 10000111 110010
Octal 132 207 62

Shades and tints

Shades of #5A8732

#5A8732
(90,135,50)
#527B2E
(82,123,46)
#4A6F2A
(74,111,42)
#426326
(66,99,38)
#3A5722
(58,87,34)
#324B1E
(50,75,30)
#2A3F1A
(42,63,26)
#223316
(34,51,22)
#1A2712
(26,39,18)
#121B0E
(18,27,14)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A8732

#5A8732
(90,135,50)
#699144
(105,145,68)
#789B56
(120,155,86)
#87A568
(135,165,104)
#96AF7A
(150,175,122)
#A5B98C
(165,185,140)
#B4C39E
(180,195,158)
#C3CDB0
(195,205,176)
#D2D7C2
(210,215,194)
#E1E1D4
(225,225,212)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8732 color. Also use rgb(90,135,50) instead hex code.

Text Font Color

.myTextColor { color: #5A8732; }

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

This text font color is #5A8732.

Background Color

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

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

This div background color is #5A8732.

Border color

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

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

This div border color is #5A8732.

Opacity

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

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

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

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

This text has shadow with #5A8732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8732.

Preview

Color preview on black background

This text has color #5A8732 on black background.


Color preview on white background

This text has color #5A8732 on white background.


Black color preview on #5A8732 background

This text has black color on #5A8732 background.


White color preview on #5A8732 background

This text has white color on #5A8732 background.


Related colors

Complementary color

Complementary color for #hex is #A578CD.


I love getcolorcode.com

Triadic colors

1 #325A87 and #87325A with #5A8732 are triadic colors.

2 #32875A and #875A32 with #5A8732 are triadic colors.