COLOR #599B4C

HEX: #599B4C
RGB: (89,155,76)

Renk bilgisi

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

RGB renk modeli

#599B4C color RGB value is (89,155,76).

  • kırmız ton 89;
  • yeşil ton 155;
  • mavi ton 76.
RGB:
(89,155,76)
(35%,61%,30%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 76 of 255 = 30%

89
155
76

R + G + B ~ 42%. #599B4C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 76 = 320 (100%)
R 89 of 320 ~ 27.81%
G 155 of 320 ~ 48.44%
B 76 of 320 ~ 23.75%

%27.81
%48.44
%23.75

CMYK RENK MODELİ

#599B4C rengi CMYK tonu (43,0,51,39).

  • camgöbeği tonu 42.58%
  • eflatun tonu 0.00%
  • sarı tonu 50.97%
  • ana renk tonu 39.22%
CMYK:
(43,0,51,39)
C43M0Y51K39 
(43%,0%,51%,39%)
(0.43/0.00/0.51/0.39)	

CMYK yüzdeleri

%42.58
%0
%50.97
%39.22

Codes

Color #599B4C in popluar color models

599B4C
RGB8915576
HSL110°34.20%45.29%
HSB/HSV110°50.97%60.78%
CMYK42.58%0.00%50.97%
39.22%

Color #599B4C in popluar number systems.

HEX599B4C
Decimal8915576
Binary1011001100110111001100
Octal131233114

Shades and tints

Shades of #599B4C

#599B4C
(89,155,76)
#518D46
(81,141,70)
#497F40
(73,127,64)
#41713A
(65,113,58)
#396334
(57,99,52)
#31552E
(49,85,46)
#294728
(41,71,40)
#213922
(33,57,34)
#192B1C
(25,43,28)
#111D16
(17,29,22)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #599B4C

#599B4C
(89,155,76)
#68A45C
(104,164,92)
#77AD6C
(119,173,108)
#86B67C
(134,182,124)
#95BF8C
(149,191,140)
#A4C89C
(164,200,156)
#B3D1AC
(179,209,172)
#C2DABC
(194,218,188)
#D1E3CC
(209,227,204)
#E0ECDC
(224,236,220)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599B4C color. Also use rgb(89,155,76) instead hex code.

Text Font Color

.myTextColor { color: #599B4C; }

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

This text font color is #599B4C.


Background Color

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

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

This div background color is #599B4C.


Border color

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

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

This div border color is #599B4C.


Opacity

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

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

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

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

This text has shadow with #599B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B4C on black background.


Color preview on white background

This text has color #599B4C on white background.



Black color preview on #599B4C background

This text has black color on #599B4C background.


White color preview on #599B4C background

This text has white color on #599B4C background.