COLOR #599678

HEX: #599678
RGB: (89,150,120)

Renk bilgisi

#599678 contains mainly green and blue colors. #599678 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#599678 color RGB value is (89,150,120).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 150 of 255 = 59%
B 120 of 255 = 47%

89
150
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 150 + 120 = 359 (100%)
R 89 of 359 ~ 24.79%
G 150 of 359 ~ 41.78%
B 120 of 359 ~ 33.43%

%24.79
%41.78
%33.43

CMYK RENK MODELİ

#599678 rengi CMYK tonu (41,0,20,41).

  • camgöbeği tonu 40.67%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 41.18%
CMYK:
(41,0,20,41)
C41M0Y20K41 
(41%,0%,20%,41%)
(0.41/0.00/0.20/0.41)	

CMYK yüzdeleri

%40.67
%0
%20
%41.18

Codes

Color #599678 in popluar color models

599678
RGB89150120
HSL150°25.52%46.86%
HSB/HSV150°40.67%58.82%
CMYK40.67%0.00%20.00%
41.18%

Color #599678 in popluar number systems.

HEX599678
Decimal89150120
Binary1011001100101101111000
Octal131226170

Shades and tints

Shades of #599678

#599678
(89,150,120)
#51896E
(81,137,110)
#497C64
(73,124,100)
#416F5A
(65,111,90)
#396250
(57,98,80)
#315546
(49,85,70)
#29483C
(41,72,60)
#213B32
(33,59,50)
#192E28
(25,46,40)
#11211E
(17,33,30)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #599678

#599678
(89,150,120)
#689F84
(104,159,132)
#77A890
(119,168,144)
#86B19C
(134,177,156)
#95BAA8
(149,186,168)
#A4C3B4
(164,195,180)
#B3CCC0
(179,204,192)
#C2D5CC
(194,213,204)
#D1DED8
(209,222,216)
#E0E7E4
(224,231,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599678; }

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

This text font color is #599678.


Background Color

.myBgColor { background-color: #599678; }

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

This div background color is #599678.


Border color

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

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

This div border color is #599678.


Opacity

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

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

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

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

This text has shadow with #599678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599678 on black background.


Color preview on white background

This text has color #599678 on white background.



Black color preview on #599678 background

This text has black color on #599678 background.


White color preview on #599678 background

This text has white color on #599678 background.