COLOR #502256

HEX: #502256
RGB: (80,34,86)

Color info

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

RGB color model

#502256 color RGB value is (80,34,86).

  • red value is 80;
  • green value is 34;
  • blue value is 86.
RGB:
(80,34,86)
(31%,13%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 34 of 255 = 13%
B 86 of 255 = 34%

80
34
86

R + G + B ~ 26%. #502256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 34 + 86 = 200 (100%)
R 80 of 200 ~ 40%
G 34 of 200 ~ 17%
B 86 of 200 ~ 43%

%40
%17
%43

CMYK color model

#502256 color CMYK value is (7,60,0,66).

  • cyan value is 6.98%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(7,60,0,66)
C7M60Y0K66 
(7%,60%,0%,66%)
(0.07/0.60/0.00/0.66)	

CMYK percentages

%6.98
%60.47
%0
%66.27

Codes

Color #502256 in popluar color models

502256
RGB803486
HSL293°43.33%23.53%
HSB/HSV293°60.47%33.73%
CMYK6.98%60.47%0.00%
66.27%

Color #502256 in popluar number systems.

HEX502256
Decimal803486
Binary10100001000101010110
Octal12042126

Shades and tints

Shades of #502256

#502256
(80,34,86)
#491F4F
(73,31,79)
#421C48
(66,28,72)
#3B1941
(59,25,65)
#34163A
(52,22,58)
#2D1333
(45,19,51)
#26102C
(38,16,44)
#1F0D25
(31,13,37)
#180A1E
(24,10,30)
#110717
(17,7,23)
#0A0410
(10,4,16)
#000000
(0,0,0)

Tints of #502256

#502256
(80,34,86)
#5F3665
(95,54,101)
#6E4A74
(110,74,116)
#7D5E83
(125,94,131)
#8C7292
(140,114,146)
#9B86A1
(155,134,161)
#AA9AB0
(170,154,176)
#B9AEBF
(185,174,191)
#C8C2CE
(200,194,206)
#D7D6DD
(215,214,221)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502256 color. Also use rgb(80,34,86) instead hex code.

Text Font Color

.myTextColor { color: #502256; }

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

This text font color is #502256.


Background Color

.myBgColor { background-color: #502256; }

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

This div background color is #502256.


Border color

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

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

This div border color is #502256.


Opacity

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

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

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

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

This text has shadow with #502256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502256 on black background.


Color preview on white background

This text has color #502256 on white background.



Black color preview on #502256 background

This text has black color on #502256 background.


White color preview on #502256 background

This text has white color on #502256 background.