COLOR #596D63

HEX: #596D63
RGB: (89,109,99)

Renk bilgisi

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

RGB renk modeli

#596D63 color RGB value is (89,109,99).

  • kırmız ton 89;
  • yeşil ton 109;
  • mavi ton 99.
RGB:
(89,109,99)
(35%,43%,39%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 109 of 255 = 43%
B 99 of 255 = 39%

89
109
99

R + G + B ~ 39%. #596D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 99 = 297 (100%)
R 89 of 297 ~ 29.97%
G 109 of 297 ~ 36.7%
B 99 of 297 ~ 33.33%

%29.97
%36.7
%33.33

CMYK RENK MODELİ

#596D63 rengi CMYK tonu (18,0,9,57).

  • camgöbeği tonu 18.35%
  • eflatun tonu 0.00%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(18,0,9,57)
C18M0Y9K57 
(18%,0%,9%,57%)
(0.18/0.00/0.09/0.57)	

CMYK yüzdeleri

%18.35
%0
%9.17
%57.25

Codes

Color #596D63 in popluar color models

596D63
RGB8910999
HSL150°10.10%38.82%
HSB/HSV150°18.35%42.75%
CMYK18.35%0.00%9.17%
57.25%

Color #596D63 in popluar number systems.

HEX596D63
Decimal8910999
Binary101100111011011100011
Octal131155143

Shades and tints

Shades of #596D63

#596D63
(89,109,99)
#51645A
(81,100,90)
#495B51
(73,91,81)
#415248
(65,82,72)
#39493F
(57,73,63)
#314036
(49,64,54)
#29372D
(41,55,45)
#212E24
(33,46,36)
#19251B
(25,37,27)
#111C12
(17,28,18)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #596D63

#596D63
(89,109,99)
#687A71
(104,122,113)
#77877F
(119,135,127)
#86948D
(134,148,141)
#95A19B
(149,161,155)
#A4AEA9
(164,174,169)
#B3BBB7
(179,187,183)
#C2C8C5
(194,200,197)
#D1D5D3
(209,213,211)
#E0E2E1
(224,226,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D63 color. Also use rgb(89,109,99) instead hex code.

Text Font Color

.myTextColor { color: #596D63; }

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

This text font color is #596D63.


Background Color

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

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

This div background color is #596D63.


Border color

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

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

This div border color is #596D63.


Opacity

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

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

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

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

This text has shadow with #596D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D63 on black background.


Color preview on white background

This text has color #596D63 on white background.



Black color preview on #596D63 background

This text has black color on #596D63 background.


White color preview on #596D63 background

This text has white color on #596D63 background.