COLOR #504F52

HEX: #504F52
RGB: (80,79,82)

Renk bilgisi

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

RGB renk modeli

#504F52 color RGB value is (80,79,82).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 79 of 255 = 31%
B 82 of 255 = 32%

80
79
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 79 + 82 = 241 (100%)
R 80 of 241 ~ 33.2%
G 79 of 241 ~ 32.78%
B 82 of 241 ~ 34.02%

%33.2
%32.78
%34.02

CMYK RENK MODELİ

#504F52 rengi CMYK tonu (2,4,0,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 3.66%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(2,4,0,68)
C2M4Y0K68 
(2%,4%,0%,68%)
(0.02/0.04/0.00/0.68)	

CMYK yüzdeleri

%2.44
%3.66
%0
%67.84

Codes

Color #504F52 in popluar color models

504F52
RGB807982
HSL260°1.86%31.57%
HSB/HSV260°3.66%32.16%
CMYK2.44%3.66%0.00%
67.84%

Color #504F52 in popluar number systems.

HEX504F52
Decimal807982
Binary101000010011111010010
Octal120117122

Shades and tints

Shades of #504F52

#504F52
(80,79,82)
#49484B
(73,72,75)
#424144
(66,65,68)
#3B3A3D
(59,58,61)
#343336
(52,51,54)
#2D2C2F
(45,44,47)
#262528
(38,37,40)
#1F1E21
(31,30,33)
#18171A
(24,23,26)
#111013
(17,16,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #504F52

#504F52
(80,79,82)
#5F5F61
(95,95,97)
#6E6F70
(110,111,112)
#7D7F7F
(125,127,127)
#8C8F8E
(140,143,142)
#9B9F9D
(155,159,157)
#AAAFAC
(170,175,172)
#B9BFBB
(185,191,187)
#C8CFCA
(200,207,202)
#D7DFD9
(215,223,217)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F52; }

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

This text font color is #504F52.


Background Color

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

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

This div background color is #504F52.


Border color

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

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

This div border color is #504F52.


Opacity

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

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

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

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

This text has shadow with #504F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F52 on black background.


Color preview on white background

This text has color #504F52 on white background.



Black color preview on #504F52 background

This text has black color on #504F52 background.


White color preview on #504F52 background

This text has white color on #504F52 background.