COLOR #599569

HEX: #599569
RGB: (89,149,105)

Renk bilgisi

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

RGB renk modeli

#599569 color RGB value is (89,149,105).

  • kırmız ton 89;
  • yeşil ton 149;
  • mavi ton 105.
RGB:
(89,149,105)
(35%,58%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 149 of 255 = 58%
B 105 of 255 = 41%

89
149
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 149 + 105 = 343 (100%)
R 89 of 343 ~ 25.95%
G 149 of 343 ~ 43.44%
B 105 of 343 ~ 30.61%

%25.95
%43.44
%30.61

CMYK RENK MODELİ

#599569 rengi CMYK tonu (40,0,30,42).

  • camgöbeği tonu 40.27%
  • eflatun tonu 0.00%
  • sarı tonu 29.53%
  • ana renk tonu 41.57%
CMYK:
(40,0,30,42)
C40M0Y30K42 
(40%,0%,30%,42%)
(0.40/0.00/0.30/0.42)	

CMYK yüzdeleri

%40.27
%0
%29.53
%41.57

Codes

Color #599569 in popluar color models

599569
RGB89149105
HSL136°25.21%46.67%
HSB/HSV136°40.27%58.43%
CMYK40.27%0.00%29.53%
41.57%

Color #599569 in popluar number systems.

HEX599569
Decimal89149105
Binary1011001100101011101001
Octal131225151

Shades and tints

Shades of #599569

#599569
(89,149,105)
#518860
(81,136,96)
#497B57
(73,123,87)
#416E4E
(65,110,78)
#396145
(57,97,69)
#31543C
(49,84,60)
#294733
(41,71,51)
#213A2A
(33,58,42)
#192D21
(25,45,33)
#112018
(17,32,24)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #599569

#599569
(89,149,105)
#689E76
(104,158,118)
#77A783
(119,167,131)
#86B090
(134,176,144)
#95B99D
(149,185,157)
#A4C2AA
(164,194,170)
#B3CBB7
(179,203,183)
#C2D4C4
(194,212,196)
#D1DDD1
(209,221,209)
#E0E6DE
(224,230,222)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599569 color. Also use rgb(89,149,105) instead hex code.

Text Font Color

.myTextColor { color: #599569; }

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

This text font color is #599569.


Background Color

.myBgColor { background-color: #599569; }

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

This div background color is #599569.


Border color

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

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

This div border color is #599569.


Opacity

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

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

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

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

This text has shadow with #599569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599569 on black background.


Color preview on white background

This text has color #599569 on white background.



Black color preview on #599569 background

This text has black color on #599569 background.


White color preview on #599569 background

This text has white color on #599569 background.