COLOR #598C7D

HEX: #598C7D
RGB: (89,140,125)

Renk bilgisi

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

RGB renk modeli

#598C7D color RGB value is (89,140,125).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 140 of 255 = 55%
B 125 of 255 = 49%

89
140
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 140 + 125 = 354 (100%)
R 89 of 354 ~ 25.14%
G 140 of 354 ~ 39.55%
B 125 of 354 ~ 35.31%

%25.14
%39.55
%35.31

CMYK RENK MODELİ

#598C7D rengi CMYK tonu (36,0,11,45).

  • camgöbeği tonu 36.43%
  • eflatun tonu 0.00%
  • sarı tonu 10.71%
  • ana renk tonu 45.10%
CMYK:
(36,0,11,45)
C36M0Y11K45 
(36%,0%,11%,45%)
(0.36/0.00/0.11/0.45)	

CMYK yüzdeleri

%36.43
%0
%10.71
%45.1

Codes

Color #598C7D in popluar color models

598C7D
RGB89140125
HSL162°22.27%44.90%
HSB/HSV162°36.43%54.90%
CMYK36.43%0.00%10.71%
45.10%

Color #598C7D in popluar number systems.

HEX598C7D
Decimal89140125
Binary1011001100011001111101
Octal131214175

Shades and tints

Shades of #598C7D

#598C7D
(89,140,125)
#518072
(81,128,114)
#497467
(73,116,103)
#41685C
(65,104,92)
#395C51
(57,92,81)
#315046
(49,80,70)
#29443B
(41,68,59)
#213830
(33,56,48)
#192C25
(25,44,37)
#11201A
(17,32,26)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #598C7D

#598C7D
(89,140,125)
#689688
(104,150,136)
#77A093
(119,160,147)
#86AA9E
(134,170,158)
#95B4A9
(149,180,169)
#A4BEB4
(164,190,180)
#B3C8BF
(179,200,191)
#C2D2CA
(194,210,202)
#D1DCD5
(209,220,213)
#E0E6E0
(224,230,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598C7D; }

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

This text font color is #598C7D.


Background Color

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

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

This div background color is #598C7D.


Border color

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

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

This div border color is #598C7D.


Opacity

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

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

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

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

This text has shadow with #598C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598C7D on black background.


Color preview on white background

This text has color #598C7D on white background.



Black color preview on #598C7D background

This text has black color on #598C7D background.


White color preview on #598C7D background

This text has white color on #598C7D background.