COLOR #505655

HEX: #505655
RGB: (80,86,85)

Renk bilgisi

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

RGB renk modeli

#505655 color RGB value is (80,86,85).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 86 of 255 = 34%
B 85 of 255 = 33%

80
86
85

R + G + B ~ 33%. #505655 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 86 + 85 = 251 (100%)
R 80 of 251 ~ 31.87%
G 86 of 251 ~ 34.26%
B 85 of 251 ~ 33.86%

%31.87
%34.26
%33.86

CMYK RENK MODELİ

#505655 rengi CMYK tonu (7,0,1,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 0.00%
  • sarı tonu 1.16%
  • ana renk tonu 66.27%
CMYK:
(7,0,1,66)
C7M0Y1K66 
(7%,0%,1%,66%)
(0.07/0.00/0.01/0.66)	

CMYK yüzdeleri

%6.98
%0
%1.16
%66.27

Codes

Color #505655 in popluar color models

505655
RGB808685
HSL170°3.61%32.55%
HSB/HSV170°6.98%33.73%
CMYK6.98%0.00%1.16%
66.27%

Color #505655 in popluar number systems.

HEX505655
Decimal808685
Binary101000010101101010101
Octal120126125

Shades and tints

Shades of #505655

#505655
(80,86,85)
#494F4E
(73,79,78)
#424847
(66,72,71)
#3B4140
(59,65,64)
#343A39
(52,58,57)
#2D3332
(45,51,50)
#262C2B
(38,44,43)
#1F2524
(31,37,36)
#181E1D
(24,30,29)
#111716
(17,23,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #505655

#505655
(80,86,85)
#5F6564
(95,101,100)
#6E7473
(110,116,115)
#7D8382
(125,131,130)
#8C9291
(140,146,145)
#9BA1A0
(155,161,160)
#AAB0AF
(170,176,175)
#B9BFBE
(185,191,190)
#C8CECD
(200,206,205)
#D7DDDC
(215,221,220)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505655; }

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

This text font color is #505655.


Background Color

.myBgColor { background-color: #505655; }

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

This div background color is #505655.


Border color

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

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

This div border color is #505655.


Opacity

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

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

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

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

This text has shadow with #505655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505655 on black background.


Color preview on white background

This text has color #505655 on white background.



Black color preview on #505655 background

This text has black color on #505655 background.


White color preview on #505655 background

This text has white color on #505655 background.