COLOR #502237

HEX: #502237
RGB: (80,34,55)

Color info

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

RGB color model

#502237 color RGB value is (80,34,55).

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

RGB channels and saturation

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

80
34
55

R + G + B ~ 22%. #502237 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 34 + 55 = 169 (100%)
R 80 of 169 ~ 47.34%
G 34 of 169 ~ 20.12%
B 55 of 169 ~ 32.54%

%47.34
%20.12
%32.54

CMYK color model

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

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

CMYK percentages

%0
%57.5
%31.25
%68.63

Codes

Color #502237 in popluar color models

502237
RGB803455
HSL333°40.35%22.35%
HSB/HSV333°57.50%31.37%
CMYK0.00%57.50%31.25%
68.63%

Color #502237 in popluar number systems.

HEX502237
Decimal803455
Binary1010000100010110111
Octal1204267

Shades and tints

Shades of #502237

#502237
(80,34,55)
#491F32
(73,31,50)
#421C2D
(66,28,45)
#3B1928
(59,25,40)
#341623
(52,22,35)
#2D131E
(45,19,30)
#261019
(38,16,25)
#1F0D14
(31,13,20)
#180A0F
(24,10,15)
#11070A
(17,7,10)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #502237

#502237
(80,34,55)
#5F3649
(95,54,73)
#6E4A5B
(110,74,91)
#7D5E6D
(125,94,109)
#8C727F
(140,114,127)
#9B8691
(155,134,145)
#AA9AA3
(170,154,163)
#B9AEB5
(185,174,181)
#C8C2C7
(200,194,199)
#D7D6D9
(215,214,217)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502237; }

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

This text font color is #502237.


Background Color

.myBgColor { background-color: #502237; }

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

This div background color is #502237.


Border color

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

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

This div border color is #502237.


Opacity

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

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

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

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

This text has shadow with #502237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502237 on black background.


Color preview on white background

This text has color #502237 on white background.



Black color preview on #502237 background

This text has black color on #502237 background.


White color preview on #502237 background

This text has white color on #502237 background.