COLOR #595D5C

HEX: #595D5C
RGB: (89,93,92)

Renk bilgisi

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

RGB renk modeli

#595D5C color RGB value is (89,93,92).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 92 of 255 = 36%

89
93
92

R + G + B ~ 36%. #595D5C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 92 = 274 (100%)
R 89 of 274 ~ 32.48%
G 93 of 274 ~ 33.94%
B 92 of 274 ~ 33.58%

%32.48
%33.94
%33.58

CMYK RENK MODELİ

#595D5C rengi CMYK tonu (4,0,1,64).

  • camgöbeği tonu 4.30%
  • eflatun tonu 0.00%
  • sarı tonu 1.08%
  • ana renk tonu 63.53%
CMYK:
(4,0,1,64)
C4M0Y1K64 
(4%,0%,1%,64%)
(0.04/0.00/0.01/0.64)	

CMYK yüzdeleri

%4.3
%0
%1.08
%63.53

Codes

Color #595D5C in popluar color models

595D5C
RGB899392
HSL165°2.20%35.69%
HSB/HSV165°4.30%36.47%
CMYK4.30%0.00%1.08%
63.53%

Color #595D5C in popluar number systems.

HEX595D5C
Decimal899392
Binary101100110111011011100
Octal131135134

Shades and tints

Shades of #595D5C

#595D5C
(89,93,92)
#515554
(81,85,84)
#494D4C
(73,77,76)
#414544
(65,69,68)
#393D3C
(57,61,60)
#313534
(49,53,52)
#292D2C
(41,45,44)
#212524
(33,37,36)
#191D1C
(25,29,28)
#111514
(17,21,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #595D5C

#595D5C
(89,93,92)
#686B6A
(104,107,106)
#777978
(119,121,120)
#868786
(134,135,134)
#959594
(149,149,148)
#A4A3A2
(164,163,162)
#B3B1B0
(179,177,176)
#C2BFBE
(194,191,190)
#D1CDCC
(209,205,204)
#E0DBDA
(224,219,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D5C color. Also use rgb(89,93,92) instead hex code.

Text Font Color

.myTextColor { color: #595D5C; }

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

This text font color is #595D5C.


Background Color

.myBgColor { background-color: #595D5C; }

<div style="background-color:#595D5C">Inner text</div>

This div background color is #595D5C.


Border color

.myBorderColor { border: 1px solid #595D5C; }

<div style="border:3px solid #595D5C">Div</div>

This div border color is #595D5C.


Opacity

.myOpacity80 { color: #595D5C; opacity: 0.8; }

<p style="color:#595D5C;opacity:0.8;">80%</p>

Text with #595D5C 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 #595D5C;}

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

This text has shadow with #595D5C color.

.textShadow {text-shadow: 3px 3px 1px #595D5C, 3px 3px 1px red;}

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

This text has shadow with #595D5C primary color and red secondary color.


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

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

This text has shadow with #595D5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D5C on black background.


Color preview on white background

This text has color #595D5C on white background.



Black color preview on #595D5C background

This text has black color on #595D5C background.


White color preview on #595D5C background

This text has white color on #595D5C background.