COLOR #599F6D

HEX: #599F6D
RGB: (89,159,109)

Renk bilgisi

#599F6D contains mainly green and blue colors. #599F6D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#599F6D color RGB value is (89,159,109).

  • kırmız ton 89;
  • yeşil ton 159;
  • mavi ton 109.
RGB:
(89,159,109)
(35%,62%,43%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 159 of 255 = 62%
B 109 of 255 = 43%

89
159
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 159 + 109 = 357 (100%)
R 89 of 357 ~ 24.93%
G 159 of 357 ~ 44.54%
B 109 of 357 ~ 30.53%

%24.93
%44.54
%30.53

CMYK RENK MODELİ

#599F6D rengi CMYK tonu (44,0,31,38).

  • camgöbeği tonu 44.03%
  • eflatun tonu 0.00%
  • sarı tonu 31.45%
  • ana renk tonu 37.65%
CMYK:
(44,0,31,38)
C44M0Y31K38 
(44%,0%,31%,38%)
(0.44/0.00/0.31/0.38)	

CMYK yüzdeleri

%44.03
%0
%31.45
%37.65

Codes

Color #599F6D in popluar color models

599F6D
RGB89159109
HSL137°28.23%48.63%
HSB/HSV137°44.03%62.35%
CMYK44.03%0.00%31.45%
37.65%

Color #599F6D in popluar number systems.

HEX599F6D
Decimal89159109
Binary1011001100111111101101
Octal131237155

Shades and tints

Shades of #599F6D

#599F6D
(89,159,109)
#519164
(81,145,100)
#49835B
(73,131,91)
#417552
(65,117,82)
#396749
(57,103,73)
#315940
(49,89,64)
#294B37
(41,75,55)
#213D2E
(33,61,46)
#192F25
(25,47,37)
#11211C
(17,33,28)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #599F6D

#599F6D
(89,159,109)
#68A77A
(104,167,122)
#77AF87
(119,175,135)
#86B794
(134,183,148)
#95BFA1
(149,191,161)
#A4C7AE
(164,199,174)
#B3CFBB
(179,207,187)
#C2D7C8
(194,215,200)
#D1DFD5
(209,223,213)
#E0E7E2
(224,231,226)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599F6D color. Also use rgb(89,159,109) instead hex code.

Text Font Color

.myTextColor { color: #599F6D; }

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

This text font color is #599F6D.


Background Color

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

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

This div background color is #599F6D.


Border color

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

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

This div border color is #599F6D.


Opacity

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

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

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

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

This text has shadow with #599F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599F6D on black background.


Color preview on white background

This text has color #599F6D on white background.



Black color preview on #599F6D background

This text has black color on #599F6D background.


White color preview on #599F6D background

This text has white color on #599F6D background.