COLOR #555756

HEX: #555756
RGB: (85,87,86)

Renk bilgisi

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

RGB renk modeli

#555756 color RGB value is (85,87,86).

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

RGB bağlantıları ve doygunluk

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

85
87
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 86 = 258 (100%)
R 85 of 258 ~ 32.95%
G 87 of 258 ~ 33.72%
B 86 of 258 ~ 33.33%

%32.95
%33.72
%33.33

CMYK RENK MODELİ

#555756 rengi CMYK tonu (2,0,1,66).

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

CMYK yüzdeleri

%2.3
%0
%1.15
%65.88

Codes

Color #555756 in popluar color models

555756
RGB858786
HSL150°1.16%33.73%
HSB/HSV150°2.30%34.12%
CMYK2.30%0.00%1.15%
65.88%

Color #555756 in popluar number systems.

HEX555756
Decimal858786
Binary101010110101111010110
Octal125127126

Shades and tints

Shades of #555756

#555756
(85,87,86)
#4E504F
(78,80,79)
#474948
(71,73,72)
#404241
(64,66,65)
#393B3A
(57,59,58)
#323433
(50,52,51)
#2B2D2C
(43,45,44)
#242625
(36,38,37)
#1D1F1E
(29,31,30)
#161817
(22,24,23)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #555756

#555756
(85,87,86)
#646665
(100,102,101)
#737574
(115,117,116)
#828483
(130,132,131)
#919392
(145,147,146)
#A0A2A1
(160,162,161)
#AFB1B0
(175,177,176)
#BEC0BF
(190,192,191)
#CDCFCE
(205,207,206)
#DCDEDD
(220,222,221)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555756; }

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

This text font color is #555756.


Background Color

.myBgColor { background-color: #555756; }

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

This div background color is #555756.


Border color

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

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

This div border color is #555756.


Opacity

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

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

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

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

This text has shadow with #555756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555756 on black background.


Color preview on white background

This text has color #555756 on white background.



Black color preview on #555756 background

This text has black color on #555756 background.


White color preview on #555756 background

This text has white color on #555756 background.