COLOR #5A7165

HEX: #5A7165
RGB: (90,113,101)

Color info

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

RGB color model

#5A7165 color RGB value is (90,113,101).

  • red value is 90;
  • green value is 113;
  • blue value is 101.
RGB:
(90,113,101)
(35%,44%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 101 of 255 = 40%

90
113
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 113 + 101 = 304 (100%)
R 90 of 304 ~ 29.61%
G 113 of 304 ~ 37.17%
B 101 of 304 ~ 33.22%

%29.61
%37.17
%33.22

CMYK color model

#5A7165 color CMYK value is (20,0,11,56).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(20,0,11,56)
C20M0Y11K56 
(20%,0%,11%,56%)
(0.20/0.00/0.11/0.56)	

CMYK percentages

%20.35
%0
%10.62
%55.69

Codes

Color #5A7165 in popluar color models

5A7165
RGB90113101
HSL149°11.33%39.80%
HSB/HSV149°20.35%44.31%
CMYK20.35%0.00%10.62%
55.69%

Color #5A7165 in popluar number systems.

HEX5A7165
Decimal90113101
Binary101101011100011100101
Octal132161145

Shades and tints

Shades of #5A7165

#5A7165
(90,113,101)
#52675C
(82,103,92)
#4A5D53
(74,93,83)
#42534A
(66,83,74)
#3A4941
(58,73,65)
#323F38
(50,63,56)
#2A352F
(42,53,47)
#222B26
(34,43,38)
#1A211D
(26,33,29)
#121714
(18,23,20)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A7165

#5A7165
(90,113,101)
#697D73
(105,125,115)
#788981
(120,137,129)
#87958F
(135,149,143)
#96A19D
(150,161,157)
#A5ADAB
(165,173,171)
#B4B9B9
(180,185,185)
#C3C5C7
(195,197,199)
#D2D1D5
(210,209,213)
#E1DDE3
(225,221,227)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7165 color. Also use rgb(90,113,101) instead hex code.

Text Font Color

.myTextColor { color: #5A7165; }

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

This text font color is #5A7165.


Background Color

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

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

This div background color is #5A7165.


Border color

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

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

This div border color is #5A7165.


Opacity

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

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

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

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

This text has shadow with #5A7165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7165 on black background.


Color preview on white background

This text has color #5A7165 on white background.



Black color preview on #5A7165 background

This text has black color on #5A7165 background.


White color preview on #5A7165 background

This text has white color on #5A7165 background.