COLOR #5A9655

HEX: #5A9655
RGB: (90,150,85)

Color info

#5A9655 contains mainly green color. Web safe color of #5A9655 is #669966 (or #696).

RGB color model

#5A9655 color RGB value is (90,150,85).

  • red value is 90;
  • green value is 150;
  • blue value is 85.
RGB:
(90,150,85)
(35%,59%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 85 of 255 = 33%

90
150
85

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

Portions of RGB colors in percentages

R + G + B =
90 + 150 + 85 = 325 (100%)
R 90 of 325 ~ 27.69%
G 150 of 325 ~ 46.15%
B 85 of 325 ~ 26.15%

%27.69
%46.15
%26.15

CMYK color model

#5A9655 color CMYK value is (40,0,43,41).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 41.18%
CMYK:
(40,0,43,41)
C40M0Y43K41 
(40%,0%,43%,41%)
(0.40/0.00/0.43/0.41)	

CMYK percentages

%40
%0
%43.33
%41.18

Codes

Color #5A9655 in popluar color models

5A9655
RGB9015085
HSL115°27.66%46.08%
HSB/HSV115°43.33%58.82%
CMYK40.00%0.00%43.33%
41.18%

Color #5A9655 in popluar number systems.

HEX5A9655
Decimal9015085
Binary1011010100101101010101
Octal132226125

Shades and tints

Shades of #5A9655

#5A9655
(90,150,85)
#52894E
(82,137,78)
#4A7C47
(74,124,71)
#426F40
(66,111,64)
#3A6239
(58,98,57)
#325532
(50,85,50)
#2A482B
(42,72,43)
#223B24
(34,59,36)
#1A2E1D
(26,46,29)
#122116
(18,33,22)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5A9655

#5A9655
(90,150,85)
#699F64
(105,159,100)
#78A873
(120,168,115)
#87B182
(135,177,130)
#96BA91
(150,186,145)
#A5C3A0
(165,195,160)
#B4CCAF
(180,204,175)
#C3D5BE
(195,213,190)
#D2DECD
(210,222,205)
#E1E7DC
(225,231,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9655; }

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

This text font color is #5A9655.


Background Color

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

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

This div background color is #5A9655.


Border color

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

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

This div border color is #5A9655.


Opacity

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

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

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

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

This text has shadow with #5A9655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9655 on black background.


Color preview on white background

This text has color #5A9655 on white background.



Black color preview on #5A9655 background

This text has black color on #5A9655 background.


White color preview on #5A9655 background

This text has white color on #5A9655 background.