COLOR #502841

HEX: #502841
RGB: (80,40,65)

Color info

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

RGB color model

#502841 color RGB value is (80,40,65).

  • red value is 80;
  • green value is 40;
  • blue value is 65.
RGB:
(80,40,65)
(31%,16%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 40 of 255 = 16%
B 65 of 255 = 25%

80
40
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 40 + 65 = 185 (100%)
R 80 of 185 ~ 43.24%
G 40 of 185 ~ 21.62%
B 65 of 185 ~ 35.14%

%43.24
%21.62
%35.14

CMYK color model

#502841 color CMYK value is (0,50,19,69).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,50,19,69)
C0M50Y19K69 
(0%,50%,19%,69%)
(0.00/0.50/0.19/0.69)	

CMYK percentages

%0
%50
%18.75
%68.63

Codes

Color #502841 in popluar color models

502841
RGB804065
HSL323°33.33%23.53%
HSB/HSV323°50.00%31.37%
CMYK0.00%50.00%18.75%
68.63%

Color #502841 in popluar number systems.

HEX502841
Decimal804065
Binary10100001010001000001
Octal12050101

Shades and tints

Shades of #502841

#502841
(80,40,65)
#49253C
(73,37,60)
#422237
(66,34,55)
#3B1F32
(59,31,50)
#341C2D
(52,28,45)
#2D1928
(45,25,40)
#261623
(38,22,35)
#1F131E
(31,19,30)
#181019
(24,16,25)
#110D14
(17,13,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #502841

#502841
(80,40,65)
#5F3B52
(95,59,82)
#6E4E63
(110,78,99)
#7D6174
(125,97,116)
#8C7485
(140,116,133)
#9B8796
(155,135,150)
#AA9AA7
(170,154,167)
#B9ADB8
(185,173,184)
#C8C0C9
(200,192,201)
#D7D3DA
(215,211,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502841; }

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

This text font color is #502841.


Background Color

.myBgColor { background-color: #502841; }

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

This div background color is #502841.


Border color

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

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

This div border color is #502841.


Opacity

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

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

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

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

This text has shadow with #502841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502841 on black background.


Color preview on white background

This text has color #502841 on white background.



Black color preview on #502841 background

This text has black color on #502841 background.


White color preview on #502841 background

This text has white color on #502841 background.