COLOR #596E50

HEX: #596E50
RGB: (89,110,80)

Renk bilgisi

#596E50 contains red, green and blue colors in about the same proportion. #596E50 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#596E50 color RGB value is (89,110,80).

  • kırmız ton 89;
  • yeşil ton 110;
  • mavi ton 80.
RGB:
(89,110,80)
(35%,43%,31%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 110 of 255 = 43%
B 80 of 255 = 31%

89
110
80

R + G + B ~ 36%. #596E50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 110 + 80 = 279 (100%)
R 89 of 279 ~ 31.9%
G 110 of 279 ~ 39.43%
B 80 of 279 ~ 28.67%

%31.9
%39.43
%28.67

CMYK RENK MODELİ

#596E50 rengi CMYK tonu (19,0,27,57).

  • camgöbeği tonu 19.09%
  • eflatun tonu 0.00%
  • sarı tonu 27.27%
  • ana renk tonu 56.86%
CMYK:
(19,0,27,57)
C19M0Y27K57 
(19%,0%,27%,57%)
(0.19/0.00/0.27/0.57)	

CMYK yüzdeleri

%19.09
%0
%27.27
%56.86

Codes

Color #596E50 in popluar color models

596E50
RGB8911080
HSL102°15.79%37.25%
HSB/HSV102°27.27%43.14%
CMYK19.09%0.00%27.27%
56.86%

Color #596E50 in popluar number systems.

HEX596E50
Decimal8911080
Binary101100111011101010000
Octal131156120

Shades and tints

Shades of #596E50

#596E50
(89,110,80)
#516449
(81,100,73)
#495A42
(73,90,66)
#41503B
(65,80,59)
#394634
(57,70,52)
#313C2D
(49,60,45)
#293226
(41,50,38)
#21281F
(33,40,31)
#191E18
(25,30,24)
#111411
(17,20,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #596E50

#596E50
(89,110,80)
#687B5F
(104,123,95)
#77886E
(119,136,110)
#86957D
(134,149,125)
#95A28C
(149,162,140)
#A4AF9B
(164,175,155)
#B3BCAA
(179,188,170)
#C2C9B9
(194,201,185)
#D1D6C8
(209,214,200)
#E0E3D7
(224,227,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E50 color. Also use rgb(89,110,80) instead hex code.

Text Font Color

.myTextColor { color: #596E50; }

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

This text font color is #596E50.


Background Color

.myBgColor { background-color: #596E50; }

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

This div background color is #596E50.


Border color

.myBorderColor { border: 1px solid #596E50; }

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

This div border color is #596E50.


Opacity

.myOpacity80 { color: #596E50; opacity: 0.8; }

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

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

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

This text has shadow with #596E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E50 on black background.


Color preview on white background

This text has color #596E50 on white background.



Black color preview on #596E50 background

This text has black color on #596E50 background.


White color preview on #596E50 background

This text has white color on #596E50 background.