COLOR #505056

HEX: #505056
RGB: (80,80,86)

Renk bilgisi

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

RGB renk modeli

#505056 color RGB value is (80,80,86).

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

RGB bağlantıları ve doygunluk

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

80
80
86

R + G + B ~ 32%. #505056 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 86 = 246 (100%)
R 80 of 246 ~ 32.52%
G 80 of 246 ~ 32.52%
B 86 of 246 ~ 34.96%

%32.52
%32.52
%34.96

CMYK RENK MODELİ

#505056 rengi CMYK tonu (7,7,0,66).

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

CMYK yüzdeleri

%6.98
%6.98
%0
%66.27

Codes

Color #505056 in popluar color models

505056
RGB808086
HSL240°3.61%32.55%
HSB/HSV240°6.98%33.73%
CMYK6.98%6.98%0.00%
66.27%

Color #505056 in popluar number systems.

HEX505056
Decimal808086
Binary101000010100001010110
Octal120120126

Shades and tints

Shades of #505056

#505056
(80,80,86)
#49494F
(73,73,79)
#424248
(66,66,72)
#3B3B41
(59,59,65)
#34343A
(52,52,58)
#2D2D33
(45,45,51)
#26262C
(38,38,44)
#1F1F25
(31,31,37)
#18181E
(24,24,30)
#111117
(17,17,23)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #505056

#505056
(80,80,86)
#5F5F65
(95,95,101)
#6E6E74
(110,110,116)
#7D7D83
(125,125,131)
#8C8C92
(140,140,146)
#9B9BA1
(155,155,161)
#AAAAB0
(170,170,176)
#B9B9BF
(185,185,191)
#C8C8CE
(200,200,206)
#D7D7DD
(215,215,221)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505056; }

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

This text font color is #505056.


Background Color

.myBgColor { background-color: #505056; }

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

This div background color is #505056.


Border color

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

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

This div border color is #505056.


Opacity

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

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

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

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

This text has shadow with #505056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505056 on black background.


Color preview on white background

This text has color #505056 on white background.



Black color preview on #505056 background

This text has black color on #505056 background.


White color preview on #505056 background

This text has white color on #505056 background.