COLOR #596A55

HEX: #596A55
RGB: (89,106,85)

Renk bilgisi

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

RGB renk modeli

#596A55 color RGB value is (89,106,85).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 85 of 255 = 33%

89
106
85

R + G + B ~ 37%. #596A55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 85 = 280 (100%)
R 89 of 280 ~ 31.79%
G 106 of 280 ~ 37.86%
B 85 of 280 ~ 30.36%

%31.79
%37.86
%30.36

CMYK RENK MODELİ

#596A55 rengi CMYK tonu (16,0,20,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 19.81%
  • ana renk tonu 58.43%
CMYK:
(16,0,20,58)
C16M0Y20K58 
(16%,0%,20%,58%)
(0.16/0.00/0.20/0.58)	

CMYK yüzdeleri

%16.04
%0
%19.81
%58.43

Codes

Color #596A55 in popluar color models

596A55
RGB8910685
HSL109°10.99%37.45%
HSB/HSV109°19.81%41.57%
CMYK16.04%0.00%19.81%
58.43%

Color #596A55 in popluar number systems.

HEX596A55
Decimal8910685
Binary101100111010101010101
Octal131152125

Shades and tints

Shades of #596A55

#596A55
(89,106,85)
#51614E
(81,97,78)
#495847
(73,88,71)
#414F40
(65,79,64)
#394639
(57,70,57)
#313D32
(49,61,50)
#29342B
(41,52,43)
#212B24
(33,43,36)
#19221D
(25,34,29)
#111916
(17,25,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #596A55

#596A55
(89,106,85)
#687764
(104,119,100)
#778473
(119,132,115)
#869182
(134,145,130)
#959E91
(149,158,145)
#A4ABA0
(164,171,160)
#B3B8AF
(179,184,175)
#C2C5BE
(194,197,190)
#D1D2CD
(209,210,205)
#E0DFDC
(224,223,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A55; }

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

This text font color is #596A55.


Background Color

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

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

This div background color is #596A55.


Border color

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

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

This div border color is #596A55.


Opacity

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

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

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

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

This text has shadow with #596A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A55 on black background.


Color preview on white background

This text has color #596A55 on white background.



Black color preview on #596A55 background

This text has black color on #596A55 background.


White color preview on #596A55 background

This text has white color on #596A55 background.