COLOR #5A996B

HEX: #5A996B
RGB: (90,153,107)

Color info

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

RGB color model

#5A996B color RGB value is (90,153,107).

  • red value is 90;
  • green value is 153;
  • blue value is 107.
RGB:
(90,153,107)
(35%,60%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 153 of 255 = 60%
B 107 of 255 = 42%

90
153
107

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

Portions of RGB colors in percentages

R + G + B =
90 + 153 + 107 = 350 (100%)
R 90 of 350 ~ 25.71%
G 153 of 350 ~ 43.71%
B 107 of 350 ~ 30.57%

%25.71
%43.71
%30.57

CMYK color model

#5A996B color CMYK value is (41,0,30,40).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(41,0,30,40)
C41M0Y30K40 
(41%,0%,30%,40%)
(0.41/0.00/0.30/0.40)	

CMYK percentages

%41.18
%0
%30.07
%40

Codes

Color #5A996B in popluar color models

5A996B
RGB90153107
HSL136°25.93%47.65%
HSB/HSV136°41.18%60.00%
CMYK41.18%0.00%30.07%
40.00%

Color #5A996B in popluar number systems.

HEX5A996B
Decimal90153107
Binary1011010100110011101011
Octal132231153

Shades and tints

Shades of #5A996B

#5A996B
(90,153,107)
#528C62
(82,140,98)
#4A7F59
(74,127,89)
#427250
(66,114,80)
#3A6547
(58,101,71)
#32583E
(50,88,62)
#2A4B35
(42,75,53)
#223E2C
(34,62,44)
#1A3123
(26,49,35)
#12241A
(18,36,26)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #5A996B

#5A996B
(90,153,107)
#69A278
(105,162,120)
#78AB85
(120,171,133)
#87B492
(135,180,146)
#96BD9F
(150,189,159)
#A5C6AC
(165,198,172)
#B4CFB9
(180,207,185)
#C3D8C6
(195,216,198)
#D2E1D3
(210,225,211)
#E1EAE0
(225,234,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A996B; }

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

This text font color is #5A996B.


Background Color

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

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

This div background color is #5A996B.


Border color

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

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

This div border color is #5A996B.


Opacity

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

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

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

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

This text has shadow with #5A996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A996B on black background.


Color preview on white background

This text has color #5A996B on white background.



Black color preview on #5A996B background

This text has black color on #5A996B background.


White color preview on #5A996B background

This text has white color on #5A996B background.