COLOR #597078

HEX: #597078
RGB: (89,112,120)

Color info

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

RGB color model

#597078 color RGB value is (89,112,120).

  • red value is 89;
  • green value is 112;
  • blue value is 120.
RGB:
(89,112,120)
(35%,44%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 120 of 255 = 47%

89
112
120

R + G + B ~ 42%. #597078 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 120 = 321 (100%)
R 89 of 321 ~ 27.73%
G 112 of 321 ~ 34.89%
B 120 of 321 ~ 37.38%

%27.73
%34.89
%37.38

CMYK color model

#597078 color CMYK value is (26,7,0,53).

  • cyan value is 25.83%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(26,7,0,53)
C26M7Y0K53 
(26%,7%,0%,53%)
(0.26/0.07/0.00/0.53)	

CMYK percentages

%25.83
%6.67
%0
%52.94

Codes

Color #597078 in popluar color models

597078
RGB89112120
HSL195°14.83%40.98%
HSB/HSV195°25.83%47.06%
CMYK25.83%6.67%0.00%
52.94%

Color #597078 in popluar number systems.

HEX597078
Decimal89112120
Binary101100111100001111000
Octal131160170

Shades and tints

Shades of #597078

#597078
(89,112,120)
#51666E
(81,102,110)
#495C64
(73,92,100)
#41525A
(65,82,90)
#394850
(57,72,80)
#313E46
(49,62,70)
#29343C
(41,52,60)
#212A32
(33,42,50)
#192028
(25,32,40)
#11161E
(17,22,30)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #597078

#597078
(89,112,120)
#687D84
(104,125,132)
#778A90
(119,138,144)
#86979C
(134,151,156)
#95A4A8
(149,164,168)
#A4B1B4
(164,177,180)
#B3BEC0
(179,190,192)
#C2CBCC
(194,203,204)
#D1D8D8
(209,216,216)
#E0E5E4
(224,229,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597078 color. Also use rgb(89,112,120) instead hex code.

Text Font Color

.myTextColor { color: #597078; }

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

This text font color is #597078.


Background Color

.myBgColor { background-color: #597078; }

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

This div background color is #597078.


Border color

.myBorderColor { border: 1px solid #597078; }

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

This div border color is #597078.


Opacity

.myOpacity80 { color: #597078; opacity: 0.8; }

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

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

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

This text has shadow with #597078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597078 on black background.


Color preview on white background

This text has color #597078 on white background.



Black color preview on #597078 background

This text has black color on #597078 background.


White color preview on #597078 background

This text has white color on #597078 background.