COLOR #599B55

HEX: #599B55
RGB: (89,155,85)

Renk bilgisi

#599B55 contains mainly green color. #599B55 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#599B55 color RGB value is (89,155,85).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 85 of 255 = 33%

89
155
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 85 = 329 (100%)
R 89 of 329 ~ 27.05%
G 155 of 329 ~ 47.11%
B 85 of 329 ~ 25.84%

%27.05
%47.11
%25.84

CMYK RENK MODELİ

#599B55 rengi CMYK tonu (43,0,45,39).

  • camgöbeği tonu 42.58%
  • eflatun tonu 0.00%
  • sarı tonu 45.16%
  • ana renk tonu 39.22%
CMYK:
(43,0,45,39)
C43M0Y45K39 
(43%,0%,45%,39%)
(0.43/0.00/0.45/0.39)	

CMYK yüzdeleri

%42.58
%0
%45.16
%39.22

Codes

Color #599B55 in popluar color models

599B55
RGB8915585
HSL117°29.17%47.06%
HSB/HSV117°45.16%60.78%
CMYK42.58%0.00%45.16%
39.22%

Color #599B55 in popluar number systems.

HEX599B55
Decimal8915585
Binary1011001100110111010101
Octal131233125

Shades and tints

Shades of #599B55

#599B55
(89,155,85)
#518D4E
(81,141,78)
#497F47
(73,127,71)
#417140
(65,113,64)
#396339
(57,99,57)
#315532
(49,85,50)
#29472B
(41,71,43)
#213924
(33,57,36)
#192B1D
(25,43,29)
#111D16
(17,29,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #599B55

#599B55
(89,155,85)
#68A464
(104,164,100)
#77AD73
(119,173,115)
#86B682
(134,182,130)
#95BF91
(149,191,145)
#A4C8A0
(164,200,160)
#B3D1AF
(179,209,175)
#C2DABE
(194,218,190)
#D1E3CD
(209,227,205)
#E0ECDC
(224,236,220)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599B55; }

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

This text font color is #599B55.


Background Color

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

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

This div background color is #599B55.


Border color

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

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

This div border color is #599B55.


Opacity

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

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

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

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

This text has shadow with #599B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B55 on black background.


Color preview on white background

This text has color #599B55 on white background.



Black color preview on #599B55 background

This text has black color on #599B55 background.


White color preview on #599B55 background

This text has white color on #599B55 background.