COLOR #504C4D

HEX: #504C4D
RGB: (80,76,77)

Renk bilgisi

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

RGB renk modeli

#504C4D color RGB value is (80,76,77).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 77 of 255 = 30%

80
76
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 77 = 233 (100%)
R 80 of 233 ~ 34.33%
G 76 of 233 ~ 32.62%
B 77 of 233 ~ 33.05%

%34.33
%32.62
%33.05

CMYK RENK MODELİ

#504C4D rengi CMYK tonu (0,5,4,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.00%
  • sarı tonu 3.75%
  • ana renk tonu 68.63%
CMYK:
(0,5,4,69)
C0M5Y4K69 
(0%,5%,4%,69%)
(0.00/0.05/0.04/0.69)	

CMYK yüzdeleri

%0
%5
%3.75
%68.63

Codes

Color #504C4D in popluar color models

504C4D
RGB807677
HSL345°2.56%30.59%
HSB/HSV345°5.00%31.37%
CMYK0.00%5.00%3.75%
68.63%

Color #504C4D in popluar number systems.

HEX504C4D
Decimal807677
Binary101000010011001001101
Octal120114115

Shades and tints

Shades of #504C4D

#504C4D
(80,76,77)
#494646
(73,70,70)
#42403F
(66,64,63)
#3B3A38
(59,58,56)
#343431
(52,52,49)
#2D2E2A
(45,46,42)
#262823
(38,40,35)
#1F221C
(31,34,28)
#181C15
(24,28,21)
#11160E
(17,22,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #504C4D

#504C4D
(80,76,77)
#5F5C5D
(95,92,93)
#6E6C6D
(110,108,109)
#7D7C7D
(125,124,125)
#8C8C8D
(140,140,141)
#9B9C9D
(155,156,157)
#AAACAD
(170,172,173)
#B9BCBD
(185,188,189)
#C8CCCD
(200,204,205)
#D7DCDD
(215,220,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C4D; }

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

This text font color is #504C4D.


Background Color

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

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

This div background color is #504C4D.


Border color

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

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

This div border color is #504C4D.


Opacity

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

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

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

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

This text has shadow with #504C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C4D on black background.


Color preview on white background

This text has color #504C4D on white background.



Black color preview on #504C4D background

This text has black color on #504C4D background.


White color preview on #504C4D background

This text has white color on #504C4D background.