COLOR #597D6C

HEX: #597D6C RGB: (89,125,108)

Color info

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

RGB color model

#597D6C color RGB value is (89,125,108).

RGB: (89,125,108) (35%, 49%, 42%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 108 of 255 = 42%

89
125
108

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

Portions of RGB colors in percentages

R + G + B = 89 + 125 + 108 = 322 (100%)
R 89 of 322 ~ 27.64%
G 125 of 322 ~ 38.82%
B 108 of 322 ~ 33.54'%

%27.64
%38.82
%33.54

CMYK color model

#597D6C color CMYK value is (29,0,14,51).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (29,0,14,51)
C29M0Y14K51 (29%, 0%, 14%, 51%)
(0.29 / 0.00 / 0.14 / 0.51)

CMYK percentages

%28.8
%0
%13.6
%50.98

Codes

Color #597D6C in popluar color models

59 7D 6C
RGB 89 125 108
HSL 152° 16.82% 41.96%
HSB/HSV 152° 28.80% 49.02%
CMYK 28.80% 0.00% 13.60%
50.98%

Color #597D6C in popluar number systems.

HEX 59 7D 6C
Decimal 89 125 108
Binary 1011001 1111101 1101100
Octal 131 175 154

Shades and tints

Shades of #597D6C

#597D6C
(89,125,108)
#517263
(81,114,99)
#49675A
(73,103,90)
#415C51
(65,92,81)
#395148
(57,81,72)
#31463F
(49,70,63)
#293B36
(41,59,54)
#21302D
(33,48,45)
#192524
(25,37,36)
#111A1B
(17,26,27)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #597D6C

#597D6C
(89,125,108)
#688879
(104,136,121)
#779386
(119,147,134)
#869E93
(134,158,147)
#95A9A0
(149,169,160)
#A4B4AD
(164,180,173)
#B3BFBA
(179,191,186)
#C2CAC7
(194,202,199)
#D1D5D4
(209,213,212)
#E0E0E1
(224,224,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597D6C color. Also use rgb(89,125,108) instead hex code.

Text Font Color

.myTextColor { color: #597D6C; }

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

This text font color is #597D6C.

Background Color

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

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

This div background color is #597D6C.

Border color

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

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

This div border color is #597D6C.

Opacity

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

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

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

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

This text has shadow with #597D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #597D6C.

Preview

Color preview on black background

This text has color #597D6C on black background.


Color preview on white background

This text has color #597D6C on white background.


Black color preview on #597D6C background

This text has black color on #597D6C background.


White color preview on #597D6C background

This text has white color on #597D6C background.


Related colors

Complementary color

Complementary color for #hex is #A68293.


I love getcolorcode.com

Triadic colors

1 #6C597D and #7D6C59 with #597D6C are triadic colors.

2 #6C7D59 and #7D596C with #597D6C are triadic colors.