COLOR #599139

HEX: #599139
RGB: (89,145,57)

Renk bilgisi

#599139 contains mainly red and green colors. #599139 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#599139 color RGB value is (89,145,57).

  • kırmız ton 89;
  • yeşil ton 145;
  • mavi ton 57.
RGB:
(89,145,57)
(35%,57%,22%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 145 of 255 = 57%
B 57 of 255 = 22%

89
145
57

R + G + B ~ 38%. #599139 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 145 + 57 = 291 (100%)
R 89 of 291 ~ 30.58%
G 145 of 291 ~ 49.83%
B 57 of 291 ~ 19.59%

%30.58
%49.83
%19.59

CMYK RENK MODELİ

#599139 rengi CMYK tonu (39,0,61,43).

  • camgöbeği tonu 38.62%
  • eflatun tonu 0.00%
  • sarı tonu 60.69%
  • ana renk tonu 43.14%
CMYK:
(39,0,61,43)
C39M0Y61K43 
(39%,0%,61%,43%)
(0.39/0.00/0.61/0.43)	

CMYK yüzdeleri

%38.62
%0
%60.69
%43.14

Codes

Color #599139 in popluar color models

599139
RGB8914557
HSL98°43.56%39.61%
HSB/HSV98°60.69%56.86%
CMYK38.62%0.00%60.69%
43.14%

Color #599139 in popluar number systems.

HEX599139
Decimal8914557
Binary101100110010001111001
Octal13122171

Shades and tints

Shades of #599139

#599139
(89,145,57)
#518434
(81,132,52)
#49772F
(73,119,47)
#416A2A
(65,106,42)
#395D25
(57,93,37)
#315020
(49,80,32)
#29431B
(41,67,27)
#213616
(33,54,22)
#192911
(25,41,17)
#111C0C
(17,28,12)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #599139

#599139
(89,145,57)
#689B4B
(104,155,75)
#77A55D
(119,165,93)
#86AF6F
(134,175,111)
#95B981
(149,185,129)
#A4C393
(164,195,147)
#B3CDA5
(179,205,165)
#C2D7B7
(194,215,183)
#D1E1C9
(209,225,201)
#E0EBDB
(224,235,219)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599139 color. Also use rgb(89,145,57) instead hex code.

Text Font Color

.myTextColor { color: #599139; }

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

This text font color is #599139.


Background Color

.myBgColor { background-color: #599139; }

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

This div background color is #599139.


Border color

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

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

This div border color is #599139.


Opacity

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

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

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

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

This text has shadow with #599139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599139 on black background.


Color preview on white background

This text has color #599139 on white background.



Black color preview on #599139 background

This text has black color on #599139 background.


White color preview on #599139 background

This text has white color on #599139 background.