COLOR #502B25

HEX: #502B25
RGB: (80,43,37)

Color info

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

RGB color model

#502B25 color RGB value is (80,43,37).

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

RGB channels and saturation

R 80 of 255 = 31%
G 43 of 255 = 17%
B 37 of 255 = 15%

80
43
37

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

Portions of RGB colors in percentages

R + G + B =
80 + 43 + 37 = 160 (100%)
R 80 of 160 ~ 50%
G 43 of 160 ~ 26.88%
B 37 of 160 ~ 23.13%

%50
%26.88
%23.13

CMYK color model

#502B25 color CMYK value is (0,46,54,69).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 53.75%
  • key color value is 68.63%
CMYK:
(0,46,54,69)
C0M46Y54K69 
(0%,46%,54%,69%)
(0.00/0.46/0.54/0.69)	

CMYK percentages

%0
%46.25
%53.75
%68.63

Codes

Color #502B25 in popluar color models

502B25
RGB804337
HSL36.75%22.94%
HSB/HSV53.75%31.37%
CMYK0.00%46.25%53.75%
68.63%

Color #502B25 in popluar number systems.

HEX502B25
Decimal804337
Binary1010000101011100101
Octal1205345

Shades and tints

Shades of #502B25

#502B25
(80,43,37)
#492822
(73,40,34)
#42251F
(66,37,31)
#3B221C
(59,34,28)
#341F19
(52,31,25)
#2D1C16
(45,28,22)
#261913
(38,25,19)
#1F1610
(31,22,16)
#18130D
(24,19,13)
#11100A
(17,16,10)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #502B25

#502B25
(80,43,37)
#5F3E38
(95,62,56)
#6E514B
(110,81,75)
#7D645E
(125,100,94)
#8C7771
(140,119,113)
#9B8A84
(155,138,132)
#AA9D97
(170,157,151)
#B9B0AA
(185,176,170)
#C8C3BD
(200,195,189)
#D7D6D0
(215,214,208)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502B25; }

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

This text font color is #502B25.


Background Color

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

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

This div background color is #502B25.


Border color

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

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

This div border color is #502B25.


Opacity

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

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

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

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

This text has shadow with #502B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502B25 on black background.


Color preview on white background

This text has color #502B25 on white background.



Black color preview on #502B25 background

This text has black color on #502B25 background.


White color preview on #502B25 background

This text has white color on #502B25 background.