COLOR #502541

HEX: #502541
RGB: (80,37,65)

Color info

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

RGB color model

#502541 color RGB value is (80,37,65).

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

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 65 of 255 = 25%

80
37
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 65 = 182 (100%)
R 80 of 182 ~ 43.96%
G 37 of 182 ~ 20.33%
B 65 of 182 ~ 35.71%

%43.96
%20.33
%35.71

CMYK color model

#502541 color CMYK value is (0,54,19,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,54,19,69)
C0M54Y19K69 
(0%,54%,19%,69%)
(0.00/0.54/0.19/0.69)	

CMYK percentages

%0
%53.75
%18.75
%68.63

Codes

Color #502541 in popluar color models

502541
RGB803765
HSL321°36.75%22.94%
HSB/HSV321°53.75%31.37%
CMYK0.00%53.75%18.75%
68.63%

Color #502541 in popluar number systems.

HEX502541
Decimal803765
Binary10100001001011000001
Octal12045101

Shades and tints

Shades of #502541

#502541
(80,37,65)
#49223C
(73,34,60)
#421F37
(66,31,55)
#3B1C32
(59,28,50)
#34192D
(52,25,45)
#2D1628
(45,22,40)
#261323
(38,19,35)
#1F101E
(31,16,30)
#180D19
(24,13,25)
#110A14
(17,10,20)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #502541

#502541
(80,37,65)
#5F3852
(95,56,82)
#6E4B63
(110,75,99)
#7D5E74
(125,94,116)
#8C7185
(140,113,133)
#9B8496
(155,132,150)
#AA97A7
(170,151,167)
#B9AAB8
(185,170,184)
#C8BDC9
(200,189,201)
#D7D0DA
(215,208,218)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502541; }

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

This text font color is #502541.


Background Color

.myBgColor { background-color: #502541; }

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

This div background color is #502541.


Border color

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

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

This div border color is #502541.


Opacity

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

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

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

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

This text has shadow with #502541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502541 on black background.


Color preview on white background

This text has color #502541 on white background.



Black color preview on #502541 background

This text has black color on #502541 background.


White color preview on #502541 background

This text has white color on #502541 background.