COLOR #599477

HEX: #599477
RGB: (89,148,119)

Renk bilgisi

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

RGB renk modeli

#599477 color RGB value is (89,148,119).

  • kırmız ton 89;
  • yeşil ton 148;
  • mavi ton 119.
RGB:
(89,148,119)
(35%,58%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 148 of 255 = 58%
B 119 of 255 = 47%

89
148
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 148 + 119 = 356 (100%)
R 89 of 356 ~ 25%
G 148 of 356 ~ 41.57%
B 119 of 356 ~ 33.43%

%25
%41.57
%33.43

CMYK RENK MODELİ

#599477 rengi CMYK tonu (40,0,20,42).

  • camgöbeği tonu 39.86%
  • eflatun tonu 0.00%
  • sarı tonu 19.59%
  • ana renk tonu 41.96%
CMYK:
(40,0,20,42)
C40M0Y20K42 
(40%,0%,20%,42%)
(0.40/0.00/0.20/0.42)	

CMYK yüzdeleri

%39.86
%0
%19.59
%41.96

Codes

Color #599477 in popluar color models

599477
RGB89148119
HSL151°24.89%46.47%
HSB/HSV151°39.86%58.04%
CMYK39.86%0.00%19.59%
41.96%

Color #599477 in popluar number systems.

HEX599477
Decimal89148119
Binary1011001100101001110111
Octal131224167

Shades and tints

Shades of #599477

#599477
(89,148,119)
#51876D
(81,135,109)
#497A63
(73,122,99)
#416D59
(65,109,89)
#39604F
(57,96,79)
#315345
(49,83,69)
#29463B
(41,70,59)
#213931
(33,57,49)
#192C27
(25,44,39)
#111F1D
(17,31,29)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #599477

#599477
(89,148,119)
#689D83
(104,157,131)
#77A68F
(119,166,143)
#86AF9B
(134,175,155)
#95B8A7
(149,184,167)
#A4C1B3
(164,193,179)
#B3CABF
(179,202,191)
#C2D3CB
(194,211,203)
#D1DCD7
(209,220,215)
#E0E5E3
(224,229,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599477 color. Also use rgb(89,148,119) instead hex code.

Text Font Color

.myTextColor { color: #599477; }

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

This text font color is #599477.


Background Color

.myBgColor { background-color: #599477; }

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

This div background color is #599477.


Border color

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

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

This div border color is #599477.


Opacity

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

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

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

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

This text has shadow with #599477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599477 on black background.


Color preview on white background

This text has color #599477 on white background.



Black color preview on #599477 background

This text has black color on #599477 background.


White color preview on #599477 background

This text has white color on #599477 background.