COLOR #597C6A

HEX: #597C6A
RGB: (89,124,106)

Color info

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

RGB color model

#597C6A color RGB value is (89,124,106).

  • red value is 89;
  • green value is 124;
  • blue value is 106.
RGB:
(89,124,106)
(35%,49%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 124 of 255 = 49%
B 106 of 255 = 42%

89
124
106

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

Portions of RGB colors in percentages

R + G + B =
89 + 124 + 106 = 319 (100%)
R 89 of 319 ~ 27.9%
G 124 of 319 ~ 38.87%
B 106 of 319 ~ 33.23%

%27.9
%38.87
%33.23

CMYK color model

#597C6A color CMYK value is (28,0,15,51).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 51.37%
CMYK:
(28,0,15,51)
C28M0Y15K51 
(28%,0%,15%,51%)
(0.28/0.00/0.15/0.51)	

CMYK percentages

%28.23
%0
%14.52
%51.37

Codes

Color #597C6A in popluar color models

597C6A
RGB89124106
HSL149°16.43%41.76%
HSB/HSV149°28.23%48.63%
CMYK28.23%0.00%14.52%
51.37%

Color #597C6A in popluar number systems.

HEX597C6A
Decimal89124106
Binary101100111111001101010
Octal131174152

Shades and tints

Shades of #597C6A

#597C6A
(89,124,106)
#517161
(81,113,97)
#496658
(73,102,88)
#415B4F
(65,91,79)
#395046
(57,80,70)
#31453D
(49,69,61)
#293A34
(41,58,52)
#212F2B
(33,47,43)
#192422
(25,36,34)
#111919
(17,25,25)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #597C6A

#597C6A
(89,124,106)
#688777
(104,135,119)
#779284
(119,146,132)
#869D91
(134,157,145)
#95A89E
(149,168,158)
#A4B3AB
(164,179,171)
#B3BEB8
(179,190,184)
#C2C9C5
(194,201,197)
#D1D4D2
(209,212,210)
#E0DFDF
(224,223,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597C6A color. Also use rgb(89,124,106) instead hex code.

Text Font Color

.myTextColor { color: #597C6A; }

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

This text font color is #597C6A.


Background Color

.myBgColor { background-color: #597C6A; }

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

This div background color is #597C6A.


Border color

.myBorderColor { border: 1px solid #597C6A; }

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

This div border color is #597C6A.


Opacity

.myOpacity80 { color: #597C6A; opacity: 0.8; }

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

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

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

This text has shadow with #597C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597C6A on black background.


Color preview on white background

This text has color #597C6A on white background.



Black color preview on #597C6A background

This text has black color on #597C6A background.


White color preview on #597C6A background

This text has white color on #597C6A background.