COLOR #5A756D

HEX: #5A756D RGB: (90,117,109)

Color info

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

RGB color model

#5A756D color RGB value is (90,117,109).

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

RGB channels and saturation

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

90
117
109

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 109 = 316 (100%)
R 90 of 316 ~ 28.48%
G 117 of 316 ~ 37.03%
B 109 of 316 ~ 34.49'%

%28.48
%37.03
%34.49

CMYK color model

#5A756D color CMYK value is (23,0,7,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK: (23,0,7,54) C23M0Y7K54 (23%,0%,7%,54%) (0.23/0.00/0.07/0.54) 

CMYK percentages

%23.08
%0
%6.84
%54.12

Codes

Color #5A756D in popluar color models

5A 75 6D
RGB 90 117 109
HSL 162° 13.04% 40.59%
HSB/HSV 162° 23.08% 45.88%
CMYK 23.08% 0.00% 6.84%
54.12%

Color #5A756D in popluar number systems.

HEX 5A 75 6D
Decimal 90 117 109
Binary 1011010 1110101 1101101
Octal 132 165 155

Shades and tints

Shades of #5A756D

#5A756D
(90,117,109)
#526B64
(82,107,100)
#4A615B
(74,97,91)
#425752
(66,87,82)
#3A4D49
(58,77,73)
#324340
(50,67,64)
#2A3937
(42,57,55)
#222F2E
(34,47,46)
#1A2525
(26,37,37)
#121B1C
(18,27,28)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #5A756D

#5A756D
(90,117,109)
#69817A
(105,129,122)
#788D87
(120,141,135)
#879994
(135,153,148)
#96A5A1
(150,165,161)
#A5B1AE
(165,177,174)
#B4BDBB
(180,189,187)
#C3C9C8
(195,201,200)
#D2D5D5
(210,213,213)
#E1E1E2
(225,225,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A756D; }

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

This text font color is #5A756D.

Background Color

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

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

This div background color is #5A756D.

Border color

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

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

This div border color is #5A756D.

Opacity

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

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

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

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

This text has shadow with #5A756D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A756D.

Preview

Color preview on black background

This text has color #5A756D on black background.


Color preview on white background

This text has color #5A756D on white background.


Black color preview on #5A756D background

This text has black color on #5A756D background.


White color preview on #5A756D background

This text has white color on #5A756D background.


Related colors

Complementary color

Complementary color for #hex is #A58A92.


I love getcolorcode.com

Triadic colors

1 #6D5A75 and #756D5A with #5A756D are triadic colors.

2 #6D755A and #755A6D with #5A756D are triadic colors.