COLOR #598F80

HEX: #598F80
RGB: (89,143,128)

Renk bilgisi

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

RGB renk modeli

#598F80 color RGB value is (89,143,128).

  • kırmız ton 89;
  • yeşil ton 143;
  • mavi ton 128.
RGB:
(89,143,128)
(35%,56%,50%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 143 of 255 = 56%
B 128 of 255 = 50%

89
143
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 143 + 128 = 360 (100%)
R 89 of 360 ~ 24.72%
G 143 of 360 ~ 39.72%
B 128 of 360 ~ 35.56%

%24.72
%39.72
%35.56

CMYK RENK MODELİ

#598F80 rengi CMYK tonu (38,0,10,44).

  • camgöbeği tonu 37.76%
  • eflatun tonu 0.00%
  • sarı tonu 10.49%
  • ana renk tonu 43.92%
CMYK:
(38,0,10,44)
C38M0Y10K44 
(38%,0%,10%,44%)
(0.38/0.00/0.10/0.44)	

CMYK yüzdeleri

%37.76
%0
%10.49
%43.92

Codes

Color #598F80 in popluar color models

598F80
RGB89143128
HSL163°23.28%45.49%
HSB/HSV163°37.76%56.08%
CMYK37.76%0.00%10.49%
43.92%

Color #598F80 in popluar number systems.

HEX598F80
Decimal89143128
Binary10110011000111110000000
Octal131217200

Shades and tints

Shades of #598F80

#598F80
(89,143,128)
#518275
(81,130,117)
#49756A
(73,117,106)
#41685F
(65,104,95)
#395B54
(57,91,84)
#314E49
(49,78,73)
#29413E
(41,65,62)
#213433
(33,52,51)
#192728
(25,39,40)
#111A1D
(17,26,29)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #598F80

#598F80
(89,143,128)
#68998B
(104,153,139)
#77A396
(119,163,150)
#86ADA1
(134,173,161)
#95B7AC
(149,183,172)
#A4C1B7
(164,193,183)
#B3CBC2
(179,203,194)
#C2D5CD
(194,213,205)
#D1DFD8
(209,223,216)
#E0E9E3
(224,233,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598F80 color. Also use rgb(89,143,128) instead hex code.

Text Font Color

.myTextColor { color: #598F80; }

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

This text font color is #598F80.


Background Color

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

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

This div background color is #598F80.


Border color

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

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

This div border color is #598F80.


Opacity

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

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

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

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

This text has shadow with #598F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598F80 on black background.


Color preview on white background

This text has color #598F80 on white background.



Black color preview on #598F80 background

This text has black color on #598F80 background.


White color preview on #598F80 background

This text has white color on #598F80 background.