COLOR #5A884A

HEX: #5A884A
RGB: (90,136,74)

Color info

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

RGB color model

#5A884A color RGB value is (90,136,74).

  • red value is 90;
  • green value is 136;
  • blue value is 74.
RGB:
(90,136,74)
(35%,53%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 74 of 255 = 29%

90
136
74

R + G + B ~ 39%. #5A884A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 136 + 74 = 300 (100%)
R 90 of 300 ~ 30%
G 136 of 300 ~ 45.33%
B 74 of 300 ~ 24.67%

%30
%45.33
%24.67

CMYK color model

#5A884A color CMYK value is (34,0,46,47).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(34,0,46,47)
C34M0Y46K47 
(34%,0%,46%,47%)
(0.34/0.00/0.46/0.47)	

CMYK percentages

%33.82
%0
%45.59
%46.67

Codes

Color #5A884A in popluar color models

5A884A
RGB9013674
HSL105°29.52%41.18%
HSB/HSV105°45.59%53.33%
CMYK33.82%0.00%45.59%
46.67%

Color #5A884A in popluar number systems.

HEX5A884A
Decimal9013674
Binary1011010100010001001010
Octal132210112

Shades and tints

Shades of #5A884A

#5A884A
(90,136,74)
#527C44
(82,124,68)
#4A703E
(74,112,62)
#426438
(66,100,56)
#3A5832
(58,88,50)
#324C2C
(50,76,44)
#2A4026
(42,64,38)
#223420
(34,52,32)
#1A281A
(26,40,26)
#121C14
(18,28,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A884A

#5A884A
(90,136,74)
#69925A
(105,146,90)
#789C6A
(120,156,106)
#87A67A
(135,166,122)
#96B08A
(150,176,138)
#A5BA9A
(165,186,154)
#B4C4AA
(180,196,170)
#C3CEBA
(195,206,186)
#D2D8CA
(210,216,202)
#E1E2DA
(225,226,218)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A884A color. Also use rgb(90,136,74) instead hex code.

Text Font Color

.myTextColor { color: #5A884A; }

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

This text font color is #5A884A.


Background Color

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

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

This div background color is #5A884A.


Border color

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

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

This div border color is #5A884A.


Opacity

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

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

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

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

This text has shadow with #5A884A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A884A on black background.


Color preview on white background

This text has color #5A884A on white background.



Black color preview on #5A884A background

This text has black color on #5A884A background.


White color preview on #5A884A background

This text has white color on #5A884A background.