COLOR #595D61

HEX: #595D61
RGB: (89,93,97)

Renk bilgisi

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

RGB renk modeli

#595D61 color RGB value is (89,93,97).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 97 of 255 = 38%

89
93
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 97 = 279 (100%)
R 89 of 279 ~ 31.9%
G 93 of 279 ~ 33.33%
B 97 of 279 ~ 34.77%

%31.9
%33.33
%34.77

CMYK RENK MODELİ

#595D61 rengi CMYK tonu (8,4,0,62).

  • camgöbeği tonu 8.25%
  • eflatun tonu 4.12%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(8,4,0,62)
C8M4Y0K62 
(8%,4%,0%,62%)
(0.08/0.04/0.00/0.62)	

CMYK yüzdeleri

%8.25
%4.12
%0
%61.96

Codes

Color #595D61 in popluar color models

595D61
RGB899397
HSL210°4.30%36.47%
HSB/HSV210°8.25%38.04%
CMYK8.25%4.12%0.00%
61.96%

Color #595D61 in popluar number systems.

HEX595D61
Decimal899397
Binary101100110111011100001
Octal131135141

Shades and tints

Shades of #595D61

#595D61
(89,93,97)
#515559
(81,85,89)
#494D51
(73,77,81)
#414549
(65,69,73)
#393D41
(57,61,65)
#313539
(49,53,57)
#292D31
(41,45,49)
#212529
(33,37,41)
#191D21
(25,29,33)
#111519
(17,21,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #595D61

#595D61
(89,93,97)
#686B6F
(104,107,111)
#77797D
(119,121,125)
#86878B
(134,135,139)
#959599
(149,149,153)
#A4A3A7
(164,163,167)
#B3B1B5
(179,177,181)
#C2BFC3
(194,191,195)
#D1CDD1
(209,205,209)
#E0DBDF
(224,219,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595D61; }

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

This text font color is #595D61.


Background Color

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

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

This div background color is #595D61.


Border color

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

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

This div border color is #595D61.


Opacity

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

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

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

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

This text has shadow with #595D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D61 on black background.


Color preview on white background

This text has color #595D61 on white background.



Black color preview on #595D61 background

This text has black color on #595D61 background.


White color preview on #595D61 background

This text has white color on #595D61 background.