COLOR #504F5B

HEX: #504F5B
RGB: (80,79,91)

Renk bilgisi

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

RGB renk modeli

#504F5B color RGB value is (80,79,91).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 79 of 255 = 31%
B 91 of 255 = 36%

80
79
91

R + G + B ~ 33%. #504F5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 79 + 91 = 250 (100%)
R 80 of 250 ~ 32%
G 79 of 250 ~ 31.6%
B 91 of 250 ~ 36.4%

%32
%31.6
%36.4

CMYK RENK MODELİ

#504F5B rengi CMYK tonu (12,13,0,64).

  • camgöbeği tonu 12.09%
  • eflatun tonu 13.19%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(12,13,0,64)
C12M13Y0K64 
(12%,13%,0%,64%)
(0.12/0.13/0.00/0.64)	

CMYK yüzdeleri

%12.09
%13.19
%0
%64.31

Codes

Color #504F5B in popluar color models

504F5B
RGB807991
HSL245°7.06%33.33%
HSB/HSV245°13.19%35.69%
CMYK12.09%13.19%0.00%
64.31%

Color #504F5B in popluar number systems.

HEX504F5B
Decimal807991
Binary101000010011111011011
Octal120117133

Shades and tints

Shades of #504F5B

#504F5B
(80,79,91)
#494853
(73,72,83)
#42414B
(66,65,75)
#3B3A43
(59,58,67)
#34333B
(52,51,59)
#2D2C33
(45,44,51)
#26252B
(38,37,43)
#1F1E23
(31,30,35)
#18171B
(24,23,27)
#111013
(17,16,19)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #504F5B

#504F5B
(80,79,91)
#5F5F69
(95,95,105)
#6E6F77
(110,111,119)
#7D7F85
(125,127,133)
#8C8F93
(140,143,147)
#9B9FA1
(155,159,161)
#AAAFAF
(170,175,175)
#B9BFBD
(185,191,189)
#C8CFCB
(200,207,203)
#D7DFD9
(215,223,217)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F5B color. Also use rgb(80,79,91) instead hex code.

Text Font Color

.myTextColor { color: #504F5B; }

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

This text font color is #504F5B.


Background Color

.myBgColor { background-color: #504F5B; }

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

This div background color is #504F5B.


Border color

.myBorderColor { border: 1px solid #504F5B; }

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

This div border color is #504F5B.


Opacity

.myOpacity80 { color: #504F5B; opacity: 0.8; }

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

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

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

This text has shadow with #504F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F5B on black background.


Color preview on white background

This text has color #504F5B on white background.



Black color preview on #504F5B background

This text has black color on #504F5B background.


White color preview on #504F5B background

This text has white color on #504F5B background.