COLOR #595557

HEX: #595557
RGB: (89,85,87)

Renk bilgisi

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

RGB renk modeli

#595557 color RGB value is (89,85,87).

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

RGB bağlantıları ve doygunluk

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

89
85
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 85 + 87 = 261 (100%)
R 89 of 261 ~ 34.1%
G 85 of 261 ~ 32.57%
B 87 of 261 ~ 33.33%

%34.1
%32.57
%33.33

CMYK RENK MODELİ

#595557 rengi CMYK tonu (0,4,2,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.49%
  • sarı tonu 2.25%
  • ana renk tonu 65.10%
CMYK:
(0,4,2,65)
C0M4Y2K65 
(0%,4%,2%,65%)
(0.00/0.04/0.02/0.65)	

CMYK yüzdeleri

%0
%4.49
%2.25
%65.1

Codes

Color #595557 in popluar color models

595557
RGB898587
HSL330°2.30%34.12%
HSB/HSV330°4.49%34.90%
CMYK0.00%4.49%2.25%
65.10%

Color #595557 in popluar number systems.

HEX595557
Decimal898587
Binary101100110101011010111
Octal131125127

Shades and tints

Shades of #595557

#595557
(89,85,87)
#514E50
(81,78,80)
#494749
(73,71,73)
#414042
(65,64,66)
#39393B
(57,57,59)
#313234
(49,50,52)
#292B2D
(41,43,45)
#212426
(33,36,38)
#191D1F
(25,29,31)
#111618
(17,22,24)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #595557

#595557
(89,85,87)
#686466
(104,100,102)
#777375
(119,115,117)
#868284
(134,130,132)
#959193
(149,145,147)
#A4A0A2
(164,160,162)
#B3AFB1
(179,175,177)
#C2BEC0
(194,190,192)
#D1CDCF
(209,205,207)
#E0DCDE
(224,220,222)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595557; }

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

This text font color is #595557.


Background Color

.myBgColor { background-color: #595557; }

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

This div background color is #595557.


Border color

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

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

This div border color is #595557.


Opacity

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

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

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

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

This text has shadow with #595557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595557 on black background.


Color preview on white background

This text has color #595557 on white background.



Black color preview on #595557 background

This text has black color on #595557 background.


White color preview on #595557 background

This text has white color on #595557 background.