COLOR #599A6B

HEX: #599A6B
RGB: (89,154,107)

Renk bilgisi

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

RGB renk modeli

#599A6B color RGB value is (89,154,107).

  • kırmız ton 89;
  • yeşil ton 154;
  • mavi ton 107.
RGB:
(89,154,107)
(35%,60%,42%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 154 of 255 = 60%
B 107 of 255 = 42%

89
154
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 154 + 107 = 350 (100%)
R 89 of 350 ~ 25.43%
G 154 of 350 ~ 44%
B 107 of 350 ~ 30.57%

%25.43
%44
%30.57

CMYK RENK MODELİ

#599A6B rengi CMYK tonu (42,0,31,40).

  • camgöbeği tonu 42.21%
  • eflatun tonu 0.00%
  • sarı tonu 30.52%
  • ana renk tonu 39.61%
CMYK:
(42,0,31,40)
C42M0Y31K40 
(42%,0%,31%,40%)
(0.42/0.00/0.31/0.40)	

CMYK yüzdeleri

%42.21
%0
%30.52
%39.61

Codes

Color #599A6B in popluar color models

599A6B
RGB89154107
HSL137°26.75%47.65%
HSB/HSV137°42.21%60.39%
CMYK42.21%0.00%30.52%
39.61%

Color #599A6B in popluar number systems.

HEX599A6B
Decimal89154107
Binary1011001100110101101011
Octal131232153

Shades and tints

Shades of #599A6B

#599A6B
(89,154,107)
#518C62
(81,140,98)
#497E59
(73,126,89)
#417050
(65,112,80)
#396247
(57,98,71)
#31543E
(49,84,62)
#294635
(41,70,53)
#21382C
(33,56,44)
#192A23
(25,42,35)
#111C1A
(17,28,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #599A6B

#599A6B
(89,154,107)
#68A378
(104,163,120)
#77AC85
(119,172,133)
#86B592
(134,181,146)
#95BE9F
(149,190,159)
#A4C7AC
(164,199,172)
#B3D0B9
(179,208,185)
#C2D9C6
(194,217,198)
#D1E2D3
(209,226,211)
#E0EBE0
(224,235,224)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599A6B color. Also use rgb(89,154,107) instead hex code.

Text Font Color

.myTextColor { color: #599A6B; }

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

This text font color is #599A6B.


Background Color

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

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

This div background color is #599A6B.


Border color

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

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

This div border color is #599A6B.


Opacity

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

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

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

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

This text has shadow with #599A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599A6B on black background.


Color preview on white background

This text has color #599A6B on white background.



Black color preview on #599A6B background

This text has black color on #599A6B background.


White color preview on #599A6B background

This text has white color on #599A6B background.