COLOR #599570

HEX: #599570
RGB: (89,149,112)

Renk bilgisi

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

RGB renk modeli

#599570 color RGB value is (89,149,112).

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

RGB bağlantıları ve doygunluk

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

89
149
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 149 + 112 = 350 (100%)
R 89 of 350 ~ 25.43%
G 149 of 350 ~ 42.57%
B 112 of 350 ~ 32%

%25.43
%42.57
%32

CMYK RENK MODELİ

#599570 rengi CMYK tonu (40,0,25,42).

  • camgöbeği tonu 40.27%
  • eflatun tonu 0.00%
  • sarı tonu 24.83%
  • ana renk tonu 41.57%
CMYK:
(40,0,25,42)
C40M0Y25K42 
(40%,0%,25%,42%)
(0.40/0.00/0.25/0.42)	

CMYK yüzdeleri

%40.27
%0
%24.83
%41.57

Codes

Color #599570 in popluar color models

599570
RGB89149112
HSL143°25.21%46.67%
HSB/HSV143°40.27%58.43%
CMYK40.27%0.00%24.83%
41.57%

Color #599570 in popluar number systems.

HEX599570
Decimal89149112
Binary1011001100101011110000
Octal131225160

Shades and tints

Shades of #599570

#599570
(89,149,112)
#518866
(81,136,102)
#497B5C
(73,123,92)
#416E52
(65,110,82)
#396148
(57,97,72)
#31543E
(49,84,62)
#294734
(41,71,52)
#213A2A
(33,58,42)
#192D20
(25,45,32)
#112016
(17,32,22)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #599570

#599570
(89,149,112)
#689E7D
(104,158,125)
#77A78A
(119,167,138)
#86B097
(134,176,151)
#95B9A4
(149,185,164)
#A4C2B1
(164,194,177)
#B3CBBE
(179,203,190)
#C2D4CB
(194,212,203)
#D1DDD8
(209,221,216)
#E0E6E5
(224,230,229)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599570; }

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

This text font color is #599570.


Background Color

.myBgColor { background-color: #599570; }

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

This div background color is #599570.


Border color

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

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

This div border color is #599570.


Opacity

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

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

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

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

This text has shadow with #599570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599570 on black background.


Color preview on white background

This text has color #599570 on white background.



Black color preview on #599570 background

This text has black color on #599570 background.


White color preview on #599570 background

This text has white color on #599570 background.