COLOR #502145

HEX: #502145
RGB: (80,33,69)

Color info

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

RGB color model

#502145 color RGB value is (80,33,69).

  • red value is 80;
  • green value is 33;
  • blue value is 69.
RGB:
(80,33,69)
(31%,13%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 69 of 255 = 27%

80
33
69

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

Portions of RGB colors in percentages

R + G + B =
80 + 33 + 69 = 182 (100%)
R 80 of 182 ~ 43.96%
G 33 of 182 ~ 18.13%
B 69 of 182 ~ 37.91%

%43.96
%18.13
%37.91

CMYK color model

#502145 color CMYK value is (0,59,14,69).

  • cyan value is 0.00%
  • magenta value is 58.75%
  • yellow value is 13.75%
  • key color value is 68.63%
CMYK:
(0,59,14,69)
C0M59Y14K69 
(0%,59%,14%,69%)
(0.00/0.59/0.14/0.69)	

CMYK percentages

%0
%58.75
%13.75
%68.63

Codes

Color #502145 in popluar color models

502145
RGB803369
HSL314°41.59%22.16%
HSB/HSV314°58.75%31.37%
CMYK0.00%58.75%13.75%
68.63%

Color #502145 in popluar number systems.

HEX502145
Decimal803369
Binary10100001000011000101
Octal12041105

Shades and tints

Shades of #502145

#502145
(80,33,69)
#491E3F
(73,30,63)
#421B39
(66,27,57)
#3B1833
(59,24,51)
#34152D
(52,21,45)
#2D1227
(45,18,39)
#260F21
(38,15,33)
#1F0C1B
(31,12,27)
#180915
(24,9,21)
#11060F
(17,6,15)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #502145

#502145
(80,33,69)
#5F3555
(95,53,85)
#6E4965
(110,73,101)
#7D5D75
(125,93,117)
#8C7185
(140,113,133)
#9B8595
(155,133,149)
#AA99A5
(170,153,165)
#B9ADB5
(185,173,181)
#C8C1C5
(200,193,197)
#D7D5D5
(215,213,213)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502145 color. Also use rgb(80,33,69) instead hex code.

Text Font Color

.myTextColor { color: #502145; }

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

This text font color is #502145.


Background Color

.myBgColor { background-color: #502145; }

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

This div background color is #502145.


Border color

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

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

This div border color is #502145.


Opacity

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

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

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

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

This text has shadow with #502145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502145 on black background.


Color preview on white background

This text has color #502145 on white background.



Black color preview on #502145 background

This text has black color on #502145 background.


White color preview on #502145 background

This text has white color on #502145 background.