COLOR #5A833A

HEX: #5A833A RGB: (90,131,58)

Color info

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

RGB color model

#5A833A color RGB value is (90,131,58).

RGB: (90,131,58) (35%, 51%, 23%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 58 of 255 = 23%

90
131
58

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

Portions of RGB colors in percentages

R + G + B = 90 + 131 + 58 = 279 (100%)
R 90 of 279 ~ 32.26%
G 131 of 279 ~ 46.95%
B 58 of 279 ~ 20.79'%

%32.26
%46.95
%20.79

CMYK color model

#5A833A color CMYK value is (31,0,56,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 55.73%
  • key color value is 48.63%

CMYK: (31,0,56,49)
C31M0Y56K49 (31%, 0%, 56%, 49%)
(0.31 / 0.00 / 0.56 / 0.49)

CMYK percentages

%31.3
%0
%55.73
%48.63

Codes

Color #5A833A in popluar color models

5A 83 3A
RGB 90 131 58
HSL 94° 38.62% 37.06%
HSB/HSV 94° 55.73% 51.37%
CMYK 31.30% 0.00% 55.73%
48.63%

Color #5A833A in popluar number systems.

HEX 5A 83 3A
Decimal 90 131 58
Binary 1011010 10000011 111010
Octal 132 203 72

Shades and tints

Shades of #5A833A

#5A833A
(90,131,58)
#527835
(82,120,53)
#4A6D30
(74,109,48)
#42622B
(66,98,43)
#3A5726
(58,87,38)
#324C21
(50,76,33)
#2A411C
(42,65,28)
#223617
(34,54,23)
#1A2B12
(26,43,18)
#12200D
(18,32,13)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #5A833A

#5A833A
(90,131,58)
#698E4B
(105,142,75)
#78995C
(120,153,92)
#87A46D
(135,164,109)
#96AF7E
(150,175,126)
#A5BA8F
(165,186,143)
#B4C5A0
(180,197,160)
#C3D0B1
(195,208,177)
#D2DBC2
(210,219,194)
#E1E6D3
(225,230,211)
#F0F1E4
(240,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A833A color. Also use rgb(90,131,58) instead hex code.

Text Font Color

.myTextColor { color: #5A833A; }

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

This text font color is #5A833A.

Background Color

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

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

This div background color is #5A833A.

Border color

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

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

This div border color is #5A833A.

Opacity

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

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

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

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

This text has shadow with #5A833A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A833A.

Preview

Color preview on black background

This text has color #5A833A on black background.


Color preview on white background

This text has color #5A833A on white background.


Black color preview on #5A833A background

This text has black color on #5A833A background.


White color preview on #5A833A background

This text has white color on #5A833A background.


Related colors

Complementary color

Complementary color for #hex is #A57CC5.


I love getcolorcode.com

Triadic colors

1 #3A5A83 and #833A5A with #5A833A are triadic colors.

2 #3A835A and #835A3A with #5A833A are triadic colors.