COLOR #599946

HEX: #599946
RGB: (89,153,70)

Renk bilgisi

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

RGB renk modeli

#599946 color RGB value is (89,153,70).

  • kırmız ton 89;
  • yeşil ton 153;
  • mavi ton 70.
RGB:
(89,153,70)
(35%,60%,27%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 153 of 255 = 60%
B 70 of 255 = 27%

89
153
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 153 + 70 = 312 (100%)
R 89 of 312 ~ 28.53%
G 153 of 312 ~ 49.04%
B 70 of 312 ~ 22.44%

%28.53
%49.04
%22.44

CMYK RENK MODELİ

#599946 rengi CMYK tonu (42,0,54,40).

  • camgöbeği tonu 41.83%
  • eflatun tonu 0.00%
  • sarı tonu 54.25%
  • ana renk tonu 40.00%
CMYK:
(42,0,54,40)
C42M0Y54K40 
(42%,0%,54%,40%)
(0.42/0.00/0.54/0.40)	

CMYK yüzdeleri

%41.83
%0
%54.25
%40

Codes

Color #599946 in popluar color models

599946
RGB8915370
HSL106°37.22%43.73%
HSB/HSV106°54.25%60.00%
CMYK41.83%0.00%54.25%
40.00%

Color #599946 in popluar number systems.

HEX599946
Decimal8915370
Binary1011001100110011000110
Octal131231106

Shades and tints

Shades of #599946

#599946
(89,153,70)
#518C40
(81,140,64)
#497F3A
(73,127,58)
#417234
(65,114,52)
#39652E
(57,101,46)
#315828
(49,88,40)
#294B22
(41,75,34)
#213E1C
(33,62,28)
#193116
(25,49,22)
#112410
(17,36,16)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #599946

#599946
(89,153,70)
#68A256
(104,162,86)
#77AB66
(119,171,102)
#86B476
(134,180,118)
#95BD86
(149,189,134)
#A4C696
(164,198,150)
#B3CFA6
(179,207,166)
#C2D8B6
(194,216,182)
#D1E1C6
(209,225,198)
#E0EAD6
(224,234,214)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599946 color. Also use rgb(89,153,70) instead hex code.

Text Font Color

.myTextColor { color: #599946; }

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

This text font color is #599946.


Background Color

.myBgColor { background-color: #599946; }

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

This div background color is #599946.


Border color

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

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

This div border color is #599946.


Opacity

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

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

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

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

This text has shadow with #599946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599946 on black background.


Color preview on white background

This text has color #599946 on white background.



Black color preview on #599946 background

This text has black color on #599946 background.


White color preview on #599946 background

This text has white color on #599946 background.