COLOR #598B84

HEX: #598B84
RGB: (89,139,132)

Renk bilgisi

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

RGB renk modeli

#598B84 color RGB value is (89,139,132).

  • kırmız ton 89;
  • yeşil ton 139;
  • mavi ton 132.
RGB:
(89,139,132)
(35%,55%,52%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 139 of 255 = 55%
B 132 of 255 = 52%

89
139
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 139 + 132 = 360 (100%)
R 89 of 360 ~ 24.72%
G 139 of 360 ~ 38.61%
B 132 of 360 ~ 36.67%

%24.72
%38.61
%36.67

CMYK RENK MODELİ

#598B84 rengi CMYK tonu (36,0,5,45).

  • camgöbeği tonu 35.97%
  • eflatun tonu 0.00%
  • sarı tonu 5.04%
  • ana renk tonu 45.49%
CMYK:
(36,0,5,45)
C36M0Y5K45 
(36%,0%,5%,45%)
(0.36/0.00/0.05/0.45)	

CMYK yüzdeleri

%35.97
%0
%5.04
%45.49

Codes

Color #598B84 in popluar color models

598B84
RGB89139132
HSL172°21.93%44.71%
HSB/HSV172°35.97%54.51%
CMYK35.97%0.00%5.04%
45.49%

Color #598B84 in popluar number systems.

HEX598B84
Decimal89139132
Binary10110011000101110000100
Octal131213204

Shades and tints

Shades of #598B84

#598B84
(89,139,132)
#517F78
(81,127,120)
#49736C
(73,115,108)
#416760
(65,103,96)
#395B54
(57,91,84)
#314F48
(49,79,72)
#29433C
(41,67,60)
#213730
(33,55,48)
#192B24
(25,43,36)
#111F18
(17,31,24)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #598B84

#598B84
(89,139,132)
#68958F
(104,149,143)
#779F9A
(119,159,154)
#86A9A5
(134,169,165)
#95B3B0
(149,179,176)
#A4BDBB
(164,189,187)
#B3C7C6
(179,199,198)
#C2D1D1
(194,209,209)
#D1DBDC
(209,219,220)
#E0E5E7
(224,229,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598B84 color. Also use rgb(89,139,132) instead hex code.

Text Font Color

.myTextColor { color: #598B84; }

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

This text font color is #598B84.


Background Color

.myBgColor { background-color: #598B84; }

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

This div background color is #598B84.


Border color

.myBorderColor { border: 1px solid #598B84; }

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

This div border color is #598B84.


Opacity

.myOpacity80 { color: #598B84; opacity: 0.8; }

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

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

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

This text has shadow with #598B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598B84 on black background.


Color preview on white background

This text has color #598B84 on white background.



Black color preview on #598B84 background

This text has black color on #598B84 background.


White color preview on #598B84 background

This text has white color on #598B84 background.