COLOR #502635

HEX: #502635
RGB: (80,38,53)

Color info

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

RGB color model

#502635 color RGB value is (80,38,53).

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

RGB channels and saturation

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

80
38
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 38 + 53 = 171 (100%)
R 80 of 171 ~ 46.78%
G 38 of 171 ~ 22.22%
B 53 of 171 ~ 30.99%

%46.78
%22.22
%30.99

CMYK color model

#502635 color CMYK value is (0,53,34,69).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,53,34,69)
C0M53Y34K69 
(0%,53%,34%,69%)
(0.00/0.53/0.34/0.69)	

CMYK percentages

%0
%52.5
%33.75
%68.63

Codes

Color #502635 in popluar color models

502635
RGB803853
HSL339°35.59%23.14%
HSB/HSV339°52.50%31.37%
CMYK0.00%52.50%33.75%
68.63%

Color #502635 in popluar number systems.

HEX502635
Decimal803853
Binary1010000100110110101
Octal1204665

Shades and tints

Shades of #502635

#502635
(80,38,53)
#492331
(73,35,49)
#42202D
(66,32,45)
#3B1D29
(59,29,41)
#341A25
(52,26,37)
#2D1721
(45,23,33)
#26141D
(38,20,29)
#1F1119
(31,17,25)
#180E15
(24,14,21)
#110B11
(17,11,17)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #502635

#502635
(80,38,53)
#5F3947
(95,57,71)
#6E4C59
(110,76,89)
#7D5F6B
(125,95,107)
#8C727D
(140,114,125)
#9B858F
(155,133,143)
#AA98A1
(170,152,161)
#B9ABB3
(185,171,179)
#C8BEC5
(200,190,197)
#D7D1D7
(215,209,215)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502635; }

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

This text font color is #502635.


Background Color

.myBgColor { background-color: #502635; }

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

This div background color is #502635.


Border color

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

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

This div border color is #502635.


Opacity

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

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

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

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

This text has shadow with #502635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502635 on black background.


Color preview on white background

This text has color #502635 on white background.



Black color preview on #502635 background

This text has black color on #502635 background.


White color preview on #502635 background

This text has white color on #502635 background.