COLOR #59737A

HEX: #59737A RGB: (89,115,122)

Color info

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

RGB color model

#59737A color RGB value is (89,115,122).

RGB: (89,115,122) (35%, 45%, 48%)

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 122 of 255 = 48%

89
115
122

R + G + B ~ 43%. #59737A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 115 + 122 = 326 (100%)
R 89 of 326 ~ 27.3%
G 115 of 326 ~ 35.28%
B 122 of 326 ~ 37.42'%

%27.3
%35.28
%37.42

CMYK color model

#59737A color CMYK value is (27,6,0,52).

  • cyan value is 27.05%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (27,6,0,52)
C27M6Y0K52 (27%, 6%, 0%, 52%)
(0.27 / 0.06 / 0.00 / 0.52)

CMYK percentages

%27.05
%5.74
%0
%52.16

Codes

Color #59737A in popluar color models

59 73 7A
RGB 89 115 122
HSL 193° 15.64% 41.37%
HSB/HSV 193° 27.05% 47.84%
CMYK 27.05% 5.74% 0.00%
52.16%

Color #59737A in popluar number systems.

HEX 59 73 7A
Decimal 89 115 122
Binary 1011001 1110011 1111010
Octal 131 163 172

Shades and tints

Shades of #59737A

#59737A
(89,115,122)
#51696F
(81,105,111)
#495F64
(73,95,100)
#415559
(65,85,89)
#394B4E
(57,75,78)
#314143
(49,65,67)
#293738
(41,55,56)
#212D2D
(33,45,45)
#192322
(25,35,34)
#111917
(17,25,23)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #59737A

#59737A
(89,115,122)
#687F86
(104,127,134)
#778B92
(119,139,146)
#86979E
(134,151,158)
#95A3AA
(149,163,170)
#A4AFB6
(164,175,182)
#B3BBC2
(179,187,194)
#C2C7CE
(194,199,206)
#D1D3DA
(209,211,218)
#E0DFE6
(224,223,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59737A color. Also use rgb(89,115,122) instead hex code.

Text Font Color

.myTextColor { color: #59737A; }

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

This text font color is #59737A.

Background Color

.myBgColor { background-color: #59737A; }

<div style="background-color:#59737A">Inner text</div>

This div background color is #59737A.

Border color

.myBorderColor { border: 1px solid #59737A; }

<div style="border:3px solid #59737A">Div</div>

This div border color is #59737A.

Opacity

.myOpacity80 { color: #59737A; opacity: 0.8; }

<p style="color:#59737A;opacity:0.8;">80%</p>

Text with #59737A 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 #59737A;}

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

This text has shadow with #59737A color.


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

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

This text has shadow with #59737A primary color and red secondary color.


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

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

This text has shadow with #59737A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59737A.

Preview

Color preview on black background

This text has color #59737A on black background.


Color preview on white background

This text has color #59737A on white background.


Black color preview on #59737A background

This text has black color on #59737A background.


White color preview on #59737A background

This text has white color on #59737A background.


Related colors

Complementary color

Complementary color for #hex is #A68C85.


I love getcolorcode.com

Triadic colors

1 #7A5973 and #737A59 with #59737A are triadic colors.

2 #7A7359 and #73597A with #59737A are triadic colors.