COLOR #504957

HEX: #504957
RGB: (80,73,87)

Renk bilgisi

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

RGB renk modeli

#504957 color RGB value is (80,73,87).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 87 of 255 = 34%

80
73
87

R + G + B ~ 31%. #504957 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 87 = 240 (100%)
R 80 of 240 ~ 33.33%
G 73 of 240 ~ 30.42%
B 87 of 240 ~ 36.25%

%33.33
%30.42
%36.25

CMYK RENK MODELİ

#504957 rengi CMYK tonu (8,16,0,66).

  • camgöbeği tonu 8.05%
  • eflatun tonu 16.09%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(8,16,0,66)
C8M16Y0K66 
(8%,16%,0%,66%)
(0.08/0.16/0.00/0.66)	

CMYK yüzdeleri

%8.05
%16.09
%0
%65.88

Codes

Color #504957 in popluar color models

504957
RGB807387
HSL270°8.75%31.37%
HSB/HSV270°16.09%34.12%
CMYK8.05%16.09%0.00%
65.88%

Color #504957 in popluar number systems.

HEX504957
Decimal807387
Binary101000010010011010111
Octal120111127

Shades and tints

Shades of #504957

#504957
(80,73,87)
#494350
(73,67,80)
#423D49
(66,61,73)
#3B3742
(59,55,66)
#34313B
(52,49,59)
#2D2B34
(45,43,52)
#26252D
(38,37,45)
#1F1F26
(31,31,38)
#18191F
(24,25,31)
#111318
(17,19,24)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #504957

#504957
(80,73,87)
#5F5966
(95,89,102)
#6E6975
(110,105,117)
#7D7984
(125,121,132)
#8C8993
(140,137,147)
#9B99A2
(155,153,162)
#AAA9B1
(170,169,177)
#B9B9C0
(185,185,192)
#C8C9CF
(200,201,207)
#D7D9DE
(215,217,222)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504957; }

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

This text font color is #504957.


Background Color

.myBgColor { background-color: #504957; }

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

This div background color is #504957.


Border color

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

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

This div border color is #504957.


Opacity

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

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

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

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

This text has shadow with #504957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504957 on black background.


Color preview on white background

This text has color #504957 on white background.



Black color preview on #504957 background

This text has black color on #504957 background.


White color preview on #504957 background

This text has white color on #504957 background.