COLOR #599C82

HEX: #599C82
RGB: (89,156,130)

Renk bilgisi

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

RGB renk modeli

#599C82 color RGB value is (89,156,130).

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

RGB bağlantıları ve doygunluk

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

89
156
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 156 + 130 = 375 (100%)
R 89 of 375 ~ 23.73%
G 156 of 375 ~ 41.6%
B 130 of 375 ~ 34.67%

%23.73
%41.6
%34.67

CMYK RENK MODELİ

#599C82 rengi CMYK tonu (43,0,17,39).

  • camgöbeği tonu 42.95%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 38.82%
CMYK:
(43,0,17,39)
C43M0Y17K39 
(43%,0%,17%,39%)
(0.43/0.00/0.17/0.39)	

CMYK yüzdeleri

%42.95
%0
%16.67
%38.82

Codes

Color #599C82 in popluar color models

599C82
RGB89156130
HSL157°27.35%48.04%
HSB/HSV157°42.95%61.18%
CMYK42.95%0.00%16.67%
38.82%

Color #599C82 in popluar number systems.

HEX599C82
Decimal89156130
Binary10110011001110010000010
Octal131234202

Shades and tints

Shades of #599C82

#599C82
(89,156,130)
#518E77
(81,142,119)
#49806C
(73,128,108)
#417261
(65,114,97)
#396456
(57,100,86)
#31564B
(49,86,75)
#294840
(41,72,64)
#213A35
(33,58,53)
#192C2A
(25,44,42)
#111E1F
(17,30,31)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #599C82

#599C82
(89,156,130)
#68A58D
(104,165,141)
#77AE98
(119,174,152)
#86B7A3
(134,183,163)
#95C0AE
(149,192,174)
#A4C9B9
(164,201,185)
#B3D2C4
(179,210,196)
#C2DBCF
(194,219,207)
#D1E4DA
(209,228,218)
#E0EDE5
(224,237,229)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599C82; }

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

This text font color is #599C82.


Background Color

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

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

This div background color is #599C82.


Border color

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

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

This div border color is #599C82.


Opacity

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

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

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

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

This text has shadow with #599C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599C82 on black background.


Color preview on white background

This text has color #599C82 on white background.



Black color preview on #599C82 background

This text has black color on #599C82 background.


White color preview on #599C82 background

This text has white color on #599C82 background.