COLOR #59696D

HEX: #59696D RGB: (89,105,109)

Color info

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

RGB color model

#59696D color RGB value is (89,105,109).

RGB: (89,105,109) (35%, 41%, 43%)

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 109 of 255 = 43%

89
105
109

R + G + B ~ 40%. #59696D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 105 + 109 = 303 (100%)
R 89 of 303 ~ 29.37%
G 105 of 303 ~ 34.65%
B 109 of 303 ~ 35.97'%

%29.37
%34.65
%35.97

CMYK color model

#59696D color CMYK value is (18,4,0,57).

  • cyan value is 18.35%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (18,4,0,57)
C18M4Y0K57 (18%, 4%, 0%, 57%)
(0.18 / 0.04 / 0.00 / 0.57)

CMYK percentages

%18.35
%3.67
%0
%57.25

Codes

Color #59696D in popluar color models

59 69 6D
RGB 89 105 109
HSL 192° 10.10% 38.82%
HSB/HSV 192° 18.35% 42.75%
CMYK 18.35% 3.67% 0.00%
57.25%

Color #59696D in popluar number systems.

HEX 59 69 6D
Decimal 89 105 109
Binary 1011001 1101001 1101101
Octal 131 151 155

Shades and tints

Shades of #59696D

#59696D
(89,105,109)
#516064
(81,96,100)
#49575B
(73,87,91)
#414E52
(65,78,82)
#394549
(57,69,73)
#313C40
(49,60,64)
#293337
(41,51,55)
#212A2E
(33,42,46)
#192125
(25,33,37)
#11181C
(17,24,28)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #59696D

#59696D
(89,105,109)
#68767A
(104,118,122)
#778387
(119,131,135)
#869094
(134,144,148)
#959DA1
(149,157,161)
#A4AAAE
(164,170,174)
#B3B7BB
(179,183,187)
#C2C4C8
(194,196,200)
#D1D1D5
(209,209,213)
#E0DEE2
(224,222,226)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59696D color. Also use rgb(89,105,109) instead hex code.

Text Font Color

.myTextColor { color: #59696D; }

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

This text font color is #59696D.

Background Color

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

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

This div background color is #59696D.

Border color

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

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

This div border color is #59696D.

Opacity

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

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

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

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

This text has shadow with #59696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59696D.

Preview

Color preview on black background

This text has color #59696D on black background.


Color preview on white background

This text has color #59696D on white background.


Black color preview on #59696D background

This text has black color on #59696D background.


White color preview on #59696D background

This text has white color on #59696D background.


Related colors

Complementary color

Complementary color for #hex is #A69692.


I love getcolorcode.com

Triadic colors

1 #6D5969 and #696D59 with #59696D are triadic colors.

2 #6D6959 and #69596D with #59696D are triadic colors.