COLOR #502A27

HEX: #502A27
RGB: (80,42,39)

Color info

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

RGB color model

#502A27 color RGB value is (80,42,39).

  • red value is 80;
  • green value is 42;
  • blue value is 39.
RGB:
(80,42,39)
(31%,16%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 39 of 255 = 15%

80
42
39

R + G + B ~ 21%. #502A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 39 = 161 (100%)
R 80 of 161 ~ 49.69%
G 42 of 161 ~ 26.09%
B 39 of 161 ~ 24.22%

%49.69
%26.09
%24.22

CMYK color model

#502A27 color CMYK value is (0,48,51,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(0,48,51,69)
C0M48Y51K69 
(0%,48%,51%,69%)
(0.00/0.48/0.51/0.69)	

CMYK percentages

%0
%47.5
%51.25
%68.63

Codes

Color #502A27 in popluar color models

502A27
RGB804239
HSL34.45%23.33%
HSB/HSV51.25%31.37%
CMYK0.00%47.50%51.25%
68.63%

Color #502A27 in popluar number systems.

HEX502A27
Decimal804239
Binary1010000101010100111
Octal1205247

Shades and tints

Shades of #502A27

#502A27
(80,42,39)
#492724
(73,39,36)
#422421
(66,36,33)
#3B211E
(59,33,30)
#341E1B
(52,30,27)
#2D1B18
(45,27,24)
#261815
(38,24,21)
#1F1512
(31,21,18)
#18120F
(24,18,15)
#110F0C
(17,15,12)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #502A27

#502A27
(80,42,39)
#5F3D3A
(95,61,58)
#6E504D
(110,80,77)
#7D6360
(125,99,96)
#8C7673
(140,118,115)
#9B8986
(155,137,134)
#AA9C99
(170,156,153)
#B9AFAC
(185,175,172)
#C8C2BF
(200,194,191)
#D7D5D2
(215,213,210)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502A27 color. Also use rgb(80,42,39) instead hex code.

Text Font Color

.myTextColor { color: #502A27; }

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

This text font color is #502A27.


Background Color

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

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

This div background color is #502A27.


Border color

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

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

This div border color is #502A27.


Opacity

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

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

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

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

This text has shadow with #502A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A27 on black background.


Color preview on white background

This text has color #502A27 on white background.



Black color preview on #502A27 background

This text has black color on #502A27 background.


White color preview on #502A27 background

This text has white color on #502A27 background.