COLOR #505257

HEX: #505257
RGB: (80,82,87)

Renk bilgisi

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

RGB renk modeli

#505257 color RGB value is (80,82,87).

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

RGB bağlantıları ve doygunluk

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

80
82
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 82 + 87 = 249 (100%)
R 80 of 249 ~ 32.13%
G 82 of 249 ~ 32.93%
B 87 of 249 ~ 34.94%

%32.13
%32.93
%34.94

CMYK RENK MODELİ

#505257 rengi CMYK tonu (8,6,0,66).

  • camgöbeği tonu 8.05%
  • eflatun tonu 5.75%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(8,6,0,66)
C8M6Y0K66 
(8%,6%,0%,66%)
(0.08/0.06/0.00/0.66)	

CMYK yüzdeleri

%8.05
%5.75
%0
%65.88

Codes

Color #505257 in popluar color models

505257
RGB808287
HSL223°4.19%32.75%
HSB/HSV223°8.05%34.12%
CMYK8.05%5.75%0.00%
65.88%

Color #505257 in popluar number systems.

HEX505257
Decimal808287
Binary101000010100101010111
Octal120122127

Shades and tints

Shades of #505257

#505257
(80,82,87)
#494B50
(73,75,80)
#424449
(66,68,73)
#3B3D42
(59,61,66)
#34363B
(52,54,59)
#2D2F34
(45,47,52)
#26282D
(38,40,45)
#1F2126
(31,33,38)
#181A1F
(24,26,31)
#111318
(17,19,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #505257

#505257
(80,82,87)
#5F6166
(95,97,102)
#6E7075
(110,112,117)
#7D7F84
(125,127,132)
#8C8E93
(140,142,147)
#9B9DA2
(155,157,162)
#AAACB1
(170,172,177)
#B9BBC0
(185,187,192)
#C8CACF
(200,202,207)
#D7D9DE
(215,217,222)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505257; }

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

This text font color is #505257.


Background Color

.myBgColor { background-color: #505257; }

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

This div background color is #505257.


Border color

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

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

This div border color is #505257.


Opacity

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

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

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

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

This text has shadow with #505257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505257 on black background.


Color preview on white background

This text has color #505257 on white background.



Black color preview on #505257 background

This text has black color on #505257 background.


White color preview on #505257 background

This text has white color on #505257 background.