COLOR #5A7F60

HEX: #5A7F60 RGB: (90,127,96)

Color info

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

RGB color model

#5A7F60 color RGB value is (90,127,96).

RGB: (90,127,96) (35%, 50%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 127 of 255 = 50%
B 96 of 255 = 38%

90
127
96

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

Portions of RGB colors in percentages

R + G + B = 90 + 127 + 96 = 313 (100%)
R 90 of 313 ~ 28.75%
G 127 of 313 ~ 40.58%
B 96 of 313 ~ 30.67'%

%28.75
%40.58
%30.67

CMYK color model

#5A7F60 color CMYK value is (29,0,24,50).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 50.20%
CMYK: (29,0,24,50) C29M0Y24K50 (29%,0%,24%,50%) (0.29/0.00/0.24/0.50) 

CMYK percentages

%29.13
%0
%24.41
%50.2

Codes

Color #5A7F60 in popluar color models

5A 7F 60
RGB 90 127 96
HSL 130° 17.05% 42.55%
HSB/HSV 130° 29.13% 49.80%
CMYK 29.13% 0.00% 24.41%
50.20%

Color #5A7F60 in popluar number systems.

HEX 5A 7F 60
Decimal 90 127 96
Binary 1011010 1111111 1100000
Octal 132 177 140

Shades and tints

Shades of #5A7F60

#5A7F60
(90,127,96)
#527458
(82,116,88)
#4A6950
(74,105,80)
#425E48
(66,94,72)
#3A5340
(58,83,64)
#324838
(50,72,56)
#2A3D30
(42,61,48)
#223228
(34,50,40)
#1A2720
(26,39,32)
#121C18
(18,28,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5A7F60

#5A7F60
(90,127,96)
#698A6E
(105,138,110)
#78957C
(120,149,124)
#87A08A
(135,160,138)
#96AB98
(150,171,152)
#A5B6A6
(165,182,166)
#B4C1B4
(180,193,180)
#C3CCC2
(195,204,194)
#D2D7D0
(210,215,208)
#E1E2DE
(225,226,222)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7F60 color. Also use rgb(90,127,96) instead hex code.

Text Font Color

.myTextColor { color: #5A7F60; }

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

This text font color is #5A7F60.

Background Color

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

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

This div background color is #5A7F60.

Border color

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

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

This div border color is #5A7F60.

Opacity

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

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

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

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

This text has shadow with #5A7F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7F60.

Preview

Color preview on black background

This text has color #5A7F60 on black background.


Color preview on white background

This text has color #5A7F60 on white background.


Black color preview on #5A7F60 background

This text has black color on #5A7F60 background.


White color preview on #5A7F60 background

This text has white color on #5A7F60 background.


Related colors

Complementary color

Complementary color for #hex is #A5809F.


I love getcolorcode.com

Triadic colors

1 #605A7F and #7F605A with #5A7F60 are triadic colors.

2 #607F5A and #7F5A60 with #5A7F60 are triadic colors.