COLOR #598282

HEX: #598282 RGB: (89,130,130)

Color info

#598282 contains red, green and blue colors in about the same proportion. Web safe color of #598282 is #669999 (or #699).

RGB color model

#598282 color RGB value is (89,130,130).

RGB: (89,130,130) (35%, 51%, 51%)

RGB channels and saturation

R 89 of 255 = 35%
G 130 of 255 = 51%
B 130 of 255 = 51%

89
130
130

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

Portions of RGB colors in percentages

R + G + B = 89 + 130 + 130 = 349 (100%)
R 89 of 349 ~ 25.5%
G 130 of 349 ~ 37.25%
B 130 of 349 ~ 37.25'%

%25.5
%37.25
%37.25

CMYK color model

#598282 color CMYK value is (32,0,0,49).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (32,0,0,49)
C32M0Y0K49 (32%, 0%, 0%, 49%)
(0.32 / 0.00 / 0.00 / 0.49)

CMYK percentages

%31.54
%0
%0
%49.02

Codes

Color #598282 in popluar color models

59 82 82
RGB 89 130 130
HSL 180° 18.72% 42.94%
HSB/HSV 180° 31.54% 50.98%
CMYK 31.54% 0.00% 0.00%
49.02%

Color #598282 in popluar number systems.

HEX 59 82 82
Decimal 89 130 130
Binary 1011001 10000010 10000010
Octal 131 202 202

Shades and tints

Shades of #598282

#598282
(89,130,130)
#517777
(81,119,119)
#496C6C
(73,108,108)
#416161
(65,97,97)
#395656
(57,86,86)
#314B4B
(49,75,75)
#294040
(41,64,64)
#213535
(33,53,53)
#192A2A
(25,42,42)
#111F1F
(17,31,31)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #598282

#598282
(89,130,130)
#688D8D
(104,141,141)
#779898
(119,152,152)
#86A3A3
(134,163,163)
#95AEAE
(149,174,174)
#A4B9B9
(164,185,185)
#B3C4C4
(179,196,196)
#C2CFCF
(194,207,207)
#D1DADA
(209,218,218)
#E0E5E5
(224,229,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598282; }

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

This text font color is #598282.

Background Color

.myBgColor { background-color: #598282; }

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

This div background color is #598282.

Border color

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

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

This div border color is #598282.

Opacity

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

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

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

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

This text has shadow with #598282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #598282.

Preview

Color preview on black background

This text has color #598282 on black background.


Color preview on white background

This text has color #598282 on white background.


Black color preview on #598282 background

This text has black color on #598282 background.


White color preview on #598282 background

This text has white color on #598282 background.


Related colors

Complementary color

Complementary color for #hex is #A67D7D.


I love getcolorcode.com