COLOR #59748F

HEX: #59748F
RGB: (89,116,143)

Color info

#59748F contains red, green and blue colors in about the same proportion. Web safe color of #59748F is #666699 (or #669).

RGB color model

#59748F color RGB value is (89,116,143).

  • red value is 89;
  • green value is 116;
  • blue value is 143.
RGB:
(89,116,143)
(35%,45%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 116 of 255 = 45%
B 143 of 255 = 56%

89
116
143

R + G + B ~ 45%. #59748F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 116 + 143 = 348 (100%)
R 89 of 348 ~ 25.57%
G 116 of 348 ~ 33.33%
B 143 of 348 ~ 41.09%

%25.57
%33.33
%41.09

CMYK color model

#59748F color CMYK value is (38,19,0,44).

  • cyan value is 37.76%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,19,0,44)
C38M19Y0K44 
(38%,19%,0%,44%)
(0.38/0.19/0.00/0.44)	

CMYK percentages

%37.76
%18.88
%0
%43.92

Codes

Color #59748F in popluar color models

59748F
RGB89116143
HSL210°23.28%45.49%
HSB/HSV210°37.76%56.08%
CMYK37.76%18.88%0.00%
43.92%

Color #59748F in popluar number systems.

HEX59748F
Decimal89116143
Binary1011001111010010001111
Octal131164217

Shades and tints

Shades of #59748F

#59748F
(89,116,143)
#516A82
(81,106,130)
#496075
(73,96,117)
#415668
(65,86,104)
#394C5B
(57,76,91)
#31424E
(49,66,78)
#293841
(41,56,65)
#212E34
(33,46,52)
#192427
(25,36,39)
#111A1A
(17,26,26)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #59748F

#59748F
(89,116,143)
#688099
(104,128,153)
#778CA3
(119,140,163)
#8698AD
(134,152,173)
#95A4B7
(149,164,183)
#A4B0C1
(164,176,193)
#B3BCCB
(179,188,203)
#C2C8D5
(194,200,213)
#D1D4DF
(209,212,223)
#E0E0E9
(224,224,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59748F color. Also use rgb(89,116,143) instead hex code.

Text Font Color

.myTextColor { color: #59748F; }

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

This text font color is #59748F.


Background Color

.myBgColor { background-color: #59748F; }

<div style="background-color:#59748F">Inner text</div>

This div background color is #59748F.


Border color

.myBorderColor { border: 1px solid #59748F; }

<div style="border:3px solid #59748F">Div</div>

This div border color is #59748F.


Opacity

.myOpacity80 { color: #59748F; opacity: 0.8; }

<p style="color:#59748F;opacity:0.8;">80%</p>

Text with #59748F 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 #59748F;}

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

This text has shadow with #59748F color.

.textShadow {text-shadow: 3px 3px 1px #59748F, 3px 3px 1px red;}

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

This text has shadow with #59748F primary color and red secondary color.


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

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

This text has shadow with #59748F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59748F on black background.


Color preview on white background

This text has color #59748F on white background.



Black color preview on #59748F background

This text has black color on #59748F background.


White color preview on #59748F background

This text has white color on #59748F background.