COLOR #502222

HEX: #502222
RGB: (80,34,34)

Color info

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

RGB color model

#502222 color RGB value is (80,34,34).

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

RGB channels and saturation

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

80
34
34

R + G + B ~ 19%. #502222 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 34 + 34 = 148 (100%)
R 80 of 148 ~ 54.05%
G 34 of 148 ~ 22.97%
B 34 of 148 ~ 22.97%

%54.05
%22.97
%22.97

CMYK color model

#502222 color CMYK value is (0,58,58,69).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(0,58,58,69)
C0M58Y58K69 
(0%,58%,58%,69%)
(0.00/0.58/0.58/0.69)	

CMYK percentages

%0
%57.5
%57.5
%68.63

Codes

Color #502222 in popluar color models

502222
RGB803434
HSL40.35%22.35%
HSB/HSV57.50%31.37%
CMYK0.00%57.50%57.50%
68.63%

Color #502222 in popluar number systems.

HEX502222
Decimal803434
Binary1010000100010100010
Octal1204242

Shades and tints

Shades of #502222

#502222
(80,34,34)
#491F1F
(73,31,31)
#421C1C
(66,28,28)
#3B1919
(59,25,25)
#341616
(52,22,22)
#2D1313
(45,19,19)
#261010
(38,16,16)
#1F0D0D
(31,13,13)
#180A0A
(24,10,10)
#110707
(17,7,7)
#0A0404
(10,4,4)
#000000
(0,0,0)

Tints of #502222

#502222
(80,34,34)
#5F3636
(95,54,54)
#6E4A4A
(110,74,74)
#7D5E5E
(125,94,94)
#8C7272
(140,114,114)
#9B8686
(155,134,134)
#AA9A9A
(170,154,154)
#B9AEAE
(185,174,174)
#C8C2C2
(200,194,194)
#D7D6D6
(215,214,214)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502222; }

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

This text font color is #502222.


Background Color

.myBgColor { background-color: #502222; }

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

This div background color is #502222.


Border color

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

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

This div border color is #502222.


Opacity

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

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

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

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

This text has shadow with #502222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502222 on black background.


Color preview on white background

This text has color #502222 on white background.



Black color preview on #502222 background

This text has black color on #502222 background.


White color preview on #502222 background

This text has white color on #502222 background.