COLOR #595756

HEX: #595756
RGB: (89,87,86)

Renk bilgisi

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

RGB renk modeli

#595756 color RGB value is (89,87,86).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 87 of 255 = 34%
B 86 of 255 = 34%

89
87
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 87 + 86 = 262 (100%)
R 89 of 262 ~ 33.97%
G 87 of 262 ~ 33.21%
B 86 of 262 ~ 32.82%

%33.97
%33.21
%32.82

CMYK RENK MODELİ

#595756 rengi CMYK tonu (0,2,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.25%
  • sarı tonu 3.37%
  • ana renk tonu 65.10%
CMYK:
(0,2,3,65)
C0M2Y3K65 
(0%,2%,3%,65%)
(0.00/0.02/0.03/0.65)	

CMYK yüzdeleri

%0
%2.25
%3.37
%65.1

Codes

Color #595756 in popluar color models

595756
RGB898786
HSL20°1.71%34.31%
HSB/HSV20°3.37%34.90%
CMYK0.00%2.25%3.37%
65.10%

Color #595756 in popluar number systems.

HEX595756
Decimal898786
Binary101100110101111010110
Octal131127126

Shades and tints

Shades of #595756

#595756
(89,87,86)
#51504F
(81,80,79)
#494948
(73,73,72)
#414241
(65,66,65)
#393B3A
(57,59,58)
#313433
(49,52,51)
#292D2C
(41,45,44)
#212625
(33,38,37)
#191F1E
(25,31,30)
#111817
(17,24,23)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #595756

#595756
(89,87,86)
#686665
(104,102,101)
#777574
(119,117,116)
#868483
(134,132,131)
#959392
(149,147,146)
#A4A2A1
(164,162,161)
#B3B1B0
(179,177,176)
#C2C0BF
(194,192,191)
#D1CFCE
(209,207,206)
#E0DEDD
(224,222,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595756; }

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

This text font color is #595756.


Background Color

.myBgColor { background-color: #595756; }

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

This div background color is #595756.


Border color

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

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

This div border color is #595756.


Opacity

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

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

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

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

This text has shadow with #595756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595756 on black background.


Color preview on white background

This text has color #595756 on white background.



Black color preview on #595756 background

This text has black color on #595756 background.


White color preview on #595756 background

This text has white color on #595756 background.