COLOR #504250

HEX: #504250
RGB: (80,66,80)

Renk bilgisi

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

RGB renk modeli

#504250 color RGB value is (80,66,80).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 66 of 255 = 26%
B 80 of 255 = 31%

80
66
80

R + G + B ~ 29%. #504250 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 66 + 80 = 226 (100%)
R 80 of 226 ~ 35.4%
G 66 of 226 ~ 29.2%
B 80 of 226 ~ 35.4%

%35.4
%29.2
%35.4

CMYK RENK MODELİ

#504250 rengi CMYK tonu (0,18,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.50%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(0,18,0,69)
C0M18Y0K69 
(0%,18%,0%,69%)
(0.00/0.18/0.00/0.69)	

CMYK yüzdeleri

%0
%17.5
%0
%68.63

Codes

Color #504250 in popluar color models

504250
RGB806680
HSL300°9.59%28.63%
HSB/HSV300°17.50%31.37%
CMYK0.00%17.50%0.00%
68.63%

Color #504250 in popluar number systems.

HEX504250
Decimal806680
Binary101000010000101010000
Octal120102120

Shades and tints

Shades of #504250

#504250
(80,66,80)
#493C49
(73,60,73)
#423642
(66,54,66)
#3B303B
(59,48,59)
#342A34
(52,42,52)
#2D242D
(45,36,45)
#261E26
(38,30,38)
#1F181F
(31,24,31)
#181218
(24,18,24)
#110C11
(17,12,17)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #504250

#504250
(80,66,80)
#5F535F
(95,83,95)
#6E646E
(110,100,110)
#7D757D
(125,117,125)
#8C868C
(140,134,140)
#9B979B
(155,151,155)
#AAA8AA
(170,168,170)
#B9B9B9
(185,185,185)
#C8CAC8
(200,202,200)
#D7DBD7
(215,219,215)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504250; }

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

This text font color is #504250.


Background Color

.myBgColor { background-color: #504250; }

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

This div background color is #504250.


Border color

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

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

This div border color is #504250.


Opacity

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

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

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

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

This text has shadow with #504250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504250 on black background.


Color preview on white background

This text has color #504250 on white background.



Black color preview on #504250 background

This text has black color on #504250 background.


White color preview on #504250 background

This text has white color on #504250 background.