COLOR #5A756E

HEX: #5A756E RGB: (90,117,110)

Color info

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

RGB color model

#5A756E color RGB value is (90,117,110).

RGB: (90,117,110) (35%, 46%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 110 of 255 = 43%

90
117
110

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 110 = 317 (100%)
R 90 of 317 ~ 28.39%
G 117 of 317 ~ 36.91%
B 110 of 317 ~ 34.7'%

%28.39
%36.91
%34.7

CMYK color model

#5A756E color CMYK value is (23,0,6,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (23,0,6,54)
C23M0Y6K54 (23%, 0%, 6%, 54%)
(0.23 / 0.00 / 0.06 / 0.54)

CMYK percentages

%23.08
%0
%5.98
%54.12

Codes

Color #5A756E in popluar color models

5A 75 6E
RGB 90 117 110
HSL 164° 13.04% 40.59%
HSB/HSV 164° 23.08% 45.88%
CMYK 23.08% 0.00% 5.98%
54.12%

Color #5A756E in popluar number systems.

HEX 5A 75 6E
Decimal 90 117 110
Binary 1011010 1110101 1101110
Octal 132 165 156

Shades and tints

Shades of #5A756E

#5A756E
(90,117,110)
#526B64
(82,107,100)
#4A615A
(74,97,90)
#425750
(66,87,80)
#3A4D46
(58,77,70)
#32433C
(50,67,60)
#2A3932
(42,57,50)
#222F28
(34,47,40)
#1A251E
(26,37,30)
#121B14
(18,27,20)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #5A756E

#5A756E
(90,117,110)
#69817B
(105,129,123)
#788D88
(120,141,136)
#879995
(135,153,149)
#96A5A2
(150,165,162)
#A5B1AF
(165,177,175)
#B4BDBC
(180,189,188)
#C3C9C9
(195,201,201)
#D2D5D6
(210,213,214)
#E1E1E3
(225,225,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A756E color. Also use rgb(90,117,110) instead hex code.

Text Font Color

.myTextColor { color: #5A756E; }

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

This text font color is #5A756E.

Background Color

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

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

This div background color is #5A756E.

Border color

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

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

This div border color is #5A756E.

Opacity

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

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

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

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

This text has shadow with #5A756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A756E.

Preview

Color preview on black background

This text has color #5A756E on black background.


Color preview on white background

This text has color #5A756E on white background.


Black color preview on #5A756E background

This text has black color on #5A756E background.


White color preview on #5A756E background

This text has white color on #5A756E background.


Related colors

Complementary color

Complementary color for #hex is #A58A91.


I love getcolorcode.com

Triadic colors

1 #6E5A75 and #756E5A with #5A756E are triadic colors.

2 #6E755A and #755A6E with #5A756E are triadic colors.