COLOR #502C34

HEX: #502C34
RGB: (80,44,52)

Color info

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

RGB color model

#502C34 color RGB value is (80,44,52).

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

RGB channels and saturation

R 80 of 255 = 31%
G 44 of 255 = 17%
B 52 of 255 = 20%

80
44
52

R + G + B ~ 23%. #502C34 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 44 + 52 = 176 (100%)
R 80 of 176 ~ 45.45%
G 44 of 176 ~ 25%
B 52 of 176 ~ 29.55%

%45.45
%25
%29.55

CMYK color model

#502C34 color CMYK value is (0,45,35,69).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,45,35,69)
C0M45Y35K69 
(0%,45%,35%,69%)
(0.00/0.45/0.35/0.69)	

CMYK percentages

%0
%45
%35
%68.63

Codes

Color #502C34 in popluar color models

502C34
RGB804452
HSL347°29.03%24.31%
HSB/HSV347°45.00%31.37%
CMYK0.00%45.00%35.00%
68.63%

Color #502C34 in popluar number systems.

HEX502C34
Decimal804452
Binary1010000101100110100
Octal1205464

Shades and tints

Shades of #502C34

#502C34
(80,44,52)
#492830
(73,40,48)
#42242C
(66,36,44)
#3B2028
(59,32,40)
#341C24
(52,28,36)
#2D1820
(45,24,32)
#26141C
(38,20,28)
#1F1018
(31,16,24)
#180C14
(24,12,20)
#110810
(17,8,16)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #502C34

#502C34
(80,44,52)
#5F3F46
(95,63,70)
#6E5258
(110,82,88)
#7D656A
(125,101,106)
#8C787C
(140,120,124)
#9B8B8E
(155,139,142)
#AA9EA0
(170,158,160)
#B9B1B2
(185,177,178)
#C8C4C4
(200,196,196)
#D7D7D6
(215,215,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502C34; }

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

This text font color is #502C34.


Background Color

.myBgColor { background-color: #502C34; }

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

This div background color is #502C34.


Border color

.myBorderColor { border: 1px solid #502C34; }

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

This div border color is #502C34.


Opacity

.myOpacity80 { color: #502C34; opacity: 0.8; }

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

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

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

This text has shadow with #502C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502C34 on black background.


Color preview on white background

This text has color #502C34 on white background.



Black color preview on #502C34 background

This text has black color on #502C34 background.


White color preview on #502C34 background

This text has white color on #502C34 background.