COLOR #502F35

HEX: #502F35
RGB: (80,47,53)

Color info

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

RGB color model

#502F35 color RGB value is (80,47,53).

  • red value is 80;
  • green value is 47;
  • blue value is 53.
RGB:
(80,47,53)
(31%,18%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 53 of 255 = 21%

80
47
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 53 = 180 (100%)
R 80 of 180 ~ 44.44%
G 47 of 180 ~ 26.11%
B 53 of 180 ~ 29.44%

%44.44
%26.11
%29.44

CMYK color model

#502F35 color CMYK value is (0,41,34,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,41,34,69)
C0M41Y34K69 
(0%,41%,34%,69%)
(0.00/0.41/0.34/0.69)	

CMYK percentages

%0
%41.25
%33.75
%68.63

Codes

Color #502F35 in popluar color models

502F35
RGB804753
HSL349°25.98%24.90%
HSB/HSV349°41.25%31.37%
CMYK0.00%41.25%33.75%
68.63%

Color #502F35 in popluar number systems.

HEX502F35
Decimal804753
Binary1010000101111110101
Octal1205765

Shades and tints

Shades of #502F35

#502F35
(80,47,53)
#492B31
(73,43,49)
#42272D
(66,39,45)
#3B2329
(59,35,41)
#341F25
(52,31,37)
#2D1B21
(45,27,33)
#26171D
(38,23,29)
#1F1319
(31,19,25)
#180F15
(24,15,21)
#110B11
(17,11,17)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #502F35

#502F35
(80,47,53)
#5F4147
(95,65,71)
#6E5359
(110,83,89)
#7D656B
(125,101,107)
#8C777D
(140,119,125)
#9B898F
(155,137,143)
#AA9BA1
(170,155,161)
#B9ADB3
(185,173,179)
#C8BFC5
(200,191,197)
#D7D1D7
(215,209,215)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502F35 color. Also use rgb(80,47,53) instead hex code.

Text Font Color

.myTextColor { color: #502F35; }

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

This text font color is #502F35.


Background Color

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

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

This div background color is #502F35.


Border color

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

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

This div border color is #502F35.


Opacity

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

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

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

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

This text has shadow with #502F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F35 on black background.


Color preview on white background

This text has color #502F35 on white background.



Black color preview on #502F35 background

This text has black color on #502F35 background.


White color preview on #502F35 background

This text has white color on #502F35 background.