COLOR #597B6B

HEX: #597B6B RGB: (89,123,107)

Color info

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

RGB color model

#597B6B color RGB value is (89,123,107).

RGB: (89,123,107) (35%, 48%, 42%)

RGB channels and saturation

R 89 of 255 = 35%
G 123 of 255 = 48%
B 107 of 255 = 42%

89
123
107

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

Portions of RGB colors in percentages

R + G + B = 89 + 123 + 107 = 319 (100%)
R 89 of 319 ~ 27.9%
G 123 of 319 ~ 38.56%
B 107 of 319 ~ 33.54'%

%27.9
%38.56
%33.54

CMYK color model

#597B6B color CMYK value is (28,0,13,52).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 51.76%

CMYK: (28,0,13,52)
C28M0Y13K52 (28%, 0%, 13%, 52%)
(0.28 / 0.00 / 0.13 / 0.52)

CMYK percentages

%27.64
%0
%13.01
%51.76

Codes

Color #597B6B in popluar color models

59 7B 6B
RGB 89 123 107
HSL 152° 16.04% 41.57%
HSB/HSV 152° 27.64% 48.24%
CMYK 27.64% 0.00% 13.01%
51.76%

Color #597B6B in popluar number systems.

HEX 59 7B 6B
Decimal 89 123 107
Binary 1011001 1111011 1101011
Octal 131 173 153

Shades and tints

Shades of #597B6B

#597B6B
(89,123,107)
#517062
(81,112,98)
#496559
(73,101,89)
#415A50
(65,90,80)
#394F47
(57,79,71)
#31443E
(49,68,62)
#293935
(41,57,53)
#212E2C
(33,46,44)
#192323
(25,35,35)
#11181A
(17,24,26)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #597B6B

#597B6B
(89,123,107)
#688778
(104,135,120)
#779385
(119,147,133)
#869F92
(134,159,146)
#95AB9F
(149,171,159)
#A4B7AC
(164,183,172)
#B3C3B9
(179,195,185)
#C2CFC6
(194,207,198)
#D1DBD3
(209,219,211)
#E0E7E0
(224,231,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597B6B color. Also use rgb(89,123,107) instead hex code.

Text Font Color

.myTextColor { color: #597B6B; }

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

This text font color is #597B6B.

Background Color

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

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

This div background color is #597B6B.

Border color

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

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

This div border color is #597B6B.

Opacity

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

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

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

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

This text has shadow with #597B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #597B6B.

Preview

Color preview on black background

This text has color #597B6B on black background.


Color preview on white background

This text has color #597B6B on white background.


Black color preview on #597B6B background

This text has black color on #597B6B background.


White color preview on #597B6B background

This text has white color on #597B6B background.


Related colors

Complementary color

Complementary color for #hex is #A68494.


I love getcolorcode.com

Triadic colors

1 #6B597B and #7B6B59 with #597B6B are triadic colors.

2 #6B7B59 and #7B596B with #597B6B are triadic colors.