COLOR #5A965D

HEX: #5A965D RGB: (90,150,93)

Color info

#5A965D contains mainly green and blue colors. Web safe color of #5A965D is #669966 (or #696).

RGB color model

#5A965D color RGB value is (90,150,93).

RGB: (90,150,93) (35%, 59%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 93 of 255 = 36%

90
150
93

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

Portions of RGB colors in percentages

R + G + B = 90 + 150 + 93 = 333 (100%)
R 90 of 333 ~ 27.03%
G 150 of 333 ~ 45.05%
B 93 of 333 ~ 27.93'%

%27.03
%45.05
%27.93

CMYK color model

#5A965D color CMYK value is (40,0,38,41).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 41.18%

CMYK: (40,0,38,41)
C40M0Y38K41 (40%, 0%, 38%, 41%)
(0.40 / 0.00 / 0.38 / 0.41)

CMYK percentages

%40
%0
%38
%41.18

Codes

Color #5A965D in popluar color models

5A 96 5D
RGB 90 150 93
HSL 123° 25.00% 47.06%
HSB/HSV 123° 40.00% 58.82%
CMYK 40.00% 0.00% 38.00%
41.18%

Color #5A965D in popluar number systems.

HEX 5A 96 5D
Decimal 90 150 93
Binary 1011010 10010110 1011101
Octal 132 226 135

Shades and tints

Shades of #5A965D

#5A965D
(90,150,93)
#528955
(82,137,85)
#4A7C4D
(74,124,77)
#426F45
(66,111,69)
#3A623D
(58,98,61)
#325535
(50,85,53)
#2A482D
(42,72,45)
#223B25
(34,59,37)
#1A2E1D
(26,46,29)
#122115
(18,33,21)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #5A965D

#5A965D
(90,150,93)
#699F6B
(105,159,107)
#78A879
(120,168,121)
#87B187
(135,177,135)
#96BA95
(150,186,149)
#A5C3A3
(165,195,163)
#B4CCB1
(180,204,177)
#C3D5BF
(195,213,191)
#D2DECD
(210,222,205)
#E1E7DB
(225,231,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A965D color. Also use rgb(90,150,93) instead hex code.

Text Font Color

.myTextColor { color: #5A965D; }

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

This text font color is #5A965D.

Background Color

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

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

This div background color is #5A965D.

Border color

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

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

This div border color is #5A965D.

Opacity

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

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

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

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

This text has shadow with #5A965D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A965D.

Preview

Color preview on black background

This text has color #5A965D on black background.


Color preview on white background

This text has color #5A965D on white background.


Black color preview on #5A965D background

This text has black color on #5A965D background.


White color preview on #5A965D background

This text has white color on #5A965D background.


Related colors

Complementary color

Complementary color for #hex is #A569A2.


I love getcolorcode.com

Triadic colors

1 #5D5A96 and #965D5A with #5A965D are triadic colors.

2 #5D965A and #965A5D with #5A965D are triadic colors.