COLOR #5A765D

HEX: #5A765D RGB: (90,118,93)

Color info

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

RGB color model

#5A765D color RGB value is (90,118,93).

RGB: (90,118,93) (35%, 46%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 118 of 255 = 46%
B 93 of 255 = 36%

90
118
93

R + G + B ~ 39%. #5A765D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 118 + 93 = 301 (100%)
R 90 of 301 ~ 29.9%
G 118 of 301 ~ 39.2%
B 93 of 301 ~ 30.9'%

%29.9
%39.2
%30.9

CMYK color model

#5A765D color CMYK value is (24,0,21,54).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%

CMYK: (24,0,21,54)
C24M0Y21K54 (24%, 0%, 21%, 54%)
(0.24 / 0.00 / 0.21 / 0.54)

CMYK percentages

%23.73
%0
%21.19
%53.73

Codes

Color #5A765D in popluar color models

5A 76 5D
RGB 90 118 93
HSL 126° 13.46% 40.78%
HSB/HSV 126° 23.73% 46.27%
CMYK 23.73% 0.00% 21.19%
53.73%

Color #5A765D in popluar number systems.

HEX 5A 76 5D
Decimal 90 118 93
Binary 1011010 1110110 1011101
Octal 132 166 135

Shades and tints

Shades of #5A765D

#5A765D
(90,118,93)
#526C55
(82,108,85)
#4A624D
(74,98,77)
#425845
(66,88,69)
#3A4E3D
(58,78,61)
#324435
(50,68,53)
#2A3A2D
(42,58,45)
#223025
(34,48,37)
#1A261D
(26,38,29)
#121C15
(18,28,21)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #5A765D

#5A765D
(90,118,93)
#69826B
(105,130,107)
#788E79
(120,142,121)
#879A87
(135,154,135)
#96A695
(150,166,149)
#A5B2A3
(165,178,163)
#B4BEB1
(180,190,177)
#C3CABF
(195,202,191)
#D2D6CD
(210,214,205)
#E1E2DB
(225,226,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A765D color. Also use rgb(90,118,93) instead hex code.

Text Font Color

.myTextColor { color: #5A765D; }

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

This text font color is #5A765D.

Background Color

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

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

This div background color is #5A765D.

Border color

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

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

This div border color is #5A765D.

Opacity

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

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

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

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

This text has shadow with #5A765D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A765D.

Preview

Color preview on black background

This text has color #5A765D on black background.


Color preview on white background

This text has color #5A765D on white background.


Black color preview on #5A765D background

This text has black color on #5A765D background.


White color preview on #5A765D background

This text has white color on #5A765D background.


Related colors

Complementary color

Complementary color for #hex is #A589A2.


I love getcolorcode.com

Triadic colors

1 #5D5A76 and #765D5A with #5A765D are triadic colors.

2 #5D765A and #765A5D with #5A765D are triadic colors.