COLOR #598989

HEX: #598989
RGB: (89,137,137)

Renk bilgisi

#598989 contains red, green and blue colors in about the same proportion. #598989 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#598989 color RGB value is (89,137,137).

  • kırmız ton 89;
  • yeşil ton 137;
  • mavi ton 137.
RGB:
(89,137,137)
(35%,54%,54%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 137 of 255 = 54%
B 137 of 255 = 54%

89
137
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 137 + 137 = 363 (100%)
R 89 of 363 ~ 24.52%
G 137 of 363 ~ 37.74%
B 137 of 363 ~ 37.74%

%24.52
%37.74
%37.74

CMYK RENK MODELİ

#598989 rengi CMYK tonu (35,0,0,46).

  • camgöbeği tonu 35.04%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(35,0,0,46)
C35M0Y0K46 
(35%,0%,0%,46%)
(0.35/0.00/0.00/0.46)	

CMYK yüzdeleri

%35.04
%0
%0
%46.27

Codes

Color #598989 in popluar color models

598989
RGB89137137
HSL180°21.24%44.31%
HSB/HSV180°35.04%53.73%
CMYK35.04%0.00%0.00%
46.27%

Color #598989 in popluar number systems.

HEX598989
Decimal89137137
Binary10110011000100110001001
Octal131211211

Shades and tints

Shades of #598989

#598989
(89,137,137)
#517D7D
(81,125,125)
#497171
(73,113,113)
#416565
(65,101,101)
#395959
(57,89,89)
#314D4D
(49,77,77)
#294141
(41,65,65)
#213535
(33,53,53)
#192929
(25,41,41)
#111D1D
(17,29,29)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #598989

#598989
(89,137,137)
#689393
(104,147,147)
#779D9D
(119,157,157)
#86A7A7
(134,167,167)
#95B1B1
(149,177,177)
#A4BBBB
(164,187,187)
#B3C5C5
(179,197,197)
#C2CFCF
(194,207,207)
#D1D9D9
(209,217,217)
#E0E3E3
(224,227,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598989; }

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

This text font color is #598989.


Background Color

.myBgColor { background-color: #598989; }

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

This div background color is #598989.


Border color

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

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

This div border color is #598989.


Opacity

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

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

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

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

This text has shadow with #598989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598989 on black background.


Color preview on white background

This text has color #598989 on white background.



Black color preview on #598989 background

This text has black color on #598989 background.


White color preview on #598989 background

This text has white color on #598989 background.