COLOR #505157

HEX: #505157
RGB: (80,81,87)

Renk bilgisi

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

RGB renk modeli

#505157 color RGB value is (80,81,87).

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

RGB bağlantıları ve doygunluk

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

80
81
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 87 = 248 (100%)
R 80 of 248 ~ 32.26%
G 81 of 248 ~ 32.66%
B 87 of 248 ~ 35.08%

%32.26
%32.66
%35.08

CMYK RENK MODELİ

#505157 rengi CMYK tonu (8,7,0,66).

  • camgöbeği tonu 8.05%
  • eflatun tonu 6.90%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(8,7,0,66)
C8M7Y0K66 
(8%,7%,0%,66%)
(0.08/0.07/0.00/0.66)	

CMYK yüzdeleri

%8.05
%6.9
%0
%65.88

Codes

Color #505157 in popluar color models

505157
RGB808187
HSL231°4.19%32.75%
HSB/HSV231°8.05%34.12%
CMYK8.05%6.90%0.00%
65.88%

Color #505157 in popluar number systems.

HEX505157
Decimal808187
Binary101000010100011010111
Octal120121127

Shades and tints

Shades of #505157

#505157
(80,81,87)
#494A50
(73,74,80)
#424349
(66,67,73)
#3B3C42
(59,60,66)
#34353B
(52,53,59)
#2D2E34
(45,46,52)
#26272D
(38,39,45)
#1F2026
(31,32,38)
#18191F
(24,25,31)
#111218
(17,18,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #505157

#505157
(80,81,87)
#5F6066
(95,96,102)
#6E6F75
(110,111,117)
#7D7E84
(125,126,132)
#8C8D93
(140,141,147)
#9B9CA2
(155,156,162)
#AAABB1
(170,171,177)
#B9BAC0
(185,186,192)
#C8C9CF
(200,201,207)
#D7D8DE
(215,216,222)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505157; }

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

This text font color is #505157.


Background Color

.myBgColor { background-color: #505157; }

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

This div background color is #505157.


Border color

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

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

This div border color is #505157.


Opacity

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

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

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

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

This text has shadow with #505157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505157 on black background.


Color preview on white background

This text has color #505157 on white background.



Black color preview on #505157 background

This text has black color on #505157 background.


White color preview on #505157 background

This text has white color on #505157 background.