COLOR #596A4D

HEX: #596A4D
RGB: (89,106,77)

Renk bilgisi

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

RGB renk modeli

#596A4D color RGB value is (89,106,77).

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

RGB bağlantıları ve doygunluk

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

89
106
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 77 = 272 (100%)
R 89 of 272 ~ 32.72%
G 106 of 272 ~ 38.97%
B 77 of 272 ~ 28.31%

%32.72
%38.97
%28.31

CMYK RENK MODELİ

#596A4D rengi CMYK tonu (16,0,27,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 27.36%
  • ana renk tonu 58.43%
CMYK:
(16,0,27,58)
C16M0Y27K58 
(16%,0%,27%,58%)
(0.16/0.00/0.27/0.58)	

CMYK yüzdeleri

%16.04
%0
%27.36
%58.43

Codes

Color #596A4D in popluar color models

596A4D
RGB8910677
HSL95°15.85%35.88%
HSB/HSV95°27.36%41.57%
CMYK16.04%0.00%27.36%
58.43%

Color #596A4D in popluar number systems.

HEX596A4D
Decimal8910677
Binary101100111010101001101
Octal131152115

Shades and tints

Shades of #596A4D

#596A4D
(89,106,77)
#516146
(81,97,70)
#49583F
(73,88,63)
#414F38
(65,79,56)
#394631
(57,70,49)
#313D2A
(49,61,42)
#293423
(41,52,35)
#212B1C
(33,43,28)
#192215
(25,34,21)
#11190E
(17,25,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #596A4D

#596A4D
(89,106,77)
#68775D
(104,119,93)
#77846D
(119,132,109)
#86917D
(134,145,125)
#959E8D
(149,158,141)
#A4AB9D
(164,171,157)
#B3B8AD
(179,184,173)
#C2C5BD
(194,197,189)
#D1D2CD
(209,210,205)
#E0DFDD
(224,223,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A4D; }

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

This text font color is #596A4D.


Background Color

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

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

This div background color is #596A4D.


Border color

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

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

This div border color is #596A4D.


Opacity

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

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

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

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

This text has shadow with #596A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A4D on black background.


Color preview on white background

This text has color #596A4D on white background.



Black color preview on #596A4D background

This text has black color on #596A4D background.


White color preview on #596A4D background

This text has white color on #596A4D background.