COLOR #597766

HEX: #597766
RGB: (89,119,102)

Color info

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

RGB color model

#597766 color RGB value is (89,119,102).

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

RGB channels and saturation

R 89 of 255 = 35%
G 119 of 255 = 47%
B 102 of 255 = 40%

89
119
102

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

Portions of RGB colors in percentages

R + G + B =
89 + 119 + 102 = 310 (100%)
R 89 of 310 ~ 28.71%
G 119 of 310 ~ 38.39%
B 102 of 310 ~ 32.9%

%28.71
%38.39
%32.9

CMYK color model

#597766 color CMYK value is (25,0,14,53).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(25,0,14,53)
C25M0Y14K53 
(25%,0%,14%,53%)
(0.25/0.00/0.14/0.53)	

CMYK percentages

%25.21
%0
%14.29
%53.33

Codes

Color #597766 in popluar color models

597766
RGB89119102
HSL146°14.42%40.78%
HSB/HSV146°25.21%46.67%
CMYK25.21%0.00%14.29%
53.33%

Color #597766 in popluar number systems.

HEX597766
Decimal89119102
Binary101100111101111100110
Octal131167146

Shades and tints

Shades of #597766

#597766
(89,119,102)
#516D5D
(81,109,93)
#496354
(73,99,84)
#41594B
(65,89,75)
#394F42
(57,79,66)
#314539
(49,69,57)
#293B30
(41,59,48)
#213127
(33,49,39)
#19271E
(25,39,30)
#111D15
(17,29,21)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #597766

#597766
(89,119,102)
#688373
(104,131,115)
#778F80
(119,143,128)
#869B8D
(134,155,141)
#95A79A
(149,167,154)
#A4B3A7
(164,179,167)
#B3BFB4
(179,191,180)
#C2CBC1
(194,203,193)
#D1D7CE
(209,215,206)
#E0E3DB
(224,227,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597766; }

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

This text font color is #597766.


Background Color

.myBgColor { background-color: #597766; }

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

This div background color is #597766.


Border color

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

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

This div border color is #597766.


Opacity

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

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

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

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

This text has shadow with #597766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597766 on black background.


Color preview on white background

This text has color #597766 on white background.



Black color preview on #597766 background

This text has black color on #597766 background.


White color preview on #597766 background

This text has white color on #597766 background.