COLOR #502849

HEX: #502849
RGB: (80,40,73)

Renk bilgisi

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

RGB renk modeli

#502849 color RGB value is (80,40,73).

  • kırmız ton 80;
  • yeşil ton 40;
  • mavi ton 73.
RGB:
(80,40,73)
(31%,16%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 40 of 255 = 16%
B 73 of 255 = 29%

80
40
73

R + G + B ~ 25%. #502849 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 40 + 73 = 193 (100%)
R 80 of 193 ~ 41.45%
G 40 of 193 ~ 20.73%
B 73 of 193 ~ 37.82%

%41.45
%20.73
%37.82

CMYK RENK MODELİ

#502849 rengi CMYK tonu (0,50,9,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 8.75%
  • ana renk tonu 68.63%
CMYK:
(0,50,9,69)
C0M50Y9K69 
(0%,50%,9%,69%)
(0.00/0.50/0.09/0.69)	

CMYK yüzdeleri

%0
%50
%8.75
%68.63

Codes

Color #502849 in popluar color models

502849
RGB804073
HSL311°33.33%23.53%
HSB/HSV311°50.00%31.37%
CMYK0.00%50.00%8.75%
68.63%

Color #502849 in popluar number systems.

HEX502849
Decimal804073
Binary10100001010001001001
Octal12050111

Shades and tints

Shades of #502849

#502849
(80,40,73)
#492543
(73,37,67)
#42223D
(66,34,61)
#3B1F37
(59,31,55)
#341C31
(52,28,49)
#2D192B
(45,25,43)
#261625
(38,22,37)
#1F131F
(31,19,31)
#181019
(24,16,25)
#110D13
(17,13,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #502849

#502849
(80,40,73)
#5F3B59
(95,59,89)
#6E4E69
(110,78,105)
#7D6179
(125,97,121)
#8C7489
(140,116,137)
#9B8799
(155,135,153)
#AA9AA9
(170,154,169)
#B9ADB9
(185,173,185)
#C8C0C9
(200,192,201)
#D7D3D9
(215,211,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502849; }

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

This text font color is #502849.


Background Color

.myBgColor { background-color: #502849; }

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

This div background color is #502849.


Border color

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

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

This div border color is #502849.


Opacity

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

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

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

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

This text has shadow with #502849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502849 on black background.


Color preview on white background

This text has color #502849 on white background.



Black color preview on #502849 background

This text has black color on #502849 background.


White color preview on #502849 background

This text has white color on #502849 background.