COLOR #599640

HEX: #599640
RGB: (89,150,64)

Renk bilgisi

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

RGB renk modeli

#599640 color RGB value is (89,150,64).

  • kırmız ton 89;
  • yeşil ton 150;
  • mavi ton 64.
RGB:
(89,150,64)
(35%,59%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 150 of 255 = 59%
B 64 of 255 = 25%

89
150
64

R + G + B ~ 40%. #599640 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 150 + 64 = 303 (100%)
R 89 of 303 ~ 29.37%
G 150 of 303 ~ 49.5%
B 64 of 303 ~ 21.12%

%29.37
%49.5
%21.12

CMYK RENK MODELİ

#599640 rengi CMYK tonu (41,0,57,41).

  • camgöbeği tonu 40.67%
  • eflatun tonu 0.00%
  • sarı tonu 57.33%
  • ana renk tonu 41.18%
CMYK:
(41,0,57,41)
C41M0Y57K41 
(41%,0%,57%,41%)
(0.41/0.00/0.57/0.41)	

CMYK yüzdeleri

%40.67
%0
%57.33
%41.18

Codes

Color #599640 in popluar color models

599640
RGB8915064
HSL103°40.19%41.96%
HSB/HSV103°57.33%58.82%
CMYK40.67%0.00%57.33%
41.18%

Color #599640 in popluar number systems.

HEX599640
Decimal8915064
Binary1011001100101101000000
Octal131226100

Shades and tints

Shades of #599640

#599640
(89,150,64)
#51893B
(81,137,59)
#497C36
(73,124,54)
#416F31
(65,111,49)
#39622C
(57,98,44)
#315527
(49,85,39)
#294822
(41,72,34)
#213B1D
(33,59,29)
#192E18
(25,46,24)
#112113
(17,33,19)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #599640

#599640
(89,150,64)
#689F51
(104,159,81)
#77A862
(119,168,98)
#86B173
(134,177,115)
#95BA84
(149,186,132)
#A4C395
(164,195,149)
#B3CCA6
(179,204,166)
#C2D5B7
(194,213,183)
#D1DEC8
(209,222,200)
#E0E7D9
(224,231,217)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599640 color. Also use rgb(89,150,64) instead hex code.

Text Font Color

.myTextColor { color: #599640; }

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

This text font color is #599640.


Background Color

.myBgColor { background-color: #599640; }

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

This div background color is #599640.


Border color

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

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

This div border color is #599640.


Opacity

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

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

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

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

This text has shadow with #599640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599640 on black background.


Color preview on white background

This text has color #599640 on white background.



Black color preview on #599640 background

This text has black color on #599640 background.


White color preview on #599640 background

This text has white color on #599640 background.