COLOR #502D25

HEX: #502D25
RGB: (80,45,37)

Color info

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

RGB color model

#502D25 color RGB value is (80,45,37).

  • red value is 80;
  • green value is 45;
  • blue value is 37.
RGB:
(80,45,37)
(31%,18%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 37 of 255 = 15%

80
45
37

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

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 37 = 162 (100%)
R 80 of 162 ~ 49.38%
G 45 of 162 ~ 27.78%
B 37 of 162 ~ 22.84%

%49.38
%27.78
%22.84

CMYK color model

#502D25 color CMYK value is (0,44,54,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 53.75%
  • key color value is 68.63%
CMYK:
(0,44,54,69)
C0M44Y54K69 
(0%,44%,54%,69%)
(0.00/0.44/0.54/0.69)	

CMYK percentages

%0
%43.75
%53.75
%68.63

Codes

Color #502D25 in popluar color models

502D25
RGB804537
HSL11°36.75%22.94%
HSB/HSV11°53.75%31.37%
CMYK0.00%43.75%53.75%
68.63%

Color #502D25 in popluar number systems.

HEX502D25
Decimal804537
Binary1010000101101100101
Octal1205545

Shades and tints

Shades of #502D25

#502D25
(80,45,37)
#492922
(73,41,34)
#42251F
(66,37,31)
#3B211C
(59,33,28)
#341D19
(52,29,25)
#2D1916
(45,25,22)
#261513
(38,21,19)
#1F1110
(31,17,16)
#180D0D
(24,13,13)
#11090A
(17,9,10)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #502D25

#502D25
(80,45,37)
#5F4038
(95,64,56)
#6E534B
(110,83,75)
#7D665E
(125,102,94)
#8C7971
(140,121,113)
#9B8C84
(155,140,132)
#AA9F97
(170,159,151)
#B9B2AA
(185,178,170)
#C8C5BD
(200,197,189)
#D7D8D0
(215,216,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502D25 color. Also use rgb(80,45,37) instead hex code.

Text Font Color

.myTextColor { color: #502D25; }

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

This text font color is #502D25.


Background Color

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

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

This div background color is #502D25.


Border color

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

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

This div border color is #502D25.


Opacity

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

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

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

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

This text has shadow with #502D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D25 on black background.


Color preview on white background

This text has color #502D25 on white background.



Black color preview on #502D25 background

This text has black color on #502D25 background.


White color preview on #502D25 background

This text has white color on #502D25 background.