COLOR #59756E

HEX: #59756E RGB: (89,117,110)

Color info

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

RGB color model

#59756E color RGB value is (89,117,110).

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

RGB channels and saturation

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

89
117
110

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

Portions of RGB colors in percentages

R + G + B = 89 + 117 + 110 = 316 (100%)
R 89 of 316 ~ 28.16%
G 117 of 316 ~ 37.03%
B 110 of 316 ~ 34.81'%

%28.16
%37.03
%34.81

CMYK color model

#59756E color CMYK value is (24,0,6,54).

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

CMYK: (24,0,6,54)
C24M0Y6K54 (24%, 0%, 6%, 54%)
(0.24 / 0.00 / 0.06 / 0.54)

CMYK percentages

%23.93
%0
%5.98
%54.12

Codes

Color #59756E in popluar color models

59 75 6E
RGB 89 117 110
HSL 165° 13.59% 40.39%
HSB/HSV 165° 23.93% 45.88%
CMYK 23.93% 0.00% 5.98%
54.12%

Color #59756E in popluar number systems.

HEX 59 75 6E
Decimal 89 117 110
Binary 1011001 1110101 1101110
Octal 131 165 156

Shades and tints

Shades of #59756E

#59756E
(89,117,110)
#516B64
(81,107,100)
#49615A
(73,97,90)
#415750
(65,87,80)
#394D46
(57,77,70)
#31433C
(49,67,60)
#293932
(41,57,50)
#212F28
(33,47,40)
#19251E
(25,37,30)
#111B14
(17,27,20)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #59756E

#59756E
(89,117,110)
#68817B
(104,129,123)
#778D88
(119,141,136)
#869995
(134,153,149)
#95A5A2
(149,165,162)
#A4B1AF
(164,177,175)
#B3BDBC
(179,189,188)
#C2C9C9
(194,201,201)
#D1D5D6
(209,213,214)
#E0E1E3
(224,225,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59756E color. Also use rgb(89,117,110) instead hex code.

Text Font Color

.myTextColor { color: #59756E; }

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

This text font color is #59756E.

Background Color

.myBgColor { background-color: #59756E; }

<div style="background-color:#59756E">Inner text</div>

This div background color is #59756E.

Border color

.myBorderColor { border: 1px solid #59756E; }

<div style="border:3px solid #59756E">Div</div>

This div border color is #59756E.

Opacity

.myOpacity80 { color: #59756E; opacity: 0.8; }

<p style="color:#59756E;opacity:0.8;">80%</p>

Text with #59756E 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 #59756E;}

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

This text has shadow with #59756E color.


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

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

This text has shadow with #59756E primary color and red secondary color.


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

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

This text has shadow with #59756E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59756E.

Preview

Color preview on black background

This text has color #59756E on black background.


Color preview on white background

This text has color #59756E on white background.


Black color preview on #59756E background

This text has black color on #59756E background.


White color preview on #59756E background

This text has white color on #59756E background.


Related colors

Complementary color

Complementary color for #hex is #A68A91.


I love getcolorcode.com

Triadic colors

1 #6E5975 and #756E59 with #59756E are triadic colors.

2 #6E7559 and #75596E with #59756E are triadic colors.