COLOR #504D30

HEX: #504D30
RGB: (80,77,48)

Renk bilgisi

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

RGB renk modeli

#504D30 color RGB value is (80,77,48).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 48 of 255 = 19%

80
77
48

R + G + B ~ 27%. #504D30 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 48 = 205 (100%)
R 80 of 205 ~ 39.02%
G 77 of 205 ~ 37.56%
B 48 of 205 ~ 23.41%

%39.02
%37.56
%23.41

CMYK RENK MODELİ

#504D30 rengi CMYK tonu (0,4,40,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.75%
  • sarı tonu 40.00%
  • ana renk tonu 68.63%
CMYK:
(0,4,40,69)
C0M4Y40K69 
(0%,4%,40%,69%)
(0.00/0.04/0.40/0.69)	

CMYK yüzdeleri

%0
%3.75
%40
%68.63

Codes

Color #504D30 in popluar color models

504D30
RGB807748
HSL54°25.00%25.10%
HSB/HSV54°40.00%31.37%
CMYK0.00%3.75%40.00%
68.63%

Color #504D30 in popluar number systems.

HEX504D30
Decimal807748
Binary10100001001101110000
Octal12011560

Shades and tints

Shades of #504D30

#504D30
(80,77,48)
#49462C
(73,70,44)
#423F28
(66,63,40)
#3B3824
(59,56,36)
#343120
(52,49,32)
#2D2A1C
(45,42,28)
#262318
(38,35,24)
#1F1C14
(31,28,20)
#181510
(24,21,16)
#110E0C
(17,14,12)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #504D30

#504D30
(80,77,48)
#5F5D42
(95,93,66)
#6E6D54
(110,109,84)
#7D7D66
(125,125,102)
#8C8D78
(140,141,120)
#9B9D8A
(155,157,138)
#AAAD9C
(170,173,156)
#B9BDAE
(185,189,174)
#C8CDC0
(200,205,192)
#D7DDD2
(215,221,210)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D30; }

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

This text font color is #504D30.


Background Color

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

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

This div background color is #504D30.


Border color

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

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

This div border color is #504D30.


Opacity

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

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

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

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

This text has shadow with #504D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D30 on black background.


Color preview on white background

This text has color #504D30 on white background.



Black color preview on #504D30 background

This text has black color on #504D30 background.


White color preview on #504D30 background

This text has white color on #504D30 background.