COLOR #599368

HEX: #599368
RGB: (89,147,104)

Renk bilgisi

#599368 contains red, green and blue colors in about the same proportion. #599368 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#599368 color RGB value is (89,147,104).

  • kırmız ton 89;
  • yeşil ton 147;
  • mavi ton 104.
RGB:
(89,147,104)
(35%,58%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 147 of 255 = 58%
B 104 of 255 = 41%

89
147
104

R + G + B ~ 45%. #599368 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 147 + 104 = 340 (100%)
R 89 of 340 ~ 26.18%
G 147 of 340 ~ 43.24%
B 104 of 340 ~ 30.59%

%26.18
%43.24
%30.59

CMYK RENK MODELİ

#599368 rengi CMYK tonu (39,0,29,42).

  • camgöbeği tonu 39.46%
  • eflatun tonu 0.00%
  • sarı tonu 29.25%
  • ana renk tonu 42.35%
CMYK:
(39,0,29,42)
C39M0Y29K42 
(39%,0%,29%,42%)
(0.39/0.00/0.29/0.42)	

CMYK yüzdeleri

%39.46
%0
%29.25
%42.35

Codes

Color #599368 in popluar color models

599368
RGB89147104
HSL136°24.58%46.27%
HSB/HSV136°39.46%57.65%
CMYK39.46%0.00%29.25%
42.35%

Color #599368 in popluar number systems.

HEX599368
Decimal89147104
Binary1011001100100111101000
Octal131223150

Shades and tints

Shades of #599368

#599368
(89,147,104)
#51865F
(81,134,95)
#497956
(73,121,86)
#416C4D
(65,108,77)
#395F44
(57,95,68)
#31523B
(49,82,59)
#294532
(41,69,50)
#213829
(33,56,41)
#192B20
(25,43,32)
#111E17
(17,30,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #599368

#599368
(89,147,104)
#689C75
(104,156,117)
#77A582
(119,165,130)
#86AE8F
(134,174,143)
#95B79C
(149,183,156)
#A4C0A9
(164,192,169)
#B3C9B6
(179,201,182)
#C2D2C3
(194,210,195)
#D1DBD0
(209,219,208)
#E0E4DD
(224,228,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599368 color. Also use rgb(89,147,104) instead hex code.

Text Font Color

.myTextColor { color: #599368; }

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

This text font color is #599368.


Background Color

.myBgColor { background-color: #599368; }

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

This div background color is #599368.


Border color

.myBorderColor { border: 1px solid #599368; }

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

This div border color is #599368.


Opacity

.myOpacity80 { color: #599368; opacity: 0.8; }

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

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

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

This text has shadow with #599368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599368 on black background.


Color preview on white background

This text has color #599368 on white background.



Black color preview on #599368 background

This text has black color on #599368 background.


White color preview on #599368 background

This text has white color on #599368 background.