COLOR #599A7D

HEX: #599A7D
RGB: (89,154,125)

Renk bilgisi

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

RGB renk modeli

#599A7D color RGB value is (89,154,125).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 154 of 255 = 60%
B 125 of 255 = 49%

89
154
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 154 + 125 = 368 (100%)
R 89 of 368 ~ 24.18%
G 154 of 368 ~ 41.85%
B 125 of 368 ~ 33.97%

%24.18
%41.85
%33.97

CMYK RENK MODELİ

#599A7D rengi CMYK tonu (42,0,19,40).

  • camgöbeği tonu 42.21%
  • eflatun tonu 0.00%
  • sarı tonu 18.83%
  • ana renk tonu 39.61%
CMYK:
(42,0,19,40)
C42M0Y19K40 
(42%,0%,19%,40%)
(0.42/0.00/0.19/0.40)	

CMYK yüzdeleri

%42.21
%0
%18.83
%39.61

Codes

Color #599A7D in popluar color models

599A7D
RGB89154125
HSL153°26.75%47.65%
HSB/HSV153°42.21%60.39%
CMYK42.21%0.00%18.83%
39.61%

Color #599A7D in popluar number systems.

HEX599A7D
Decimal89154125
Binary1011001100110101111101
Octal131232175

Shades and tints

Shades of #599A7D

#599A7D
(89,154,125)
#518C72
(81,140,114)
#497E67
(73,126,103)
#41705C
(65,112,92)
#396251
(57,98,81)
#315446
(49,84,70)
#29463B
(41,70,59)
#213830
(33,56,48)
#192A25
(25,42,37)
#111C1A
(17,28,26)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #599A7D

#599A7D
(89,154,125)
#68A388
(104,163,136)
#77AC93
(119,172,147)
#86B59E
(134,181,158)
#95BEA9
(149,190,169)
#A4C7B4
(164,199,180)
#B3D0BF
(179,208,191)
#C2D9CA
(194,217,202)
#D1E2D5
(209,226,213)
#E0EBE0
(224,235,224)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599A7D; }

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

This text font color is #599A7D.


Background Color

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

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

This div background color is #599A7D.


Border color

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

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

This div border color is #599A7D.


Opacity

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

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

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

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

This text has shadow with #599A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599A7D on black background.


Color preview on white background

This text has color #599A7D on white background.



Black color preview on #599A7D background

This text has black color on #599A7D background.


White color preview on #599A7D background

This text has white color on #599A7D background.