COLOR #504756

HEX: #504756
RGB: (80,71,86)

Renk bilgisi

#504756 contains red, green and blue colors in about the same proportion. #504756 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#504756 color RGB value is (80,71,86).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 86 of 255 = 34%

80
71
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 86 = 237 (100%)
R 80 of 237 ~ 33.76%
G 71 of 237 ~ 29.96%
B 86 of 237 ~ 36.29%

%33.76
%29.96
%36.29

CMYK RENK MODELİ

#504756 rengi CMYK tonu (7,17,0,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 17.44%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(7,17,0,66)
C7M17Y0K66 
(7%,17%,0%,66%)
(0.07/0.17/0.00/0.66)	

CMYK yüzdeleri

%6.98
%17.44
%0
%66.27

Codes

Color #504756 in popluar color models

504756
RGB807186
HSL276°9.55%30.78%
HSB/HSV276°17.44%33.73%
CMYK6.98%17.44%0.00%
66.27%

Color #504756 in popluar number systems.

HEX504756
Decimal807186
Binary101000010001111010110
Octal120107126

Shades and tints

Shades of #504756

#504756
(80,71,86)
#49414F
(73,65,79)
#423B48
(66,59,72)
#3B3541
(59,53,65)
#342F3A
(52,47,58)
#2D2933
(45,41,51)
#26232C
(38,35,44)
#1F1D25
(31,29,37)
#18171E
(24,23,30)
#111117
(17,17,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #504756

#504756
(80,71,86)
#5F5765
(95,87,101)
#6E6774
(110,103,116)
#7D7783
(125,119,131)
#8C8792
(140,135,146)
#9B97A1
(155,151,161)
#AAA7B0
(170,167,176)
#B9B7BF
(185,183,191)
#C8C7CE
(200,199,206)
#D7D7DD
(215,215,221)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504756; }

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

This text font color is #504756.


Background Color

.myBgColor { background-color: #504756; }

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

This div background color is #504756.


Border color

.myBorderColor { border: 1px solid #504756; }

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

This div border color is #504756.


Opacity

.myOpacity80 { color: #504756; opacity: 0.8; }

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

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

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

This text has shadow with #504756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504756 on black background.


Color preview on white background

This text has color #504756 on white background.



Black color preview on #504756 background

This text has black color on #504756 background.


White color preview on #504756 background

This text has white color on #504756 background.