COLOR #504D34

HEX: #504D34
RGB: (80,77,52)

Renk bilgisi

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

RGB renk modeli

#504D34 color RGB value is (80,77,52).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 52 of 255 = 20%

80
77
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 52 = 209 (100%)
R 80 of 209 ~ 38.28%
G 77 of 209 ~ 36.84%
B 52 of 209 ~ 24.88%

%38.28
%36.84
%24.88

CMYK RENK MODELİ

#504D34 rengi CMYK tonu (0,4,35,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.75%
  • sarı tonu 35.00%
  • ana renk tonu 68.63%
CMYK:
(0,4,35,69)
C0M4Y35K69 
(0%,4%,35%,69%)
(0.00/0.04/0.35/0.69)	

CMYK yüzdeleri

%0
%3.75
%35
%68.63

Codes

Color #504D34 in popluar color models

504D34
RGB807752
HSL54°21.21%25.88%
HSB/HSV54°35.00%31.37%
CMYK0.00%3.75%35.00%
68.63%

Color #504D34 in popluar number systems.

HEX504D34
Decimal807752
Binary10100001001101110100
Octal12011564

Shades and tints

Shades of #504D34

#504D34
(80,77,52)
#494630
(73,70,48)
#423F2C
(66,63,44)
#3B3828
(59,56,40)
#343124
(52,49,36)
#2D2A20
(45,42,32)
#26231C
(38,35,28)
#1F1C18
(31,28,24)
#181514
(24,21,20)
#110E10
(17,14,16)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504D34

#504D34
(80,77,52)
#5F5D46
(95,93,70)
#6E6D58
(110,109,88)
#7D7D6A
(125,125,106)
#8C8D7C
(140,141,124)
#9B9D8E
(155,157,142)
#AAADA0
(170,173,160)
#B9BDB2
(185,189,178)
#C8CDC4
(200,205,196)
#D7DDD6
(215,221,214)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D34; }

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

This text font color is #504D34.


Background Color

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

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

This div background color is #504D34.


Border color

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

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

This div border color is #504D34.


Opacity

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

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

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

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

This text has shadow with #504D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D34 on black background.


Color preview on white background

This text has color #504D34 on white background.



Black color preview on #504D34 background

This text has black color on #504D34 background.


White color preview on #504D34 background

This text has white color on #504D34 background.