COLOR #599F83

HEX: #599F83
RGB: (89,159,131)

Renk bilgisi

#599F83 contains mainly green and blue colors. #599F83 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#599F83 color RGB value is (89,159,131).

  • kırmız ton 89;
  • yeşil ton 159;
  • mavi ton 131.
RGB:
(89,159,131)
(35%,62%,51%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 159 of 255 = 62%
B 131 of 255 = 51%

89
159
131

R + G + B ~ 49%. #599F83 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 159 + 131 = 379 (100%)
R 89 of 379 ~ 23.48%
G 159 of 379 ~ 41.95%
B 131 of 379 ~ 34.56%

%23.48
%41.95
%34.56

CMYK RENK MODELİ

#599F83 rengi CMYK tonu (44,0,18,38).

  • camgöbeği tonu 44.03%
  • eflatun tonu 0.00%
  • sarı tonu 17.61%
  • ana renk tonu 37.65%
CMYK:
(44,0,18,38)
C44M0Y18K38 
(44%,0%,18%,38%)
(0.44/0.00/0.18/0.38)	

CMYK yüzdeleri

%44.03
%0
%17.61
%37.65

Codes

Color #599F83 in popluar color models

599F83
RGB89159131
HSL156°28.23%48.63%
HSB/HSV156°44.03%62.35%
CMYK44.03%0.00%17.61%
37.65%

Color #599F83 in popluar number systems.

HEX599F83
Decimal89159131
Binary10110011001111110000011
Octal131237203

Shades and tints

Shades of #599F83

#599F83
(89,159,131)
#519178
(81,145,120)
#49836D
(73,131,109)
#417562
(65,117,98)
#396757
(57,103,87)
#31594C
(49,89,76)
#294B41
(41,75,65)
#213D36
(33,61,54)
#192F2B
(25,47,43)
#112120
(17,33,32)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #599F83

#599F83
(89,159,131)
#68A78E
(104,167,142)
#77AF99
(119,175,153)
#86B7A4
(134,183,164)
#95BFAF
(149,191,175)
#A4C7BA
(164,199,186)
#B3CFC5
(179,207,197)
#C2D7D0
(194,215,208)
#D1DFDB
(209,223,219)
#E0E7E6
(224,231,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599F83 color. Also use rgb(89,159,131) instead hex code.

Text Font Color

.myTextColor { color: #599F83; }

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

This text font color is #599F83.


Background Color

.myBgColor { background-color: #599F83; }

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

This div background color is #599F83.


Border color

.myBorderColor { border: 1px solid #599F83; }

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

This div border color is #599F83.


Opacity

.myOpacity80 { color: #599F83; opacity: 0.8; }

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

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

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

This text has shadow with #599F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599F83 on black background.


Color preview on white background

This text has color #599F83 on white background.



Black color preview on #599F83 background

This text has black color on #599F83 background.


White color preview on #599F83 background

This text has white color on #599F83 background.