COLOR #5A9564

HEX: #5A9564 RGB: (90,149,100)

Color info

#5A9564 contains red, green and blue colors in about the same proportion. Web safe color of #5A9564 is #669966 (or #696).

RGB color model

#5A9564 color RGB value is (90,149,100).

RGB: (90,149,100) (35%, 58%, 39%)

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 100 of 255 = 39%

90
149
100

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

Portions of RGB colors in percentages

R + G + B = 90 + 149 + 100 = 339 (100%)
R 90 of 339 ~ 26.55%
G 149 of 339 ~ 43.95%
B 100 of 339 ~ 29.5'%

%26.55
%43.95
%29.5

CMYK color model

#5A9564 color CMYK value is (40,0,33,42).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 41.57%

CMYK: (40,0,33,42)
C40M0Y33K42 (40%, 0%, 33%, 42%)
(0.40 / 0.00 / 0.33 / 0.42)

CMYK percentages

%39.6
%0
%32.89
%41.57

Codes

Color #5A9564 in popluar color models

5A 95 64
RGB 90 149 100
HSL 130° 24.69% 46.86%
HSB/HSV 130° 39.60% 58.43%
CMYK 39.60% 0.00% 32.89%
41.57%

Color #5A9564 in popluar number systems.

HEX 5A 95 64
Decimal 90 149 100
Binary 1011010 10010101 1100100
Octal 132 225 144

Shades and tints

Shades of #5A9564

#5A9564
(90,149,100)
#52885B
(82,136,91)
#4A7B52
(74,123,82)
#426E49
(66,110,73)
#3A6140
(58,97,64)
#325437
(50,84,55)
#2A472E
(42,71,46)
#223A25
(34,58,37)
#1A2D1C
(26,45,28)
#122013
(18,32,19)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5A9564

#5A9564
(90,149,100)
#699E72
(105,158,114)
#78A780
(120,167,128)
#87B08E
(135,176,142)
#96B99C
(150,185,156)
#A5C2AA
(165,194,170)
#B4CBB8
(180,203,184)
#C3D4C6
(195,212,198)
#D2DDD4
(210,221,212)
#E1E6E2
(225,230,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9564 color. Also use rgb(90,149,100) instead hex code.

Text Font Color

.myTextColor { color: #5A9564; }

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

This text font color is #5A9564.

Background Color

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

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

This div background color is #5A9564.

Border color

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

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

This div border color is #5A9564.

Opacity

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

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

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

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

This text has shadow with #5A9564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9564.

Preview

Color preview on black background

This text has color #5A9564 on black background.


Color preview on white background

This text has color #5A9564 on white background.


Black color preview on #5A9564 background

This text has black color on #5A9564 background.


White color preview on #5A9564 background

This text has white color on #5A9564 background.


Related colors

Complementary color

Complementary color for #hex is #A56A9B.


I love getcolorcode.com

Triadic colors

1 #645A95 and #95645A with #5A9564 are triadic colors.

2 #64955A and #955A64 with #5A9564 are triadic colors.