COLOR #598C97

HEX: #598C97
RGB: (89,140,151)

Renk bilgisi

#598C97 contains mainly green and blue colors. #598C97 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#598C97 color RGB value is (89,140,151).

  • kırmız ton 89;
  • yeşil ton 140;
  • mavi ton 151.
RGB:
(89,140,151)
(35%,55%,59%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 140 of 255 = 55%
B 151 of 255 = 59%

89
140
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 140 + 151 = 380 (100%)
R 89 of 380 ~ 23.42%
G 140 of 380 ~ 36.84%
B 151 of 380 ~ 39.74%

%23.42
%36.84
%39.74

CMYK RENK MODELİ

#598C97 rengi CMYK tonu (41,7,0,41).

  • camgöbeği tonu 41.06%
  • eflatun tonu 7.28%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(41,7,0,41)
C41M7Y0K41 
(41%,7%,0%,41%)
(0.41/0.07/0.00/0.41)	

CMYK yüzdeleri

%41.06
%7.28
%0
%40.78

Codes

Color #598C97 in popluar color models

598C97
RGB89140151
HSL191°25.83%47.06%
HSB/HSV191°41.06%59.22%
CMYK41.06%7.28%0.00%
40.78%

Color #598C97 in popluar number systems.

HEX598C97
Decimal89140151
Binary10110011000110010010111
Octal131214227

Shades and tints

Shades of #598C97

#598C97
(89,140,151)
#51808A
(81,128,138)
#49747D
(73,116,125)
#416870
(65,104,112)
#395C63
(57,92,99)
#315056
(49,80,86)
#294449
(41,68,73)
#21383C
(33,56,60)
#192C2F
(25,44,47)
#112022
(17,32,34)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #598C97

#598C97
(89,140,151)
#6896A0
(104,150,160)
#77A0A9
(119,160,169)
#86AAB2
(134,170,178)
#95B4BB
(149,180,187)
#A4BEC4
(164,190,196)
#B3C8CD
(179,200,205)
#C2D2D6
(194,210,214)
#D1DCDF
(209,220,223)
#E0E6E8
(224,230,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598C97 color. Also use rgb(89,140,151) instead hex code.

Text Font Color

.myTextColor { color: #598C97; }

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

This text font color is #598C97.


Background Color

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

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

This div background color is #598C97.


Border color

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

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

This div border color is #598C97.


Opacity

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

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

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

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

This text has shadow with #598C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598C97 on black background.


Color preview on white background

This text has color #598C97 on white background.



Black color preview on #598C97 background

This text has black color on #598C97 background.


White color preview on #598C97 background

This text has white color on #598C97 background.