COLOR #59765D

HEX: #59765D RGB: (89,118,93)

Color info

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

RGB color model

#59765D color RGB value is (89,118,93).

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

RGB channels and saturation

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

89
118
93

R + G + B ~ 39%. #59765D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 118 + 93 = 300 (100%)
R 89 of 300 ~ 29.67%
G 118 of 300 ~ 39.33%
B 93 of 300 ~ 31'%

%29.67
%39.33
%31

CMYK color model

#59765D color CMYK value is (25,0,21,54).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK: (25,0,21,54) C25M0Y21K54 (25%,0%,21%,54%) (0.25/0.00/0.21/0.54) 

CMYK percentages

%24.58
%0
%21.19
%53.73

Codes

Color #59765D in popluar color models

59 76 5D
RGB 89 118 93
HSL 128° 14.01% 40.59%
HSB/HSV 128° 24.58% 46.27%
CMYK 24.58% 0.00% 21.19%
53.73%

Color #59765D in popluar number systems.

HEX 59 76 5D
Decimal 89 118 93
Binary 1011001 1110110 1011101
Octal 131 166 135

Shades and tints

Shades of #59765D

#59765D
(89,118,93)
#516C55
(81,108,85)
#49624D
(73,98,77)
#415845
(65,88,69)
#394E3D
(57,78,61)
#314435
(49,68,53)
#293A2D
(41,58,45)
#213025
(33,48,37)
#19261D
(25,38,29)
#111C15
(17,28,21)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #59765D

#59765D
(89,118,93)
#68826B
(104,130,107)
#778E79
(119,142,121)
#869A87
(134,154,135)
#95A695
(149,166,149)
#A4B2A3
(164,178,163)
#B3BEB1
(179,190,177)
#C2CABF
(194,202,191)
#D1D6CD
(209,214,205)
#E0E2DB
(224,226,219)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59765D color. Also use rgb(89,118,93) instead hex code.

Text Font Color

.myTextColor { color: #59765D; }

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

This text font color is #59765D.

Background Color

.myBgColor { background-color: #59765D; }

<div style="background-color:#59765D">Inner text</div>

This div background color is #59765D.

Border color

.myBorderColor { border: 1px solid #59765D; }

<div style="border:3px solid #59765D">Div</div>

This div border color is #59765D.

Opacity

.myOpacity80 { color: #59765D; opacity: 0.8; }

<p style="color:#59765D;opacity:0.8;">80%</p>

Text with #59765D 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 #59765D;}

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

This text has shadow with #59765D color.


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

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

This text has shadow with #59765D primary color and red secondary color.


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

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

This text has shadow with #59765D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59765D.

Preview

Color preview on black background

This text has color #59765D on black background.


Color preview on white background

This text has color #59765D on white background.


Black color preview on #59765D background

This text has black color on #59765D background.


White color preview on #59765D background

This text has white color on #59765D background.


Related colors

Complementary color

Complementary color for #hex is #A689A2.


I love getcolorcode.com

Triadic colors

1 #5D5976 and #765D59 with #59765D are triadic colors.

2 #5D7659 and #76595D with #59765D are triadic colors.