COLOR #5A9747

HEX: #5A9747 RGB: (90,151,71)

Color info

#5A9747 contains mainly green color. Web safe color of #5A9747 is #669933 (or #693).

RGB color model

#5A9747 color RGB value is (90,151,71).

RGB: (90,151,71) (35%, 59%, 28%)

RGB channels and saturation

R 90 of 255 = 35%
G 151 of 255 = 59%
B 71 of 255 = 28%

90
151
71

R + G + B ~ 41%. #5A9747 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 151 + 71 = 312 (100%)
R 90 of 312 ~ 28.85%
G 151 of 312 ~ 48.4%
B 71 of 312 ~ 22.76'%

%28.85
%48.4
%22.76

CMYK color model

#5A9747 color CMYK value is (40,0,53,41).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 52.98%
  • key color value is 40.78%

CMYK: (40,0,53,41)
C40M0Y53K41 (40%, 0%, 53%, 41%)
(0.40 / 0.00 / 0.53 / 0.41)

CMYK percentages

%40.4
%0
%52.98
%40.78

Codes

Color #5A9747 in popluar color models

5A 97 47
RGB 90 151 71
HSL 106° 36.04% 43.53%
HSB/HSV 106° 52.98% 59.22%
CMYK 40.40% 0.00% 52.98%
40.78%

Color #5A9747 in popluar number systems.

HEX 5A 97 47
Decimal 90 151 71
Binary 1011010 10010111 1000111
Octal 132 227 107

Shades and tints

Shades of #5A9747

#5A9747
(90,151,71)
#528A41
(82,138,65)
#4A7D3B
(74,125,59)
#427035
(66,112,53)
#3A632F
(58,99,47)
#325629
(50,86,41)
#2A4923
(42,73,35)
#223C1D
(34,60,29)
#1A2F17
(26,47,23)
#122211
(18,34,17)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #5A9747

#5A9747
(90,151,71)
#69A057
(105,160,87)
#78A967
(120,169,103)
#87B277
(135,178,119)
#96BB87
(150,187,135)
#A5C497
(165,196,151)
#B4CDA7
(180,205,167)
#C3D6B7
(195,214,183)
#D2DFC7
(210,223,199)
#E1E8D7
(225,232,215)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9747; }

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

This text font color is #5A9747.

Background Color

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

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

This div background color is #5A9747.

Border color

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

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

This div border color is #5A9747.

Opacity

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

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

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

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

This text has shadow with #5A9747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9747.

Preview

Color preview on black background

This text has color #5A9747 on black background.


Color preview on white background

This text has color #5A9747 on white background.


Black color preview on #5A9747 background

This text has black color on #5A9747 background.


White color preview on #5A9747 background

This text has white color on #5A9747 background.


Related colors

Complementary color

Complementary color for #hex is #A568B8.


I love getcolorcode.com

Triadic colors

1 #475A97 and #97475A with #5A9747 are triadic colors.

2 #47975A and #975A47 with #5A9747 are triadic colors.