COLOR #5A9B6C

HEX: #5A9B6C
RGB: (90,155,108)

Color info

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

RGB color model

#5A9B6C color RGB value is (90,155,108).

  • red value is 90;
  • green value is 155;
  • blue value is 108.
RGB:
(90,155,108)
(35%,61%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 155 of 255 = 61%
B 108 of 255 = 42%

90
155
108

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

Portions of RGB colors in percentages

R + G + B =
90 + 155 + 108 = 353 (100%)
R 90 of 353 ~ 25.5%
G 155 of 353 ~ 43.91%
B 108 of 353 ~ 30.59%

%25.5
%43.91
%30.59

CMYK color model

#5A9B6C color CMYK value is (42,0,30,39).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 39.22%
CMYK:
(42,0,30,39)
C42M0Y30K39 
(42%,0%,30%,39%)
(0.42/0.00/0.30/0.39)	

CMYK percentages

%41.94
%0
%30.32
%39.22

Codes

Color #5A9B6C in popluar color models

5A9B6C
RGB90155108
HSL137°26.53%48.04%
HSB/HSV137°41.94%60.78%
CMYK41.94%0.00%30.32%
39.22%

Color #5A9B6C in popluar number systems.

HEX5A9B6C
Decimal90155108
Binary1011010100110111101100
Octal132233154

Shades and tints

Shades of #5A9B6C

#5A9B6C
(90,155,108)
#528D63
(82,141,99)
#4A7F5A
(74,127,90)
#427151
(66,113,81)
#3A6348
(58,99,72)
#32553F
(50,85,63)
#2A4736
(42,71,54)
#22392D
(34,57,45)
#1A2B24
(26,43,36)
#121D1B
(18,29,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #5A9B6C

#5A9B6C
(90,155,108)
#69A479
(105,164,121)
#78AD86
(120,173,134)
#87B693
(135,182,147)
#96BFA0
(150,191,160)
#A5C8AD
(165,200,173)
#B4D1BA
(180,209,186)
#C3DAC7
(195,218,199)
#D2E3D4
(210,227,212)
#E1ECE1
(225,236,225)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9B6C color. Also use rgb(90,155,108) instead hex code.

Text Font Color

.myTextColor { color: #5A9B6C; }

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

This text font color is #5A9B6C.


Background Color

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

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

This div background color is #5A9B6C.


Border color

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

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

This div border color is #5A9B6C.


Opacity

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

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

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

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

This text has shadow with #5A9B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9B6C on black background.


Color preview on white background

This text has color #5A9B6C on white background.



Black color preview on #5A9B6C background

This text has black color on #5A9B6C background.


White color preview on #5A9B6C background

This text has white color on #5A9B6C background.