COLOR #598986

HEX: #598986
RGB: (89,137,134)

Renk bilgisi

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

RGB renk modeli

#598986 color RGB value is (89,137,134).

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

RGB bağlantıları ve doygunluk

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

89
137
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 137 + 134 = 360 (100%)
R 89 of 360 ~ 24.72%
G 137 of 360 ~ 38.06%
B 134 of 360 ~ 37.22%

%24.72
%38.06
%37.22

CMYK RENK MODELİ

#598986 rengi CMYK tonu (35,0,2,46).

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

CMYK yüzdeleri

%35.04
%0
%2.19
%46.27

Codes

Color #598986 in popluar color models

598986
RGB89137134
HSL176°21.24%44.31%
HSB/HSV176°35.04%53.73%
CMYK35.04%0.00%2.19%
46.27%

Color #598986 in popluar number systems.

HEX598986
Decimal89137134
Binary10110011000100110000110
Octal131211206

Shades and tints

Shades of #598986

#598986
(89,137,134)
#517D7A
(81,125,122)
#49716E
(73,113,110)
#416562
(65,101,98)
#395956
(57,89,86)
#314D4A
(49,77,74)
#29413E
(41,65,62)
#213532
(33,53,50)
#192926
(25,41,38)
#111D1A
(17,29,26)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #598986

#598986
(89,137,134)
#689391
(104,147,145)
#779D9C
(119,157,156)
#86A7A7
(134,167,167)
#95B1B2
(149,177,178)
#A4BBBD
(164,187,189)
#B3C5C8
(179,197,200)
#C2CFD3
(194,207,211)
#D1D9DE
(209,217,222)
#E0E3E9
(224,227,233)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598986; }

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

This text font color is #598986.


Background Color

.myBgColor { background-color: #598986; }

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

This div background color is #598986.


Border color

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

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

This div border color is #598986.


Opacity

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

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

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

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

This text has shadow with #598986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598986 on black background.


Color preview on white background

This text has color #598986 on white background.



Black color preview on #598986 background

This text has black color on #598986 background.


White color preview on #598986 background

This text has white color on #598986 background.