COLOR #5A967B

HEX: #5A967B
RGB: (90,150,123)

Color info

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

RGB color model

#5A967B color RGB value is (90,150,123).

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

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 123 of 255 = 48%

90
150
123

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

Portions of RGB colors in percentages

R + G + B =
90 + 150 + 123 = 363 (100%)
R 90 of 363 ~ 24.79%
G 150 of 363 ~ 41.32%
B 123 of 363 ~ 33.88%

%24.79
%41.32
%33.88

CMYK color model

#5A967B color CMYK value is (40,0,18,41).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(40,0,18,41)
C40M0Y18K41 
(40%,0%,18%,41%)
(0.40/0.00/0.18/0.41)	

CMYK percentages

%40
%0
%18
%41.18

Codes

Color #5A967B in popluar color models

5A967B
RGB90150123
HSL153°25.00%47.06%
HSB/HSV153°40.00%58.82%
CMYK40.00%0.00%18.00%
41.18%

Color #5A967B in popluar number systems.

HEX5A967B
Decimal90150123
Binary1011010100101101111011
Octal132226173

Shades and tints

Shades of #5A967B

#5A967B
(90,150,123)
#528970
(82,137,112)
#4A7C65
(74,124,101)
#426F5A
(66,111,90)
#3A624F
(58,98,79)
#325544
(50,85,68)
#2A4839
(42,72,57)
#223B2E
(34,59,46)
#1A2E23
(26,46,35)
#122118
(18,33,24)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #5A967B

#5A967B
(90,150,123)
#699F87
(105,159,135)
#78A893
(120,168,147)
#87B19F
(135,177,159)
#96BAAB
(150,186,171)
#A5C3B7
(165,195,183)
#B4CCC3
(180,204,195)
#C3D5CF
(195,213,207)
#D2DEDB
(210,222,219)
#E1E7E7
(225,231,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A967B; }

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

This text font color is #5A967B.


Background Color

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

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

This div background color is #5A967B.


Border color

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

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

This div border color is #5A967B.


Opacity

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

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

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

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

This text has shadow with #5A967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A967B on black background.


Color preview on white background

This text has color #5A967B on white background.



Black color preview on #5A967B background

This text has black color on #5A967B background.


White color preview on #5A967B background

This text has white color on #5A967B background.