COLOR #555757

HEX: #555757
RGB: (85,87,87)

Renk bilgisi

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

RGB renk modeli

#555757 color RGB value is (85,87,87).

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

RGB bağlantıları ve doygunluk

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

85
87
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 87 = 259 (100%)
R 85 of 259 ~ 32.82%
G 87 of 259 ~ 33.59%
B 87 of 259 ~ 33.59%

%32.82
%33.59
%33.59

CMYK RENK MODELİ

#555757 rengi CMYK tonu (2,0,0,66).

  • camgöbeği tonu 2.30%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(2,0,0,66)
C2M0Y0K66 
(2%,0%,0%,66%)
(0.02/0.00/0.00/0.66)	

CMYK yüzdeleri

%2.3
%0
%0
%65.88

Codes

Color #555757 in popluar color models

555757
RGB858787
HSL180°1.16%33.73%
HSB/HSV180°2.30%34.12%
CMYK2.30%0.00%0.00%
65.88%

Color #555757 in popluar number systems.

HEX555757
Decimal858787
Binary101010110101111010111
Octal125127127

Shades and tints

Shades of #555757

#555757
(85,87,87)
#4E5050
(78,80,80)
#474949
(71,73,73)
#404242
(64,66,66)
#393B3B
(57,59,59)
#323434
(50,52,52)
#2B2D2D
(43,45,45)
#242626
(36,38,38)
#1D1F1F
(29,31,31)
#161818
(22,24,24)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #555757

#555757
(85,87,87)
#646666
(100,102,102)
#737575
(115,117,117)
#828484
(130,132,132)
#919393
(145,147,147)
#A0A2A2
(160,162,162)
#AFB1B1
(175,177,177)
#BEC0C0
(190,192,192)
#CDCFCF
(205,207,207)
#DCDEDE
(220,222,222)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555757; }

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

This text font color is #555757.


Background Color

.myBgColor { background-color: #555757; }

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

This div background color is #555757.


Border color

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

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

This div border color is #555757.


Opacity

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

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

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

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

This text has shadow with #555757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555757 on black background.


Color preview on white background

This text has color #555757 on white background.



Black color preview on #555757 background

This text has black color on #555757 background.


White color preview on #555757 background

This text has white color on #555757 background.