COLOR #504D20

HEX: #504D20
RGB: (80,77,32)

Renk bilgisi

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

RGB renk modeli

#504D20 color RGB value is (80,77,32).

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

RGB bağlantıları ve doygunluk

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

80
77
32

R + G + B ~ 25%. #504D20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 32 = 189 (100%)
R 80 of 189 ~ 42.33%
G 77 of 189 ~ 40.74%
B 32 of 189 ~ 16.93%

%42.33
%40.74
%16.93

CMYK RENK MODELİ

#504D20 rengi CMYK tonu (0,4,60,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.75%
  • sarı tonu 60.00%
  • ana renk tonu 68.63%
CMYK:
(0,4,60,69)
C0M4Y60K69 
(0%,4%,60%,69%)
(0.00/0.04/0.60/0.69)	

CMYK yüzdeleri

%0
%3.75
%60
%68.63

Codes

Color #504D20 in popluar color models

504D20
RGB807732
HSL56°42.86%21.96%
HSB/HSV56°60.00%31.37%
CMYK0.00%3.75%60.00%
68.63%

Color #504D20 in popluar number systems.

HEX504D20
Decimal807732
Binary10100001001101100000
Octal12011540

Shades and tints

Shades of #504D20

#504D20
(80,77,32)
#49461E
(73,70,30)
#423F1C
(66,63,28)
#3B381A
(59,56,26)
#343118
(52,49,24)
#2D2A16
(45,42,22)
#262314
(38,35,20)
#1F1C12
(31,28,18)
#181510
(24,21,16)
#110E0E
(17,14,14)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504D20

#504D20
(80,77,32)
#5F5D34
(95,93,52)
#6E6D48
(110,109,72)
#7D7D5C
(125,125,92)
#8C8D70
(140,141,112)
#9B9D84
(155,157,132)
#AAAD98
(170,173,152)
#B9BDAC
(185,189,172)
#C8CDC0
(200,205,192)
#D7DDD4
(215,221,212)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D20; }

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

This text font color is #504D20.


Background Color

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

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

This div background color is #504D20.


Border color

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

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

This div border color is #504D20.


Opacity

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

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

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

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

This text has shadow with #504D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D20 on black background.


Color preview on white background

This text has color #504D20 on white background.



Black color preview on #504D20 background

This text has black color on #504D20 background.


White color preview on #504D20 background

This text has white color on #504D20 background.