COLOR #599B82

HEX: #599B82
RGB: (89,155,130)

Renk bilgisi

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

RGB renk modeli

#599B82 color RGB value is (89,155,130).

  • kırmız ton 89;
  • yeşil ton 155;
  • mavi ton 130.
RGB:
(89,155,130)
(35%,61%,51%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 130 of 255 = 51%

89
155
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 130 = 374 (100%)
R 89 of 374 ~ 23.8%
G 155 of 374 ~ 41.44%
B 130 of 374 ~ 34.76%

%23.8
%41.44
%34.76

CMYK RENK MODELİ

#599B82 rengi CMYK tonu (43,0,16,39).

  • camgöbeği tonu 42.58%
  • eflatun tonu 0.00%
  • sarı tonu 16.13%
  • ana renk tonu 39.22%
CMYK:
(43,0,16,39)
C43M0Y16K39 
(43%,0%,16%,39%)
(0.43/0.00/0.16/0.39)	

CMYK yüzdeleri

%42.58
%0
%16.13
%39.22

Codes

Color #599B82 in popluar color models

599B82
RGB89155130
HSL157°27.05%47.84%
HSB/HSV157°42.58%60.78%
CMYK42.58%0.00%16.13%
39.22%

Color #599B82 in popluar number systems.

HEX599B82
Decimal89155130
Binary10110011001101110000010
Octal131233202

Shades and tints

Shades of #599B82

#599B82
(89,155,130)
#518D77
(81,141,119)
#497F6C
(73,127,108)
#417161
(65,113,97)
#396356
(57,99,86)
#31554B
(49,85,75)
#294740
(41,71,64)
#213935
(33,57,53)
#192B2A
(25,43,42)
#111D1F
(17,29,31)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #599B82

#599B82
(89,155,130)
#68A48D
(104,164,141)
#77AD98
(119,173,152)
#86B6A3
(134,182,163)
#95BFAE
(149,191,174)
#A4C8B9
(164,200,185)
#B3D1C4
(179,209,196)
#C2DACF
(194,218,207)
#D1E3DA
(209,227,218)
#E0ECE5
(224,236,229)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599B82 color. Also use rgb(89,155,130) instead hex code.

Text Font Color

.myTextColor { color: #599B82; }

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

This text font color is #599B82.


Background Color

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

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

This div background color is #599B82.


Border color

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

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

This div border color is #599B82.


Opacity

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

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

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

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

This text has shadow with #599B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B82 on black background.


Color preview on white background

This text has color #599B82 on white background.



Black color preview on #599B82 background

This text has black color on #599B82 background.


White color preview on #599B82 background

This text has white color on #599B82 background.