COLOR #504D37

HEX: #504D37
RGB: (80,77,55)

Renk bilgisi

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

RGB renk modeli

#504D37 color RGB value is (80,77,55).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 55 of 255 = 22%

80
77
55

R + G + B ~ 28%. #504D37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 55 = 212 (100%)
R 80 of 212 ~ 37.74%
G 77 of 212 ~ 36.32%
B 55 of 212 ~ 25.94%

%37.74
%36.32
%25.94

CMYK RENK MODELİ

#504D37 rengi CMYK tonu (0,4,31,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.75%
  • sarı tonu 31.25%
  • ana renk tonu 68.63%
CMYK:
(0,4,31,69)
C0M4Y31K69 
(0%,4%,31%,69%)
(0.00/0.04/0.31/0.69)	

CMYK yüzdeleri

%0
%3.75
%31.25
%68.63

Codes

Color #504D37 in popluar color models

504D37
RGB807755
HSL53°18.52%26.47%
HSB/HSV53°31.25%31.37%
CMYK0.00%3.75%31.25%
68.63%

Color #504D37 in popluar number systems.

HEX504D37
Decimal807755
Binary10100001001101110111
Octal12011567

Shades and tints

Shades of #504D37

#504D37
(80,77,55)
#494632
(73,70,50)
#423F2D
(66,63,45)
#3B3828
(59,56,40)
#343123
(52,49,35)
#2D2A1E
(45,42,30)
#262319
(38,35,25)
#1F1C14
(31,28,20)
#18150F
(24,21,15)
#110E0A
(17,14,10)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #504D37

#504D37
(80,77,55)
#5F5D49
(95,93,73)
#6E6D5B
(110,109,91)
#7D7D6D
(125,125,109)
#8C8D7F
(140,141,127)
#9B9D91
(155,157,145)
#AAADA3
(170,173,163)
#B9BDB5
(185,189,181)
#C8CDC7
(200,205,199)
#D7DDD9
(215,221,217)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D37; }

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

This text font color is #504D37.


Background Color

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

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

This div background color is #504D37.


Border color

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

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

This div border color is #504D37.


Opacity

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

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

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

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

This text has shadow with #504D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D37 on black background.


Color preview on white background

This text has color #504D37 on white background.



Black color preview on #504D37 background

This text has black color on #504D37 background.


White color preview on #504D37 background

This text has white color on #504D37 background.