COLOR #575759

HEX: #575759
RGB: (87,87,89)

Renk bilgisi

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

RGB renk modeli

#575759 color RGB value is (87,87,89).

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

RGB bağlantıları ve doygunluk

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

87
87
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 87 + 89 = 263 (100%)
R 87 of 263 ~ 33.08%
G 87 of 263 ~ 33.08%
B 89 of 263 ~ 33.84%

%33.08
%33.08
%33.84

CMYK RENK MODELİ

#575759 rengi CMYK tonu (2,2,0,65).

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

CMYK yüzdeleri

%2.25
%2.25
%0
%65.1

Codes

Color #575759 in popluar color models

575759
RGB878789
HSL240°1.14%34.51%
HSB/HSV240°2.25%34.90%
CMYK2.25%2.25%0.00%
65.10%

Color #575759 in popluar number systems.

HEX575759
Decimal878789
Binary101011110101111011001
Octal127127131

Shades and tints

Shades of #575759

#575759
(87,87,89)
#505051
(80,80,81)
#494949
(73,73,73)
#424241
(66,66,65)
#3B3B39
(59,59,57)
#343431
(52,52,49)
#2D2D29
(45,45,41)
#262621
(38,38,33)
#1F1F19
(31,31,25)
#181811
(24,24,17)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #575759

#575759
(87,87,89)
#666668
(102,102,104)
#757577
(117,117,119)
#848486
(132,132,134)
#939395
(147,147,149)
#A2A2A4
(162,162,164)
#B1B1B3
(177,177,179)
#C0C0C2
(192,192,194)
#CFCFD1
(207,207,209)
#DEDEE0
(222,222,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575759; }

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

This text font color is #575759.


Background Color

.myBgColor { background-color: #575759; }

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

This div background color is #575759.


Border color

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

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

This div border color is #575759.


Opacity

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

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

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

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

This text has shadow with #575759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575759 on black background.


Color preview on white background

This text has color #575759 on white background.



Black color preview on #575759 background

This text has black color on #575759 background.


White color preview on #575759 background

This text has white color on #575759 background.