COLOR #599C21

HEX: #599C21
RGB: (89,156,33)

Renk bilgisi

#599C21 contains mainly green color. #599C21 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#599C21 color RGB value is (89,156,33).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 156 of 255 = 61%
B 33 of 255 = 13%

89
156
33

R + G + B ~ 36%. #599C21 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 156 + 33 = 278 (100%)
R 89 of 278 ~ 32.01%
G 156 of 278 ~ 56.12%
B 33 of 278 ~ 11.87%

%32.01
%56.12
%11.87

CMYK RENK MODELİ

#599C21 rengi CMYK tonu (43,0,79,39).

  • camgöbeği tonu 42.95%
  • eflatun tonu 0.00%
  • sarı tonu 78.85%
  • ana renk tonu 38.82%
CMYK:
(43,0,79,39)
C43M0Y79K39 
(43%,0%,79%,39%)
(0.43/0.00/0.79/0.39)	

CMYK yüzdeleri

%42.95
%0
%78.85
%38.82

Codes

Color #599C21 in popluar color models

599C21
RGB8915633
HSL93°65.08%37.06%
HSB/HSV93°78.85%61.18%
CMYK42.95%0.00%78.85%
38.82%

Color #599C21 in popluar number systems.

HEX599C21
Decimal8915633
Binary101100110011100100001
Octal13123441

Shades and tints

Shades of #599C21

#599C21
(89,156,33)
#518E1E
(81,142,30)
#49801B
(73,128,27)
#417218
(65,114,24)
#396415
(57,100,21)
#315612
(49,86,18)
#29480F
(41,72,15)
#213A0C
(33,58,12)
#192C09
(25,44,9)
#111E06
(17,30,6)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #599C21

#599C21
(89,156,33)
#68A535
(104,165,53)
#77AE49
(119,174,73)
#86B75D
(134,183,93)
#95C071
(149,192,113)
#A4C985
(164,201,133)
#B3D299
(179,210,153)
#C2DBAD
(194,219,173)
#D1E4C1
(209,228,193)
#E0EDD5
(224,237,213)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599C21; }

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

This text font color is #599C21.


Background Color

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

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

This div background color is #599C21.


Border color

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

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

This div border color is #599C21.


Opacity

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

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

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

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

This text has shadow with #599C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599C21 on black background.


Color preview on white background

This text has color #599C21 on white background.



Black color preview on #599C21 background

This text has black color on #599C21 background.


White color preview on #599C21 background

This text has white color on #599C21 background.