COLOR #5A946B

HEX: #5A946B RGB: (90,148,107)

Color info

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

RGB color model

#5A946B color RGB value is (90,148,107).

RGB: (90,148,107) (35%, 58%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 148 of 255 = 58%
B 107 of 255 = 42%

90
148
107

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

Portions of RGB colors in percentages

R + G + B = 90 + 148 + 107 = 345 (100%)
R 90 of 345 ~ 26.09%
G 148 of 345 ~ 42.9%
B 107 of 345 ~ 31.01'%

%26.09
%42.9
%31.01

CMYK color model

#5A946B color CMYK value is (39,0,28,42).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 41.96%
CMYK: (39,0,28,42) C39M0Y28K42 (39%,0%,28%,42%) (0.39/0.00/0.28/0.42) 

CMYK percentages

%39.19
%0
%27.7
%41.96

Codes

Color #5A946B in popluar color models

5A 94 6B
RGB 90 148 107
HSL 138° 24.37% 46.67%
HSB/HSV 138° 39.19% 58.04%
CMYK 39.19% 0.00% 27.70%
41.96%

Color #5A946B in popluar number systems.

HEX 5A 94 6B
Decimal 90 148 107
Binary 1011010 10010100 1101011
Octal 132 224 153

Shades and tints

Shades of #5A946B

#5A946B
(90,148,107)
#528762
(82,135,98)
#4A7A59
(74,122,89)
#426D50
(66,109,80)
#3A6047
(58,96,71)
#32533E
(50,83,62)
#2A4635
(42,70,53)
#22392C
(34,57,44)
#1A2C23
(26,44,35)
#121F1A
(18,31,26)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #5A946B

#5A946B
(90,148,107)
#699D78
(105,157,120)
#78A685
(120,166,133)
#87AF92
(135,175,146)
#96B89F
(150,184,159)
#A5C1AC
(165,193,172)
#B4CAB9
(180,202,185)
#C3D3C6
(195,211,198)
#D2DCD3
(210,220,211)
#E1E5E0
(225,229,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A946B color. Also use rgb(90,148,107) instead hex code.

Text Font Color

.myTextColor { color: #5A946B; }

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

This text font color is #5A946B.

Background Color

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

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

This div background color is #5A946B.

Border color

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

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

This div border color is #5A946B.

Opacity

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

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

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

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

This text has shadow with #5A946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A946B.

Preview

Color preview on black background

This text has color #5A946B on black background.


Color preview on white background

This text has color #5A946B on white background.


Black color preview on #5A946B background

This text has black color on #5A946B background.


White color preview on #5A946B background

This text has white color on #5A946B background.


Related colors

Complementary color

Complementary color for #hex is #A56B94.


I love getcolorcode.com

Triadic colors

1 #6B5A94 and #946B5A with #5A946B are triadic colors.

2 #6B945A and #945A6B with #5A946B are triadic colors.