COLOR #59667A

HEX: #59667A
RGB: (89,102,122)

Color info

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

RGB color model

#59667A color RGB value is (89,102,122).

  • red value is 89;
  • green value is 102;
  • blue value is 122.
RGB:
(89,102,122)
(35%,40%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 122 of 255 = 48%

89
102
122

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

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 122 = 313 (100%)
R 89 of 313 ~ 28.43%
G 102 of 313 ~ 32.59%
B 122 of 313 ~ 38.98%

%28.43
%32.59
%38.98

CMYK color model

#59667A color CMYK value is (27,16,0,52).

  • cyan value is 27.05%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(27,16,0,52)
C27M16Y0K52 
(27%,16%,0%,52%)
(0.27/0.16/0.00/0.52)	

CMYK percentages

%27.05
%16.39
%0
%52.16

Codes

Color #59667A in popluar color models

59667A
RGB89102122
HSL216°15.64%41.37%
HSB/HSV216°27.05%47.84%
CMYK27.05%16.39%0.00%
52.16%

Color #59667A in popluar number systems.

HEX59667A
Decimal89102122
Binary101100111001101111010
Octal131146172

Shades and tints

Shades of #59667A

#59667A
(89,102,122)
#515D6F
(81,93,111)
#495464
(73,84,100)
#414B59
(65,75,89)
#39424E
(57,66,78)
#313943
(49,57,67)
#293038
(41,48,56)
#21272D
(33,39,45)
#191E22
(25,30,34)
#111517
(17,21,23)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #59667A

#59667A
(89,102,122)
#687386
(104,115,134)
#778092
(119,128,146)
#868D9E
(134,141,158)
#959AAA
(149,154,170)
#A4A7B6
(164,167,182)
#B3B4C2
(179,180,194)
#C2C1CE
(194,193,206)
#D1CEDA
(209,206,218)
#E0DBE6
(224,219,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59667A; }

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

This text font color is #59667A.


Background Color

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

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

This div background color is #59667A.


Border color

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

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

This div border color is #59667A.


Opacity

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

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

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

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

This text has shadow with #59667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59667A on black background.


Color preview on white background

This text has color #59667A on white background.



Black color preview on #59667A background

This text has black color on #59667A background.


White color preview on #59667A background

This text has white color on #59667A background.