COLOR #502643

HEX: #502643
RGB: (80,38,67)

Color info

#502643 contains red, green and blue colors in about the same proportion. Web safe color of #502643 is #663333 (or #633).

RGB color model

#502643 color RGB value is (80,38,67).

  • red value is 80;
  • green value is 38;
  • blue value is 67.
RGB:
(80,38,67)
(31%,15%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 38 of 255 = 15%
B 67 of 255 = 26%

80
38
67

R + G + B ~ 24%. #502643 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 38 + 67 = 185 (100%)
R 80 of 185 ~ 43.24%
G 38 of 185 ~ 20.54%
B 67 of 185 ~ 36.22%

%43.24
%20.54
%36.22

CMYK color model

#502643 color CMYK value is (0,53,16,69).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,53,16,69)
C0M53Y16K69 
(0%,53%,16%,69%)
(0.00/0.53/0.16/0.69)	

CMYK percentages

%0
%52.5
%16.25
%68.63

Codes

Color #502643 in popluar color models

502643
RGB803867
HSL319°35.59%23.14%
HSB/HSV319°52.50%31.37%
CMYK0.00%52.50%16.25%
68.63%

Color #502643 in popluar number systems.

HEX502643
Decimal803867
Binary10100001001101000011
Octal12046103

Shades and tints

Shades of #502643

#502643
(80,38,67)
#49233D
(73,35,61)
#422037
(66,32,55)
#3B1D31
(59,29,49)
#341A2B
(52,26,43)
#2D1725
(45,23,37)
#26141F
(38,20,31)
#1F1119
(31,17,25)
#180E13
(24,14,19)
#110B0D
(17,11,13)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #502643

#502643
(80,38,67)
#5F3954
(95,57,84)
#6E4C65
(110,76,101)
#7D5F76
(125,95,118)
#8C7287
(140,114,135)
#9B8598
(155,133,152)
#AA98A9
(170,152,169)
#B9ABBA
(185,171,186)
#C8BECB
(200,190,203)
#D7D1DC
(215,209,220)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502643; }

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

This text font color is #502643.


Background Color

.myBgColor { background-color: #502643; }

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

This div background color is #502643.


Border color

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

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

This div border color is #502643.


Opacity

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

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

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

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

This text has shadow with #502643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502643 on black background.


Color preview on white background

This text has color #502643 on white background.



Black color preview on #502643 background

This text has black color on #502643 background.


White color preview on #502643 background

This text has white color on #502643 background.