COLOR #599972

HEX: #599972
RGB: (89,153,114)

Renk bilgisi

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

RGB renk modeli

#599972 color RGB value is (89,153,114).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 153 of 255 = 60%
B 114 of 255 = 45%

89
153
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 153 + 114 = 356 (100%)
R 89 of 356 ~ 25%
G 153 of 356 ~ 42.98%
B 114 of 356 ~ 32.02%

%25
%42.98
%32.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.83%
  • eflatun tonu 0.00%
  • sarı tonu 25.49%
  • ana renk tonu 40.00%
CMYK:
(42,0,25,40)
C42M0Y25K40 
(42%,0%,25%,40%)
(0.42/0.00/0.25/0.40)	

CMYK yüzdeleri

%41.83
%0
%25.49
%40

Codes

Color #599972 in popluar color models

599972
RGB89153114
HSL143°26.45%47.45%
HSB/HSV143°41.83%60.00%
CMYK41.83%0.00%25.49%
40.00%

Color #599972 in popluar number systems.

HEX599972
Decimal89153114
Binary1011001100110011110010
Octal131231162

Shades and tints

Shades of #599972

#599972
(89,153,114)
#518C68
(81,140,104)
#497F5E
(73,127,94)
#417254
(65,114,84)
#39654A
(57,101,74)
#315840
(49,88,64)
#294B36
(41,75,54)
#213E2C
(33,62,44)
#193122
(25,49,34)
#112418
(17,36,24)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #599972

#599972
(89,153,114)
#68A27E
(104,162,126)
#77AB8A
(119,171,138)
#86B496
(134,180,150)
#95BDA2
(149,189,162)
#A4C6AE
(164,198,174)
#B3CFBA
(179,207,186)
#C2D8C6
(194,216,198)
#D1E1D2
(209,225,210)
#E0EADE
(224,234,222)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599972; }

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

This text font color is #599972.


Background Color

.myBgColor { background-color: #599972; }

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

This div background color is #599972.


Border color

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

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

This div border color is #599972.


Opacity

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

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

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

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

This text has shadow with #599972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599972 on black background.


Color preview on white background

This text has color #599972 on white background.



Black color preview on #599972 background

This text has black color on #599972 background.


White color preview on #599972 background

This text has white color on #599972 background.