COLOR #502955

HEX: #502955
RGB: (80,41,85)

Color info

#502955 contains red, green and blue colors in about the same proportion. Web safe color of #502955 is #663366 (or #636).

RGB color model

#502955 color RGB value is (80,41,85).

  • red value is 80;
  • green value is 41;
  • blue value is 85.
RGB:
(80,41,85)
(31%,16%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 85 of 255 = 33%

80
41
85

R + G + B ~ 27%. #502955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 85 = 206 (100%)
R 80 of 206 ~ 38.83%
G 41 of 206 ~ 19.9%
B 85 of 206 ~ 41.26%

%38.83
%19.9
%41.26

CMYK color model

#502955 color CMYK value is (6,52,0,67).

  • cyan value is 5.88%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,52,0,67)
C6M52Y0K67 
(6%,52%,0%,67%)
(0.06/0.52/0.00/0.67)	

CMYK percentages

%5.88
%51.76
%0
%66.67

Codes

Color #502955 in popluar color models

502955
RGB804185
HSL293°34.92%24.71%
HSB/HSV293°51.76%33.33%
CMYK5.88%51.76%0.00%
66.67%

Color #502955 in popluar number systems.

HEX502955
Decimal804185
Binary10100001010011010101
Octal12051125

Shades and tints

Shades of #502955

#502955
(80,41,85)
#49264E
(73,38,78)
#422347
(66,35,71)
#3B2040
(59,32,64)
#341D39
(52,29,57)
#2D1A32
(45,26,50)
#26172B
(38,23,43)
#1F1424
(31,20,36)
#18111D
(24,17,29)
#110E16
(17,14,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #502955

#502955
(80,41,85)
#5F3C64
(95,60,100)
#6E4F73
(110,79,115)
#7D6282
(125,98,130)
#8C7591
(140,117,145)
#9B88A0
(155,136,160)
#AA9BAF
(170,155,175)
#B9AEBE
(185,174,190)
#C8C1CD
(200,193,205)
#D7D4DC
(215,212,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502955 color. Also use rgb(80,41,85) instead hex code.

Text Font Color

.myTextColor { color: #502955; }

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

This text font color is #502955.


Background Color

.myBgColor { background-color: #502955; }

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

This div background color is #502955.


Border color

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

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

This div border color is #502955.


Opacity

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

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

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

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

This text has shadow with #502955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502955 on black background.


Color preview on white background

This text has color #502955 on white background.



Black color preview on #502955 background

This text has black color on #502955 background.


White color preview on #502955 background

This text has white color on #502955 background.