COLOR #595655

HEX: #595655
RGB: (89,86,85)

Renk bilgisi

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

RGB renk modeli

#595655 color RGB value is (89,86,85).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 86 of 255 = 34%
B 85 of 255 = 33%

89
86
85

R + G + B ~ 34%. #595655 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 86 + 85 = 260 (100%)
R 89 of 260 ~ 34.23%
G 86 of 260 ~ 33.08%
B 85 of 260 ~ 32.69%

%34.23
%33.08
%32.69

CMYK RENK MODELİ

#595655 rengi CMYK tonu (0,3,4,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.37%
  • sarı tonu 4.49%
  • ana renk tonu 65.10%
CMYK:
(0,3,4,65)
C0M3Y4K65 
(0%,3%,4%,65%)
(0.00/0.03/0.04/0.65)	

CMYK yüzdeleri

%0
%3.37
%4.49
%65.1

Codes

Color #595655 in popluar color models

595655
RGB898685
HSL15°2.30%34.12%
HSB/HSV15°4.49%34.90%
CMYK0.00%3.37%4.49%
65.10%

Color #595655 in popluar number systems.

HEX595655
Decimal898685
Binary101100110101101010101
Octal131126125

Shades and tints

Shades of #595655

#595655
(89,86,85)
#514F4E
(81,79,78)
#494847
(73,72,71)
#414140
(65,65,64)
#393A39
(57,58,57)
#313332
(49,51,50)
#292C2B
(41,44,43)
#212524
(33,37,36)
#191E1D
(25,30,29)
#111716
(17,23,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #595655

#595655
(89,86,85)
#686564
(104,101,100)
#777473
(119,116,115)
#868382
(134,131,130)
#959291
(149,146,145)
#A4A1A0
(164,161,160)
#B3B0AF
(179,176,175)
#C2BFBE
(194,191,190)
#D1CECD
(209,206,205)
#E0DDDC
(224,221,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595655; }

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

This text font color is #595655.


Background Color

.myBgColor { background-color: #595655; }

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

This div background color is #595655.


Border color

.myBorderColor { border: 1px solid #595655; }

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

This div border color is #595655.


Opacity

.myOpacity80 { color: #595655; opacity: 0.8; }

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

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

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

This text has shadow with #595655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595655 on black background.


Color preview on white background

This text has color #595655 on white background.



Black color preview on #595655 background

This text has black color on #595655 background.


White color preview on #595655 background

This text has white color on #595655 background.