COLOR #504D46

HEX: #504D46
RGB: (80,77,70)

Renk bilgisi

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

RGB renk modeli

#504D46 color RGB value is (80,77,70).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 70 of 255 = 27%

80
77
70

R + G + B ~ 29%. #504D46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 70 = 227 (100%)
R 80 of 227 ~ 35.24%
G 77 of 227 ~ 33.92%
B 70 of 227 ~ 30.84%

%35.24
%33.92
%30.84

CMYK RENK MODELİ

#504D46 rengi CMYK tonu (0,4,13,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.75%
  • sarı tonu 12.50%
  • ana renk tonu 68.63%
CMYK:
(0,4,13,69)
C0M4Y13K69 
(0%,4%,13%,69%)
(0.00/0.04/0.13/0.69)	

CMYK yüzdeleri

%0
%3.75
%12.5
%68.63

Codes

Color #504D46 in popluar color models

504D46
RGB807770
HSL42°6.67%29.41%
HSB/HSV42°12.50%31.37%
CMYK0.00%3.75%12.50%
68.63%

Color #504D46 in popluar number systems.

HEX504D46
Decimal807770
Binary101000010011011000110
Octal120115106

Shades and tints

Shades of #504D46

#504D46
(80,77,70)
#494640
(73,70,64)
#423F3A
(66,63,58)
#3B3834
(59,56,52)
#34312E
(52,49,46)
#2D2A28
(45,42,40)
#262322
(38,35,34)
#1F1C1C
(31,28,28)
#181516
(24,21,22)
#110E10
(17,14,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #504D46

#504D46
(80,77,70)
#5F5D56
(95,93,86)
#6E6D66
(110,109,102)
#7D7D76
(125,125,118)
#8C8D86
(140,141,134)
#9B9D96
(155,157,150)
#AAADA6
(170,173,166)
#B9BDB6
(185,189,182)
#C8CDC6
(200,205,198)
#D7DDD6
(215,221,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D46; }

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

This text font color is #504D46.


Background Color

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

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

This div background color is #504D46.


Border color

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

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

This div border color is #504D46.


Opacity

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

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

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

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

This text has shadow with #504D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D46 on black background.


Color preview on white background

This text has color #504D46 on white background.



Black color preview on #504D46 background

This text has black color on #504D46 background.


White color preview on #504D46 background

This text has white color on #504D46 background.