COLOR #599772

HEX: #599772
RGB: (89,151,114)

Renk bilgisi

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

RGB renk modeli

#599772 color RGB value is (89,151,114).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 151 of 255 = 59%
B 114 of 255 = 45%

89
151
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 151 + 114 = 354 (100%)
R 89 of 354 ~ 25.14%
G 151 of 354 ~ 42.66%
B 114 of 354 ~ 32.2%

%25.14
%42.66
%32.2

CMYK RENK MODELİ

#599772 rengi CMYK tonu (41,0,25,41).

  • camgöbeği tonu 41.06%
  • eflatun tonu 0.00%
  • sarı tonu 24.50%
  • ana renk tonu 40.78%
CMYK:
(41,0,25,41)
C41M0Y25K41 
(41%,0%,25%,41%)
(0.41/0.00/0.25/0.41)	

CMYK yüzdeleri

%41.06
%0
%24.5
%40.78

Codes

Color #599772 in popluar color models

599772
RGB89151114
HSL144°25.83%47.06%
HSB/HSV144°41.06%59.22%
CMYK41.06%0.00%24.50%
40.78%

Color #599772 in popluar number systems.

HEX599772
Decimal89151114
Binary1011001100101111110010
Octal131227162

Shades and tints

Shades of #599772

#599772
(89,151,114)
#518A68
(81,138,104)
#497D5E
(73,125,94)
#417054
(65,112,84)
#39634A
(57,99,74)
#315640
(49,86,64)
#294936
(41,73,54)
#213C2C
(33,60,44)
#192F22
(25,47,34)
#112218
(17,34,24)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #599772

#599772
(89,151,114)
#68A07E
(104,160,126)
#77A98A
(119,169,138)
#86B296
(134,178,150)
#95BBA2
(149,187,162)
#A4C4AE
(164,196,174)
#B3CDBA
(179,205,186)
#C2D6C6
(194,214,198)
#D1DFD2
(209,223,210)
#E0E8DE
(224,232,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599772; }

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

This text font color is #599772.


Background Color

.myBgColor { background-color: #599772; }

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

This div background color is #599772.


Border color

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

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

This div border color is #599772.


Opacity

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

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

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

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

This text has shadow with #599772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599772 on black background.


Color preview on white background

This text has color #599772 on white background.



Black color preview on #599772 background

This text has black color on #599772 background.


White color preview on #599772 background

This text has white color on #599772 background.