COLOR #502749

HEX: #502749
RGB: (80,39,73)

Renk bilgisi

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

RGB renk modeli

#502749 color RGB value is (80,39,73).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 39 of 255 = 15%
B 73 of 255 = 29%

80
39
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 39 + 73 = 192 (100%)
R 80 of 192 ~ 41.67%
G 39 of 192 ~ 20.31%
B 73 of 192 ~ 38.02%

%41.67
%20.31
%38.02

CMYK RENK MODELİ

#502749 rengi CMYK tonu (0,51,9,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.25%
  • sarı tonu 8.75%
  • ana renk tonu 68.63%
CMYK:
(0,51,9,69)
C0M51Y9K69 
(0%,51%,9%,69%)
(0.00/0.51/0.09/0.69)	

CMYK yüzdeleri

%0
%51.25
%8.75
%68.63

Codes

Color #502749 in popluar color models

502749
RGB803973
HSL310°34.45%23.33%
HSB/HSV310°51.25%31.37%
CMYK0.00%51.25%8.75%
68.63%

Color #502749 in popluar number systems.

HEX502749
Decimal803973
Binary10100001001111001001
Octal12047111

Shades and tints

Shades of #502749

#502749
(80,39,73)
#492443
(73,36,67)
#42213D
(66,33,61)
#3B1E37
(59,30,55)
#341B31
(52,27,49)
#2D182B
(45,24,43)
#261525
(38,21,37)
#1F121F
(31,18,31)
#180F19
(24,15,25)
#110C13
(17,12,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #502749

#502749
(80,39,73)
#5F3A59
(95,58,89)
#6E4D69
(110,77,105)
#7D6079
(125,96,121)
#8C7389
(140,115,137)
#9B8699
(155,134,153)
#AA99A9
(170,153,169)
#B9ACB9
(185,172,185)
#C8BFC9
(200,191,201)
#D7D2D9
(215,210,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502749; }

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

This text font color is #502749.


Background Color

.myBgColor { background-color: #502749; }

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

This div background color is #502749.


Border color

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

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

This div border color is #502749.


Opacity

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

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

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

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

This text has shadow with #502749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502749 on black background.


Color preview on white background

This text has color #502749 on white background.



Black color preview on #502749 background

This text has black color on #502749 background.


White color preview on #502749 background

This text has white color on #502749 background.