COLOR #596D5D

HEX: #596D5D
RGB: (89,109,93)

Renk bilgisi

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

RGB renk modeli

#596D5D color RGB value is (89,109,93).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 109 of 255 = 43%
B 93 of 255 = 36%

89
109
93

R + G + B ~ 38%. #596D5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 93 = 291 (100%)
R 89 of 291 ~ 30.58%
G 109 of 291 ~ 37.46%
B 93 of 291 ~ 31.96%

%30.58
%37.46
%31.96

CMYK RENK MODELİ

#596D5D rengi CMYK tonu (18,0,15,57).

  • camgöbeği tonu 18.35%
  • eflatun tonu 0.00%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(18,0,15,57)
C18M0Y15K57 
(18%,0%,15%,57%)
(0.18/0.00/0.15/0.57)	

CMYK yüzdeleri

%18.35
%0
%14.68
%57.25

Codes

Color #596D5D in popluar color models

596D5D
RGB8910993
HSL132°10.10%38.82%
HSB/HSV132°18.35%42.75%
CMYK18.35%0.00%14.68%
57.25%

Color #596D5D in popluar number systems.

HEX596D5D
Decimal8910993
Binary101100111011011011101
Octal131155135

Shades and tints

Shades of #596D5D

#596D5D
(89,109,93)
#516455
(81,100,85)
#495B4D
(73,91,77)
#415245
(65,82,69)
#39493D
(57,73,61)
#314035
(49,64,53)
#29372D
(41,55,45)
#212E25
(33,46,37)
#19251D
(25,37,29)
#111C15
(17,28,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #596D5D

#596D5D
(89,109,93)
#687A6B
(104,122,107)
#778779
(119,135,121)
#869487
(134,148,135)
#95A195
(149,161,149)
#A4AEA3
(164,174,163)
#B3BBB1
(179,187,177)
#C2C8BF
(194,200,191)
#D1D5CD
(209,213,205)
#E0E2DB
(224,226,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D5D; }

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

This text font color is #596D5D.


Background Color

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

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

This div background color is #596D5D.


Border color

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

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

This div border color is #596D5D.


Opacity

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

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

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

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

This text has shadow with #596D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D5D on black background.


Color preview on white background

This text has color #596D5D on white background.



Black color preview on #596D5D background

This text has black color on #596D5D background.


White color preview on #596D5D background

This text has white color on #596D5D background.