COLOR #501825

HEX: #501825
RGB: (80,24,37)

Color info

#501825 contains red, green and blue colors in about the same proportion. Web safe color of #501825 is #660033 (or #603).

RGB color model

#501825 color RGB value is (80,24,37).

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

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 37 of 255 = 15%

80
24
37

R + G + B ~ 18%. #501825 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 37 = 141 (100%)
R 80 of 141 ~ 56.74%
G 24 of 141 ~ 17.02%
B 37 of 141 ~ 26.24%

%56.74
%17.02
%26.24

CMYK color model

#501825 color CMYK value is (0,70,54,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 53.75%
  • key color value is 68.63%
CMYK:
(0,70,54,69)
C0M70Y54K69 
(0%,70%,54%,69%)
(0.00/0.70/0.54/0.69)	

CMYK percentages

%0
%70
%53.75
%68.63

Codes

Color #501825 in popluar color models

501825
RGB802437
HSL346°53.85%20.39%
HSB/HSV346°70.00%31.37%
CMYK0.00%70.00%53.75%
68.63%

Color #501825 in popluar number systems.

HEX501825
Decimal802437
Binary101000011000100101
Octal1203045

Shades and tints

Shades of #501825

#501825
(80,24,37)
#491622
(73,22,34)
#42141F
(66,20,31)
#3B121C
(59,18,28)
#341019
(52,16,25)
#2D0E16
(45,14,22)
#260C13
(38,12,19)
#1F0A10
(31,10,16)
#18080D
(24,8,13)
#11060A
(17,6,10)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #501825

#501825
(80,24,37)
#5F2D38
(95,45,56)
#6E424B
(110,66,75)
#7D575E
(125,87,94)
#8C6C71
(140,108,113)
#9B8184
(155,129,132)
#AA9697
(170,150,151)
#B9ABAA
(185,171,170)
#C8C0BD
(200,192,189)
#D7D5D0
(215,213,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501825; }

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

This text font color is #501825.


Background Color

.myBgColor { background-color: #501825; }

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

This div background color is #501825.


Border color

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

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

This div border color is #501825.


Opacity

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

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

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

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

This text has shadow with #501825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501825 on black background.


Color preview on white background

This text has color #501825 on white background.



Black color preview on #501825 background

This text has black color on #501825 background.


White color preview on #501825 background

This text has white color on #501825 background.