COLOR #599C13

HEX: #599C13
RGB: (89,156,19)

Renk bilgisi

#599C13 contains mainly green color. #599C13 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#599C13 color RGB value is (89,156,19).

  • kırmız ton 89;
  • yeşil ton 156;
  • mavi ton 19.
RGB:
(89,156,19)
(35%,61%,7%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 156 of 255 = 61%
B 19 of 255 = 7%

89
156
19

R + G + B ~ 34%. #599C13 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 156 + 19 = 264 (100%)
R 89 of 264 ~ 33.71%
G 156 of 264 ~ 59.09%
B 19 of 264 ~ 7.2%

%33.71
%59.09

CMYK RENK MODELİ

#599C13 rengi CMYK tonu (43,0,88,39).

  • camgöbeği tonu 42.95%
  • eflatun tonu 0.00%
  • sarı tonu 87.82%
  • ana renk tonu 38.82%
CMYK:
(43,0,88,39)
C43M0Y88K39 
(43%,0%,88%,39%)
(0.43/0.00/0.88/0.39)	

CMYK yüzdeleri

%42.95
%0
%87.82
%38.82

Codes

Color #599C13 in popluar color models

599C13
RGB8915619
HSL89°78.29%34.31%
HSB/HSV89°87.82%61.18%
CMYK42.95%0.00%87.82%
38.82%

Color #599C13 in popluar number systems.

HEX599C13
Decimal8915619
Binary10110011001110010011
Octal13123423

Shades and tints

Shades of #599C13

#599C13
(89,156,19)
#518E12
(81,142,18)
#498011
(73,128,17)
#417210
(65,114,16)
#39640F
(57,100,15)
#31560E
(49,86,14)
#29480D
(41,72,13)
#213A0C
(33,58,12)
#192C0B
(25,44,11)
#111E0A
(17,30,10)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #599C13

#599C13
(89,156,19)
#68A528
(104,165,40)
#77AE3D
(119,174,61)
#86B752
(134,183,82)
#95C067
(149,192,103)
#A4C97C
(164,201,124)
#B3D291
(179,210,145)
#C2DBA6
(194,219,166)
#D1E4BB
(209,228,187)
#E0EDD0
(224,237,208)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599C13 color. Also use rgb(89,156,19) instead hex code.

Text Font Color

.myTextColor { color: #599C13; }

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

This text font color is #599C13.


Background Color

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

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

This div background color is #599C13.


Border color

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

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

This div border color is #599C13.


Opacity

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

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

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

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

This text has shadow with #599C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599C13 on black background.


Color preview on white background

This text has color #599C13 on white background.



Black color preview on #599C13 background

This text has black color on #599C13 background.


White color preview on #599C13 background

This text has white color on #599C13 background.