COLOR #502735

HEX: #502735
RGB: (80,39,53)

Color info

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

RGB color model

#502735 color RGB value is (80,39,53).

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

RGB channels and saturation

R 80 of 255 = 31%
G 39 of 255 = 15%
B 53 of 255 = 21%

80
39
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 39 + 53 = 172 (100%)
R 80 of 172 ~ 46.51%
G 39 of 172 ~ 22.67%
B 53 of 172 ~ 30.81%

%46.51
%22.67
%30.81

CMYK color model

#502735 color CMYK value is (0,51,34,69).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,51,34,69)
C0M51Y34K69 
(0%,51%,34%,69%)
(0.00/0.51/0.34/0.69)	

CMYK percentages

%0
%51.25
%33.75
%68.63

Codes

Color #502735 in popluar color models

502735
RGB803953
HSL340°34.45%23.33%
HSB/HSV340°51.25%31.37%
CMYK0.00%51.25%33.75%
68.63%

Color #502735 in popluar number systems.

HEX502735
Decimal803953
Binary1010000100111110101
Octal1204765

Shades and tints

Shades of #502735

#502735
(80,39,53)
#492431
(73,36,49)
#42212D
(66,33,45)
#3B1E29
(59,30,41)
#341B25
(52,27,37)
#2D1821
(45,24,33)
#26151D
(38,21,29)
#1F1219
(31,18,25)
#180F15
(24,15,21)
#110C11
(17,12,17)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #502735

#502735
(80,39,53)
#5F3A47
(95,58,71)
#6E4D59
(110,77,89)
#7D606B
(125,96,107)
#8C737D
(140,115,125)
#9B868F
(155,134,143)
#AA99A1
(170,153,161)
#B9ACB3
(185,172,179)
#C8BFC5
(200,191,197)
#D7D2D7
(215,210,215)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502735; }

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

This text font color is #502735.


Background Color

.myBgColor { background-color: #502735; }

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

This div background color is #502735.


Border color

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

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

This div border color is #502735.


Opacity

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

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

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

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

This text has shadow with #502735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502735 on black background.


Color preview on white background

This text has color #502735 on white background.



Black color preview on #502735 background

This text has black color on #502735 background.


White color preview on #502735 background

This text has white color on #502735 background.