COLOR #5A8547

HEX: #5A8547
RGB: (90,133,71)

Color info

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

RGB color model

#5A8547 color RGB value is (90,133,71).

  • red value is 90;
  • green value is 133;
  • blue value is 71.
RGB:
(90,133,71)
(35%,52%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 71 of 255 = 28%

90
133
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 71 = 294 (100%)
R 90 of 294 ~ 30.61%
G 133 of 294 ~ 45.24%
B 71 of 294 ~ 24.15%

%30.61
%45.24
%24.15

CMYK color model

#5A8547 color CMYK value is (32,0,47,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 46.62%
  • key color value is 47.84%
CMYK:
(32,0,47,48)
C32M0Y47K48 
(32%,0%,47%,48%)
(0.32/0.00/0.47/0.48)	

CMYK percentages

%32.33
%0
%46.62
%47.84

Codes

Color #5A8547 in popluar color models

5A8547
RGB9013371
HSL102°30.39%40.00%
HSB/HSV102°46.62%52.16%
CMYK32.33%0.00%46.62%
47.84%

Color #5A8547 in popluar number systems.

HEX5A8547
Decimal9013371
Binary1011010100001011000111
Octal132205107

Shades and tints

Shades of #5A8547

#5A8547
(90,133,71)
#527941
(82,121,65)
#4A6D3B
(74,109,59)
#426135
(66,97,53)
#3A552F
(58,85,47)
#324929
(50,73,41)
#2A3D23
(42,61,35)
#22311D
(34,49,29)
#1A2517
(26,37,23)
#121911
(18,25,17)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A8547

#5A8547
(90,133,71)
#699057
(105,144,87)
#789B67
(120,155,103)
#87A677
(135,166,119)
#96B187
(150,177,135)
#A5BC97
(165,188,151)
#B4C7A7
(180,199,167)
#C3D2B7
(195,210,183)
#D2DDC7
(210,221,199)
#E1E8D7
(225,232,215)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8547 color. Also use rgb(90,133,71) instead hex code.

Text Font Color

.myTextColor { color: #5A8547; }

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

This text font color is #5A8547.


Background Color

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

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

This div background color is #5A8547.


Border color

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

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

This div border color is #5A8547.


Opacity

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

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

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

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

This text has shadow with #5A8547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8547 on black background.


Color preview on white background

This text has color #5A8547 on white background.



Black color preview on #5A8547 background

This text has black color on #5A8547 background.


White color preview on #5A8547 background

This text has white color on #5A8547 background.