COLOR #502434

HEX: #502434
RGB: (80,36,52)

Color info

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

RGB color model

#502434 color RGB value is (80,36,52).

  • red value is 80;
  • green value is 36;
  • blue value is 52.
RGB:
(80,36,52)
(31%,14%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 52 of 255 = 20%

80
36
52

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

Portions of RGB colors in percentages

R + G + B =
80 + 36 + 52 = 168 (100%)
R 80 of 168 ~ 47.62%
G 36 of 168 ~ 21.43%
B 52 of 168 ~ 30.95%

%47.62
%21.43
%30.95

CMYK color model

#502434 color CMYK value is (0,55,35,69).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,55,35,69)
C0M55Y35K69 
(0%,55%,35%,69%)
(0.00/0.55/0.35/0.69)	

CMYK percentages

%0
%55
%35
%68.63

Codes

Color #502434 in popluar color models

502434
RGB803652
HSL338°37.93%22.75%
HSB/HSV338°55.00%31.37%
CMYK0.00%55.00%35.00%
68.63%

Color #502434 in popluar number systems.

HEX502434
Decimal803652
Binary1010000100100110100
Octal1204464

Shades and tints

Shades of #502434

#502434
(80,36,52)
#492130
(73,33,48)
#421E2C
(66,30,44)
#3B1B28
(59,27,40)
#341824
(52,24,36)
#2D1520
(45,21,32)
#26121C
(38,18,28)
#1F0F18
(31,15,24)
#180C14
(24,12,20)
#110910
(17,9,16)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #502434

#502434
(80,36,52)
#5F3746
(95,55,70)
#6E4A58
(110,74,88)
#7D5D6A
(125,93,106)
#8C707C
(140,112,124)
#9B838E
(155,131,142)
#AA96A0
(170,150,160)
#B9A9B2
(185,169,178)
#C8BCC4
(200,188,196)
#D7CFD6
(215,207,214)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502434; }

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

This text font color is #502434.


Background Color

.myBgColor { background-color: #502434; }

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

This div background color is #502434.


Border color

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

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

This div border color is #502434.


Opacity

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

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

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

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

This text has shadow with #502434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502434 on black background.


Color preview on white background

This text has color #502434 on white background.



Black color preview on #502434 background

This text has black color on #502434 background.


White color preview on #502434 background

This text has white color on #502434 background.