COLOR #5A7E70

HEX: #5A7E70 RGB: (90,126,112)

Color info

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

RGB color model

#5A7E70 color RGB value is (90,126,112).

RGB: (90,126,112) (35%, 49%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 126 of 255 = 49%
B 112 of 255 = 44%

90
126
112

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

Portions of RGB colors in percentages

R + G + B = 90 + 126 + 112 = 328 (100%)
R 90 of 328 ~ 27.44%
G 126 of 328 ~ 38.41%
B 112 of 328 ~ 34.15'%

%27.44
%38.41
%34.15

CMYK color model

#5A7E70 color CMYK value is (29,0,11,51).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 50.59%

CMYK: (29,0,11,51)
C29M0Y11K51 (29%, 0%, 11%, 51%)
(0.29 / 0.00 / 0.11 / 0.51)

CMYK percentages

%28.57
%0
%11.11
%50.59

Codes

Color #5A7E70 in popluar color models

5A 7E 70
RGB 90 126 112
HSL 157° 16.67% 42.35%
HSB/HSV 157° 28.57% 49.41%
CMYK 28.57% 0.00% 11.11%
50.59%

Color #5A7E70 in popluar number systems.

HEX 5A 7E 70
Decimal 90 126 112
Binary 1011010 1111110 1110000
Octal 132 176 160

Shades and tints

Shades of #5A7E70

#5A7E70
(90,126,112)
#527366
(82,115,102)
#4A685C
(74,104,92)
#425D52
(66,93,82)
#3A5248
(58,82,72)
#32473E
(50,71,62)
#2A3C34
(42,60,52)
#22312A
(34,49,42)
#1A2620
(26,38,32)
#121B16
(18,27,22)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #5A7E70

#5A7E70
(90,126,112)
#69897D
(105,137,125)
#78948A
(120,148,138)
#879F97
(135,159,151)
#96AAA4
(150,170,164)
#A5B5B1
(165,181,177)
#B4C0BE
(180,192,190)
#C3CBCB
(195,203,203)
#D2D6D8
(210,214,216)
#E1E1E5
(225,225,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7E70 color. Also use rgb(90,126,112) instead hex code.

Text Font Color

.myTextColor { color: #5A7E70; }

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

This text font color is #5A7E70.

Background Color

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

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

This div background color is #5A7E70.

Border color

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

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

This div border color is #5A7E70.

Opacity

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

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

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

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

This text has shadow with #5A7E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7E70.

Preview

Color preview on black background

This text has color #5A7E70 on black background.


Color preview on white background

This text has color #5A7E70 on white background.


Black color preview on #5A7E70 background

This text has black color on #5A7E70 background.


White color preview on #5A7E70 background

This text has white color on #5A7E70 background.


Related colors

Complementary color

Complementary color for #hex is #A5818F.


I love getcolorcode.com

Triadic colors

1 #705A7E and #7E705A with #5A7E70 are triadic colors.

2 #707E5A and #7E5A70 with #5A7E70 are triadic colors.