COLOR #504E47

HEX: #504E47
RGB: (80,78,71)

Renk bilgisi

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

RGB renk modeli

#504E47 color RGB value is (80,78,71).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 78 of 255 = 31%
B 71 of 255 = 28%

80
78
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 78 + 71 = 229 (100%)
R 80 of 229 ~ 34.93%
G 78 of 229 ~ 34.06%
B 71 of 229 ~ 31%

%34.93
%34.06
%31

CMYK RENK MODELİ

#504E47 rengi CMYK tonu (0,2,11,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.50%
  • sarı tonu 11.25%
  • ana renk tonu 68.63%
CMYK:
(0,2,11,69)
C0M2Y11K69 
(0%,2%,11%,69%)
(0.00/0.02/0.11/0.69)	

CMYK yüzdeleri

%0
%2.5
%11.25
%68.63

Codes

Color #504E47 in popluar color models

504E47
RGB807871
HSL47°5.96%29.61%
HSB/HSV47°11.25%31.37%
CMYK0.00%2.50%11.25%
68.63%

Color #504E47 in popluar number systems.

HEX504E47
Decimal807871
Binary101000010011101000111
Octal120116107

Shades and tints

Shades of #504E47

#504E47
(80,78,71)
#494741
(73,71,65)
#42403B
(66,64,59)
#3B3935
(59,57,53)
#34322F
(52,50,47)
#2D2B29
(45,43,41)
#262423
(38,36,35)
#1F1D1D
(31,29,29)
#181617
(24,22,23)
#110F11
(17,15,17)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #504E47

#504E47
(80,78,71)
#5F5E57
(95,94,87)
#6E6E67
(110,110,103)
#7D7E77
(125,126,119)
#8C8E87
(140,142,135)
#9B9E97
(155,158,151)
#AAAEA7
(170,174,167)
#B9BEB7
(185,190,183)
#C8CEC7
(200,206,199)
#D7DED7
(215,222,215)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E47; }

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

This text font color is #504E47.


Background Color

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

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

This div background color is #504E47.


Border color

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

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

This div border color is #504E47.


Opacity

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

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

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

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

This text has shadow with #504E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E47 on black background.


Color preview on white background

This text has color #504E47 on white background.



Black color preview on #504E47 background

This text has black color on #504E47 background.


White color preview on #504E47 background

This text has white color on #504E47 background.