COLOR #599496

HEX: #599496
RGB: (89,148,150)

Renk bilgisi

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

RGB renk modeli

#599496 color RGB value is (89,148,150).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 148 of 255 = 58%
B 150 of 255 = 59%

89
148
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 148 + 150 = 387 (100%)
R 89 of 387 ~ 23%
G 148 of 387 ~ 38.24%
B 150 of 387 ~ 38.76%

%23
%38.24
%38.76

CMYK RENK MODELİ

#599496 rengi CMYK tonu (41,1,0,41).

  • camgöbeği tonu 40.67%
  • eflatun tonu 1.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(41,1,0,41)
C41M1Y0K41 
(41%,1%,0%,41%)
(0.41/0.01/0.00/0.41)	

CMYK yüzdeleri

%40.67
%1.33
%0
%41.18

Codes

Color #599496 in popluar color models

599496
RGB89148150
HSL182°25.52%46.86%
HSB/HSV182°40.67%58.82%
CMYK40.67%1.33%0.00%
41.18%

Color #599496 in popluar number systems.

HEX599496
Decimal89148150
Binary10110011001010010010110
Octal131224226

Shades and tints

Shades of #599496

#599496
(89,148,150)
#518789
(81,135,137)
#497A7C
(73,122,124)
#416D6F
(65,109,111)
#396062
(57,96,98)
#315355
(49,83,85)
#294648
(41,70,72)
#21393B
(33,57,59)
#192C2E
(25,44,46)
#111F21
(17,31,33)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #599496

#599496
(89,148,150)
#689D9F
(104,157,159)
#77A6A8
(119,166,168)
#86AFB1
(134,175,177)
#95B8BA
(149,184,186)
#A4C1C3
(164,193,195)
#B3CACC
(179,202,204)
#C2D3D5
(194,211,213)
#D1DCDE
(209,220,222)
#E0E5E7
(224,229,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599496; }

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

This text font color is #599496.


Background Color

.myBgColor { background-color: #599496; }

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

This div background color is #599496.


Border color

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

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

This div border color is #599496.


Opacity

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

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

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

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

This text has shadow with #599496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599496 on black background.


Color preview on white background

This text has color #599496 on white background.



Black color preview on #599496 background

This text has black color on #599496 background.


White color preview on #599496 background

This text has white color on #599496 background.