COLOR #5A6D5B

HEX: #5A6D5B
RGB: (90,109,91)

Color info

#5A6D5B contains red, green and blue colors in about the same proportion. Web safe color of #5A6D5B is #666666 (or #666).

RGB color model

#5A6D5B color RGB value is (90,109,91).

  • red value is 90;
  • green value is 109;
  • blue value is 91.
RGB:
(90,109,91)
(35%,43%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 91 of 255 = 36%

90
109
91

R + G + B ~ 38%. #5A6D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 91 = 290 (100%)
R 90 of 290 ~ 31.03%
G 109 of 290 ~ 37.59%
B 91 of 290 ~ 31.38%

%31.03
%37.59
%31.38

CMYK color model

#5A6D5B color CMYK value is (17,0,17,57).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(17,0,17,57)
C17M0Y17K57 
(17%,0%,17%,57%)
(0.17/0.00/0.17/0.57)	

CMYK percentages

%17.43
%0
%16.51
%57.25

Codes

Color #5A6D5B in popluar color models

5A6D5B
RGB9010991
HSL123°9.55%39.02%
HSB/HSV123°17.43%42.75%
CMYK17.43%0.00%16.51%
57.25%

Color #5A6D5B in popluar number systems.

HEX5A6D5B
Decimal9010991
Binary101101011011011011011
Octal132155133

Shades and tints

Shades of #5A6D5B

#5A6D5B
(90,109,91)
#526453
(82,100,83)
#4A5B4B
(74,91,75)
#425243
(66,82,67)
#3A493B
(58,73,59)
#324033
(50,64,51)
#2A372B
(42,55,43)
#222E23
(34,46,35)
#1A251B
(26,37,27)
#121C13
(18,28,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #5A6D5B

#5A6D5B
(90,109,91)
#697A69
(105,122,105)
#788777
(120,135,119)
#879485
(135,148,133)
#96A193
(150,161,147)
#A5AEA1
(165,174,161)
#B4BBAF
(180,187,175)
#C3C8BD
(195,200,189)
#D2D5CB
(210,213,203)
#E1E2D9
(225,226,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6D5B color. Also use rgb(90,109,91) instead hex code.

Text Font Color

.myTextColor { color: #5A6D5B; }

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

This text font color is #5A6D5B.


Background Color

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

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

This div background color is #5A6D5B.


Border color

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

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

This div border color is #5A6D5B.


Opacity

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

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

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

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

This text has shadow with #5A6D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D5B on black background.


Color preview on white background

This text has color #5A6D5B on white background.



Black color preview on #5A6D5B background

This text has black color on #5A6D5B background.


White color preview on #5A6D5B background

This text has white color on #5A6D5B background.