COLOR #504E4C

HEX: #504E4C
RGB: (80,78,76)

Renk bilgisi

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

RGB renk modeli

#504E4C color RGB value is (80,78,76).

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

RGB bağlantıları ve doygunluk

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

80
78
76

R + G + B ~ 31%. #504E4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 78 + 76 = 234 (100%)
R 80 of 234 ~ 34.19%
G 78 of 234 ~ 33.33%
B 76 of 234 ~ 32.48%

%34.19
%33.33
%32.48

CMYK RENK MODELİ

#504E4C rengi CMYK tonu (0,2,5,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.50%
  • sarı tonu 5.00%
  • ana renk tonu 68.63%
CMYK:
(0,2,5,69)
C0M2Y5K69 
(0%,2%,5%,69%)
(0.00/0.02/0.05/0.69)	

CMYK yüzdeleri

%0
%2.5
%5
%68.63

Codes

Color #504E4C in popluar color models

504E4C
RGB807876
HSL30°2.56%30.59%
HSB/HSV30°5.00%31.37%
CMYK0.00%2.50%5.00%
68.63%

Color #504E4C in popluar number systems.

HEX504E4C
Decimal807876
Binary101000010011101001100
Octal120116114

Shades and tints

Shades of #504E4C

#504E4C
(80,78,76)
#494746
(73,71,70)
#424040
(66,64,64)
#3B393A
(59,57,58)
#343234
(52,50,52)
#2D2B2E
(45,43,46)
#262428
(38,36,40)
#1F1D22
(31,29,34)
#18161C
(24,22,28)
#110F16
(17,15,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #504E4C

#504E4C
(80,78,76)
#5F5E5C
(95,94,92)
#6E6E6C
(110,110,108)
#7D7E7C
(125,126,124)
#8C8E8C
(140,142,140)
#9B9E9C
(155,158,156)
#AAAEAC
(170,174,172)
#B9BEBC
(185,190,188)
#C8CECC
(200,206,204)
#D7DEDC
(215,222,220)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E4C; }

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

This text font color is #504E4C.


Background Color

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

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

This div background color is #504E4C.


Border color

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

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

This div border color is #504E4C.


Opacity

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

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

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

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

This text has shadow with #504E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E4C on black background.


Color preview on white background

This text has color #504E4C on white background.



Black color preview on #504E4C background

This text has black color on #504E4C background.


White color preview on #504E4C background

This text has white color on #504E4C background.