COLOR #5A7F7D

HEX: #5A7F7D RGB: (90,127,125)

Color info

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

RGB color model

#5A7F7D color RGB value is (90,127,125).

RGB: (90,127,125) (35%, 50%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 127 of 255 = 50%
B 125 of 255 = 49%

90
127
125

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

Portions of RGB colors in percentages

R + G + B = 90 + 127 + 125 = 342 (100%)
R 90 of 342 ~ 26.32%
G 127 of 342 ~ 37.13%
B 125 of 342 ~ 36.55'%

%26.32
%37.13
%36.55

CMYK color model

#5A7F7D color CMYK value is (29,0,2,50).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 50.20%

CMYK: (29,0,2,50)
C29M0Y2K50 (29%, 0%, 2%, 50%)
(0.29 / 0.00 / 0.02 / 0.50)

CMYK percentages

%29.13
%0
%1.57
%50.2

Codes

Color #5A7F7D in popluar color models

5A 7F 7D
RGB 90 127 125
HSL 177° 17.05% 42.55%
HSB/HSV 177° 29.13% 49.80%
CMYK 29.13% 0.00% 1.57%
50.20%

Color #5A7F7D in popluar number systems.

HEX 5A 7F 7D
Decimal 90 127 125
Binary 1011010 1111111 1111101
Octal 132 177 175

Shades and tints

Shades of #5A7F7D

#5A7F7D
(90,127,125)
#527472
(82,116,114)
#4A6967
(74,105,103)
#425E5C
(66,94,92)
#3A5351
(58,83,81)
#324846
(50,72,70)
#2A3D3B
(42,61,59)
#223230
(34,50,48)
#1A2725
(26,39,37)
#121C1A
(18,28,26)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #5A7F7D

#5A7F7D
(90,127,125)
#698A88
(105,138,136)
#789593
(120,149,147)
#87A09E
(135,160,158)
#96ABA9
(150,171,169)
#A5B6B4
(165,182,180)
#B4C1BF
(180,193,191)
#C3CCCA
(195,204,202)
#D2D7D5
(210,215,213)
#E1E2E0
(225,226,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7F7D; }

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

This text font color is #5A7F7D.

Background Color

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

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

This div background color is #5A7F7D.

Border color

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

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

This div border color is #5A7F7D.

Opacity

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

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

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

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

This text has shadow with #5A7F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7F7D.

Preview

Color preview on black background

This text has color #5A7F7D on black background.


Color preview on white background

This text has color #5A7F7D on white background.


Black color preview on #5A7F7D background

This text has black color on #5A7F7D background.


White color preview on #5A7F7D background

This text has white color on #5A7F7D background.


Related colors

Complementary color

Complementary color for #hex is #A58082.


I love getcolorcode.com

Triadic colors

1 #7D5A7F and #7F7D5A with #5A7F7D are triadic colors.

2 #7D7F5A and #7F5A7D with #5A7F7D are triadic colors.