COLOR #589570

HEX: #589570
RGB: (88,149,112)

Renk bilgisi

#589570 contains mainly green and blue colors. #589570 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#589570 color RGB value is (88,149,112).

  • kırmız ton 88;
  • yeşil ton 149;
  • mavi ton 112.
RGB:
(88,149,112)
(35%,58%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 149 of 255 = 58%
B 112 of 255 = 44%

88
149
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 149 + 112 = 349 (100%)
R 88 of 349 ~ 25.21%
G 149 of 349 ~ 42.69%
B 112 of 349 ~ 32.09%

%25.21
%42.69
%32.09

CMYK RENK MODELİ

#589570 rengi CMYK tonu (41,0,25,42).

  • camgöbeği tonu 40.94%
  • eflatun tonu 0.00%
  • sarı tonu 24.83%
  • ana renk tonu 41.57%
CMYK:
(41,0,25,42)
C41M0Y25K42 
(41%,0%,25%,42%)
(0.41/0.00/0.25/0.42)	

CMYK yüzdeleri

%40.94
%0
%24.83
%41.57

Codes

Color #589570 in popluar color models

589570
RGB88149112
HSL144°25.74%46.47%
HSB/HSV144°40.94%58.43%
CMYK40.94%0.00%24.83%
41.57%

Color #589570 in popluar number systems.

HEX589570
Decimal88149112
Binary1011000100101011110000
Octal130225160

Shades and tints

Shades of #589570

#589570
(88,149,112)
#508866
(80,136,102)
#487B5C
(72,123,92)
#406E52
(64,110,82)
#386148
(56,97,72)
#30543E
(48,84,62)
#284734
(40,71,52)
#203A2A
(32,58,42)
#182D20
(24,45,32)
#102016
(16,32,22)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #589570

#589570
(88,149,112)
#679E7D
(103,158,125)
#76A78A
(118,167,138)
#85B097
(133,176,151)
#94B9A4
(148,185,164)
#A3C2B1
(163,194,177)
#B2CBBE
(178,203,190)
#C1D4CB
(193,212,203)
#D0DDD8
(208,221,216)
#DFE6E5
(223,230,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589570 color. Also use rgb(88,149,112) instead hex code.

Text Font Color

.myTextColor { color: #589570; }

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

This text font color is #589570.


Background Color

.myBgColor { background-color: #589570; }

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

This div background color is #589570.


Border color

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

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

This div border color is #589570.


Opacity

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

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

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

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

This text has shadow with #589570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589570 on black background.


Color preview on white background

This text has color #589570 on white background.



Black color preview on #589570 background

This text has black color on #589570 background.


White color preview on #589570 background

This text has white color on #589570 background.