COLOR #599A75

HEX: #599A75
RGB: (89,154,117)

Renk bilgisi

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

RGB renk modeli

#599A75 color RGB value is (89,154,117).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 154 of 255 = 60%
B 117 of 255 = 46%

89
154
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 154 + 117 = 360 (100%)
R 89 of 360 ~ 24.72%
G 154 of 360 ~ 42.78%
B 117 of 360 ~ 32.5%

%24.72
%42.78
%32.5

CMYK RENK MODELİ

#599A75 rengi CMYK tonu (42,0,24,40).

  • camgöbeği tonu 42.21%
  • eflatun tonu 0.00%
  • sarı tonu 24.03%
  • ana renk tonu 39.61%
CMYK:
(42,0,24,40)
C42M0Y24K40 
(42%,0%,24%,40%)
(0.42/0.00/0.24/0.40)	

CMYK yüzdeleri

%42.21
%0
%24.03
%39.61

Codes

Color #599A75 in popluar color models

599A75
RGB89154117
HSL146°26.75%47.65%
HSB/HSV146°42.21%60.39%
CMYK42.21%0.00%24.03%
39.61%

Color #599A75 in popluar number systems.

HEX599A75
Decimal89154117
Binary1011001100110101110101
Octal131232165

Shades and tints

Shades of #599A75

#599A75
(89,154,117)
#518C6B
(81,140,107)
#497E61
(73,126,97)
#417057
(65,112,87)
#39624D
(57,98,77)
#315443
(49,84,67)
#294639
(41,70,57)
#21382F
(33,56,47)
#192A25
(25,42,37)
#111C1B
(17,28,27)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #599A75

#599A75
(89,154,117)
#68A381
(104,163,129)
#77AC8D
(119,172,141)
#86B599
(134,181,153)
#95BEA5
(149,190,165)
#A4C7B1
(164,199,177)
#B3D0BD
(179,208,189)
#C2D9C9
(194,217,201)
#D1E2D5
(209,226,213)
#E0EBE1
(224,235,225)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599A75; }

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

This text font color is #599A75.


Background Color

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

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

This div background color is #599A75.


Border color

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

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

This div border color is #599A75.


Opacity

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

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

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

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

This text has shadow with #599A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599A75 on black background.


Color preview on white background

This text has color #599A75 on white background.



Black color preview on #599A75 background

This text has black color on #599A75 background.


White color preview on #599A75 background

This text has white color on #599A75 background.