COLOR #596C4D

HEX: #596C4D
RGB: (89,108,77)

Renk bilgisi

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

RGB renk modeli

#596C4D color RGB value is (89,108,77).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 77 of 255 = 30%

89
108
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 77 = 274 (100%)
R 89 of 274 ~ 32.48%
G 108 of 274 ~ 39.42%
B 77 of 274 ~ 28.1%

%32.48
%39.42
%28.1

CMYK RENK MODELİ

#596C4D rengi CMYK tonu (18,0,29,58).

  • camgöbeği tonu 17.59%
  • eflatun tonu 0.00%
  • sarı tonu 28.70%
  • ana renk tonu 57.65%
CMYK:
(18,0,29,58)
C18M0Y29K58 
(18%,0%,29%,58%)
(0.18/0.00/0.29/0.58)	

CMYK yüzdeleri

%17.59
%0
%28.7
%57.65

Codes

Color #596C4D in popluar color models

596C4D
RGB8910877
HSL97°16.76%36.27%
HSB/HSV97°28.70%42.35%
CMYK17.59%0.00%28.70%
57.65%

Color #596C4D in popluar number systems.

HEX596C4D
Decimal8910877
Binary101100111011001001101
Octal131154115

Shades and tints

Shades of #596C4D

#596C4D
(89,108,77)
#516346
(81,99,70)
#495A3F
(73,90,63)
#415138
(65,81,56)
#394831
(57,72,49)
#313F2A
(49,63,42)
#293623
(41,54,35)
#212D1C
(33,45,28)
#192415
(25,36,21)
#111B0E
(17,27,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #596C4D

#596C4D
(89,108,77)
#68795D
(104,121,93)
#77866D
(119,134,109)
#86937D
(134,147,125)
#95A08D
(149,160,141)
#A4AD9D
(164,173,157)
#B3BAAD
(179,186,173)
#C2C7BD
(194,199,189)
#D1D4CD
(209,212,205)
#E0E1DD
(224,225,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C4D; }

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

This text font color is #596C4D.


Background Color

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

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

This div background color is #596C4D.


Border color

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

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

This div border color is #596C4D.


Opacity

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

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

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

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

This text has shadow with #596C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C4D on black background.


Color preview on white background

This text has color #596C4D on white background.



Black color preview on #596C4D background

This text has black color on #596C4D background.


White color preview on #596C4D background

This text has white color on #596C4D background.