COLOR #599227

HEX: #599227
RGB: (89,146,39)

Renk bilgisi

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

RGB renk modeli

#599227 color RGB value is (89,146,39).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 146 of 255 = 57%
B 39 of 255 = 15%

89
146
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 146 + 39 = 274 (100%)
R 89 of 274 ~ 32.48%
G 146 of 274 ~ 53.28%
B 39 of 274 ~ 14.23%

%32.48
%53.28
%14.23

CMYK RENK MODELİ

#599227 rengi CMYK tonu (39,0,73,43).

  • camgöbeği tonu 39.04%
  • eflatun tonu 0.00%
  • sarı tonu 73.29%
  • ana renk tonu 42.75%
CMYK:
(39,0,73,43)
C39M0Y73K43 
(39%,0%,73%,43%)
(0.39/0.00/0.73/0.43)	

CMYK yüzdeleri

%39.04
%0
%73.29
%42.75

Codes

Color #599227 in popluar color models

599227
RGB8914639
HSL92°57.84%36.27%
HSB/HSV92°73.29%57.25%
CMYK39.04%0.00%73.29%
42.75%

Color #599227 in popluar number systems.

HEX599227
Decimal8914639
Binary101100110010010100111
Octal13122247

Shades and tints

Shades of #599227

#599227
(89,146,39)
#518524
(81,133,36)
#497821
(73,120,33)
#416B1E
(65,107,30)
#395E1B
(57,94,27)
#315118
(49,81,24)
#294415
(41,68,21)
#213712
(33,55,18)
#192A0F
(25,42,15)
#111D0C
(17,29,12)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #599227

#599227
(89,146,39)
#689B3A
(104,155,58)
#77A44D
(119,164,77)
#86AD60
(134,173,96)
#95B673
(149,182,115)
#A4BF86
(164,191,134)
#B3C899
(179,200,153)
#C2D1AC
(194,209,172)
#D1DABF
(209,218,191)
#E0E3D2
(224,227,210)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599227 color. Also use rgb(89,146,39) instead hex code.

Text Font Color

.myTextColor { color: #599227; }

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

This text font color is #599227.


Background Color

.myBgColor { background-color: #599227; }

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

This div background color is #599227.


Border color

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

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

This div border color is #599227.


Opacity

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

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

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

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

This text has shadow with #599227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599227 on black background.


Color preview on white background

This text has color #599227 on white background.



Black color preview on #599227 background

This text has black color on #599227 background.


White color preview on #599227 background

This text has white color on #599227 background.