COLOR #504D52

HEX: #504D52
RGB: (80,77,82)

Renk bilgisi

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

RGB renk modeli

#504D52 color RGB value is (80,77,82).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 82 of 255 = 32%

80
77
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 82 = 239 (100%)
R 80 of 239 ~ 33.47%
G 77 of 239 ~ 32.22%
B 82 of 239 ~ 34.31%

%33.47
%32.22
%34.31

CMYK RENK MODELİ

#504D52 rengi CMYK tonu (2,6,0,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 6.10%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(2,6,0,68)
C2M6Y0K68 
(2%,6%,0%,68%)
(0.02/0.06/0.00/0.68)	

CMYK yüzdeleri

%2.44
%6.1
%0
%67.84

Codes

Color #504D52 in popluar color models

504D52
RGB807782
HSL276°3.14%31.18%
HSB/HSV276°6.10%32.16%
CMYK2.44%6.10%0.00%
67.84%

Color #504D52 in popluar number systems.

HEX504D52
Decimal807782
Binary101000010011011010010
Octal120115122

Shades and tints

Shades of #504D52

#504D52
(80,77,82)
#49464B
(73,70,75)
#423F44
(66,63,68)
#3B383D
(59,56,61)
#343136
(52,49,54)
#2D2A2F
(45,42,47)
#262328
(38,35,40)
#1F1C21
(31,28,33)
#18151A
(24,21,26)
#110E13
(17,14,19)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504D52

#504D52
(80,77,82)
#5F5D61
(95,93,97)
#6E6D70
(110,109,112)
#7D7D7F
(125,125,127)
#8C8D8E
(140,141,142)
#9B9D9D
(155,157,157)
#AAADAC
(170,173,172)
#B9BDBB
(185,189,187)
#C8CDCA
(200,205,202)
#D7DDD9
(215,221,217)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D52; }

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

This text font color is #504D52.


Background Color

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

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

This div background color is #504D52.


Border color

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

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

This div border color is #504D52.


Opacity

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

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

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

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

This text has shadow with #504D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D52 on black background.


Color preview on white background

This text has color #504D52 on white background.



Black color preview on #504D52 background

This text has black color on #504D52 background.


White color preview on #504D52 background

This text has white color on #504D52 background.