COLOR #596C4F

HEX: #596C4F
RGB: (89,108,79)

Renk bilgisi

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

RGB renk modeli

#596C4F color RGB value is (89,108,79).

  • kırmız ton 89;
  • yeşil ton 108;
  • mavi ton 79.
RGB:
(89,108,79)
(35%,42%,31%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 79 of 255 = 31%

89
108
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 79 = 276 (100%)
R 89 of 276 ~ 32.25%
G 108 of 276 ~ 39.13%
B 79 of 276 ~ 28.62%

%32.25
%39.13
%28.62

CMYK RENK MODELİ

#596C4F rengi CMYK tonu (18,0,27,58).

  • camgöbeği tonu 17.59%
  • eflatun tonu 0.00%
  • sarı tonu 26.85%
  • ana renk tonu 57.65%
CMYK:
(18,0,27,58)
C18M0Y27K58 
(18%,0%,27%,58%)
(0.18/0.00/0.27/0.58)	

CMYK yüzdeleri

%17.59
%0
%26.85
%57.65

Codes

Color #596C4F in popluar color models

596C4F
RGB8910879
HSL99°15.51%36.67%
HSB/HSV99°26.85%42.35%
CMYK17.59%0.00%26.85%
57.65%

Color #596C4F in popluar number systems.

HEX596C4F
Decimal8910879
Binary101100111011001001111
Octal131154117

Shades and tints

Shades of #596C4F

#596C4F
(89,108,79)
#516348
(81,99,72)
#495A41
(73,90,65)
#41513A
(65,81,58)
#394833
(57,72,51)
#313F2C
(49,63,44)
#293625
(41,54,37)
#212D1E
(33,45,30)
#192417
(25,36,23)
#111B10
(17,27,16)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #596C4F

#596C4F
(89,108,79)
#68795F
(104,121,95)
#77866F
(119,134,111)
#86937F
(134,147,127)
#95A08F
(149,160,143)
#A4AD9F
(164,173,159)
#B3BAAF
(179,186,175)
#C2C7BF
(194,199,191)
#D1D4CF
(209,212,207)
#E0E1DF
(224,225,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596C4F color. Also use rgb(89,108,79) instead hex code.

Text Font Color

.myTextColor { color: #596C4F; }

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

This text font color is #596C4F.


Background Color

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

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

This div background color is #596C4F.


Border color

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

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

This div border color is #596C4F.


Opacity

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

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

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

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

This text has shadow with #596C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C4F on black background.


Color preview on white background

This text has color #596C4F on white background.



Black color preview on #596C4F background

This text has black color on #596C4F background.


White color preview on #596C4F background

This text has white color on #596C4F background.