COLOR #504C49

HEX: #504C49
RGB: (80,76,73)

Renk bilgisi

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

RGB renk modeli

#504C49 color RGB value is (80,76,73).

  • kırmız ton 80;
  • yeşil ton 76;
  • mavi ton 73.
RGB:
(80,76,73)
(31%,30%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 73 of 255 = 29%

80
76
73

R + G + B ~ 30%. #504C49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 73 = 229 (100%)
R 80 of 229 ~ 34.93%
G 76 of 229 ~ 33.19%
B 73 of 229 ~ 31.88%

%34.93
%33.19
%31.88

CMYK RENK MODELİ

#504C49 rengi CMYK tonu (0,5,9,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.00%
  • sarı tonu 8.75%
  • ana renk tonu 68.63%
CMYK:
(0,5,9,69)
C0M5Y9K69 
(0%,5%,9%,69%)
(0.00/0.05/0.09/0.69)	

CMYK yüzdeleri

%0
%5
%8.75
%68.63

Codes

Color #504C49 in popluar color models

504C49
RGB807673
HSL26°4.58%30.00%
HSB/HSV26°8.75%31.37%
CMYK0.00%5.00%8.75%
68.63%

Color #504C49 in popluar number systems.

HEX504C49
Decimal807673
Binary101000010011001001001
Octal120114111

Shades and tints

Shades of #504C49

#504C49
(80,76,73)
#494643
(73,70,67)
#42403D
(66,64,61)
#3B3A37
(59,58,55)
#343431
(52,52,49)
#2D2E2B
(45,46,43)
#262825
(38,40,37)
#1F221F
(31,34,31)
#181C19
(24,28,25)
#111613
(17,22,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #504C49

#504C49
(80,76,73)
#5F5C59
(95,92,89)
#6E6C69
(110,108,105)
#7D7C79
(125,124,121)
#8C8C89
(140,140,137)
#9B9C99
(155,156,153)
#AAACA9
(170,172,169)
#B9BCB9
(185,188,185)
#C8CCC9
(200,204,201)
#D7DCD9
(215,220,217)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C49 color. Also use rgb(80,76,73) instead hex code.

Text Font Color

.myTextColor { color: #504C49; }

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

This text font color is #504C49.


Background Color

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

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

This div background color is #504C49.


Border color

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

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

This div border color is #504C49.


Opacity

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

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

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

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

This text has shadow with #504C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C49 on black background.


Color preview on white background

This text has color #504C49 on white background.



Black color preview on #504C49 background

This text has black color on #504C49 background.


White color preview on #504C49 background

This text has white color on #504C49 background.