COLOR #596E56

HEX: #596E56
RGB: (89,110,86)

Renk bilgisi

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

RGB renk modeli

#596E56 color RGB value is (89,110,86).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 110 of 255 = 43%
B 86 of 255 = 34%

89
110
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 110 + 86 = 285 (100%)
R 89 of 285 ~ 31.23%
G 110 of 285 ~ 38.6%
B 86 of 285 ~ 30.18%

%31.23
%38.6
%30.18

CMYK RENK MODELİ

#596E56 rengi CMYK tonu (19,0,22,57).

  • camgöbeği tonu 19.09%
  • eflatun tonu 0.00%
  • sarı tonu 21.82%
  • ana renk tonu 56.86%
CMYK:
(19,0,22,57)
C19M0Y22K57 
(19%,0%,22%,57%)
(0.19/0.00/0.22/0.57)	

CMYK yüzdeleri

%19.09
%0
%21.82
%56.86

Codes

Color #596E56 in popluar color models

596E56
RGB8911086
HSL113°12.24%38.43%
HSB/HSV113°21.82%43.14%
CMYK19.09%0.00%21.82%
56.86%

Color #596E56 in popluar number systems.

HEX596E56
Decimal8911086
Binary101100111011101010110
Octal131156126

Shades and tints

Shades of #596E56

#596E56
(89,110,86)
#51644F
(81,100,79)
#495A48
(73,90,72)
#415041
(65,80,65)
#39463A
(57,70,58)
#313C33
(49,60,51)
#29322C
(41,50,44)
#212825
(33,40,37)
#191E1E
(25,30,30)
#111417
(17,20,23)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #596E56

#596E56
(89,110,86)
#687B65
(104,123,101)
#778874
(119,136,116)
#869583
(134,149,131)
#95A292
(149,162,146)
#A4AFA1
(164,175,161)
#B3BCB0
(179,188,176)
#C2C9BF
(194,201,191)
#D1D6CE
(209,214,206)
#E0E3DD
(224,227,221)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596E56; }

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

This text font color is #596E56.


Background Color

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

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

This div background color is #596E56.


Border color

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

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

This div border color is #596E56.


Opacity

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

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

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

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

This text has shadow with #596E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E56 on black background.


Color preview on white background

This text has color #596E56 on white background.



Black color preview on #596E56 background

This text has black color on #596E56 background.


White color preview on #596E56 background

This text has white color on #596E56 background.