COLOR #5A823A

HEX: #5A823A
RGB: (90,130,58)

Color info

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

RGB color model

#5A823A color RGB value is (90,130,58).

  • red value is 90;
  • green value is 130;
  • blue value is 58.
RGB:
(90,130,58)
(35%,51%,23%)

RGB channels and saturation

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

90
130
58

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

Portions of RGB colors in percentages

R + G + B =
90 + 130 + 58 = 278 (100%)
R 90 of 278 ~ 32.37%
G 130 of 278 ~ 46.76%
B 58 of 278 ~ 20.86%

%32.37
%46.76
%20.86

CMYK color model

#5A823A color CMYK value is (31,0,55,49).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 49.02%
CMYK:
(31,0,55,49)
C31M0Y55K49 
(31%,0%,55%,49%)
(0.31/0.00/0.55/0.49)	

CMYK percentages

%30.77
%0
%55.38
%49.02

Codes

Color #5A823A in popluar color models

5A823A
RGB9013058
HSL93°38.30%36.86%
HSB/HSV93°55.38%50.98%
CMYK30.77%0.00%55.38%
49.02%

Color #5A823A in popluar number systems.

HEX5A823A
Decimal9013058
Binary101101010000010111010
Octal13220272

Shades and tints

Shades of #5A823A

#5A823A
(90,130,58)
#527735
(82,119,53)
#4A6C30
(74,108,48)
#42612B
(66,97,43)
#3A5626
(58,86,38)
#324B21
(50,75,33)
#2A401C
(42,64,28)
#223517
(34,53,23)
#1A2A12
(26,42,18)
#121F0D
(18,31,13)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #5A823A

#5A823A
(90,130,58)
#698D4B
(105,141,75)
#78985C
(120,152,92)
#87A36D
(135,163,109)
#96AE7E
(150,174,126)
#A5B98F
(165,185,143)
#B4C4A0
(180,196,160)
#C3CFB1
(195,207,177)
#D2DAC2
(210,218,194)
#E1E5D3
(225,229,211)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A823A; }

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

This text font color is #5A823A.


Background Color

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

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

This div background color is #5A823A.


Border color

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

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

This div border color is #5A823A.


Opacity

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

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

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

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

This text has shadow with #5A823A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A823A on black background.


Color preview on white background

This text has color #5A823A on white background.



Black color preview on #5A823A background

This text has black color on #5A823A background.


White color preview on #5A823A background

This text has white color on #5A823A background.