COLOR #505256

HEX: #505256
RGB: (80,82,86)

Renk bilgisi

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

RGB renk modeli

#505256 color RGB value is (80,82,86).

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

RGB bağlantıları ve doygunluk

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

80
82
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 82 + 86 = 248 (100%)
R 80 of 248 ~ 32.26%
G 82 of 248 ~ 33.06%
B 86 of 248 ~ 34.68%

%32.26
%33.06
%34.68

CMYK RENK MODELİ

#505256 rengi CMYK tonu (7,5,0,66).

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

CMYK yüzdeleri

%6.98
%4.65
%0
%66.27

Codes

Color #505256 in popluar color models

505256
RGB808286
HSL220°3.61%32.55%
HSB/HSV220°6.98%33.73%
CMYK6.98%4.65%0.00%
66.27%

Color #505256 in popluar number systems.

HEX505256
Decimal808286
Binary101000010100101010110
Octal120122126

Shades and tints

Shades of #505256

#505256
(80,82,86)
#494B4F
(73,75,79)
#424448
(66,68,72)
#3B3D41
(59,61,65)
#34363A
(52,54,58)
#2D2F33
(45,47,51)
#26282C
(38,40,44)
#1F2125
(31,33,37)
#181A1E
(24,26,30)
#111317
(17,19,23)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #505256

#505256
(80,82,86)
#5F6165
(95,97,101)
#6E7074
(110,112,116)
#7D7F83
(125,127,131)
#8C8E92
(140,142,146)
#9B9DA1
(155,157,161)
#AAACB0
(170,172,176)
#B9BBBF
(185,187,191)
#C8CACE
(200,202,206)
#D7D9DD
(215,217,221)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505256; }

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

This text font color is #505256.


Background Color

.myBgColor { background-color: #505256; }

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

This div background color is #505256.


Border color

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

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

This div border color is #505256.


Opacity

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

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

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

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

This text has shadow with #505256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505256 on black background.


Color preview on white background

This text has color #505256 on white background.



Black color preview on #505256 background

This text has black color on #505256 background.


White color preview on #505256 background

This text has white color on #505256 background.