COLOR #501F22

HEX: #501F22
RGB: (80,31,34)

Color info

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

RGB color model

#501F22 color RGB value is (80,31,34).

  • red value is 80;
  • green value is 31;
  • blue value is 34.
RGB:
(80,31,34)
(31%,12%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 31 of 255 = 12%
B 34 of 255 = 13%

80
31
34

R + G + B ~ 19%. #501F22 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 31 + 34 = 145 (100%)
R 80 of 145 ~ 55.17%
G 31 of 145 ~ 21.38%
B 34 of 145 ~ 23.45%

%55.17
%21.38
%23.45

CMYK color model

#501F22 color CMYK value is (0,61,58,69).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(0,61,58,69)
C0M61Y58K69 
(0%,61%,58%,69%)
(0.00/0.61/0.58/0.69)	

CMYK percentages

%0
%61.25
%57.5
%68.63

Codes

Color #501F22 in popluar color models

501F22
RGB803134
HSL356°44.14%21.76%
HSB/HSV356°61.25%31.37%
CMYK0.00%61.25%57.50%
68.63%

Color #501F22 in popluar number systems.

HEX501F22
Decimal803134
Binary101000011111100010
Octal1203742

Shades and tints

Shades of #501F22

#501F22
(80,31,34)
#491D1F
(73,29,31)
#421B1C
(66,27,28)
#3B1919
(59,25,25)
#341716
(52,23,22)
#2D1513
(45,21,19)
#261310
(38,19,16)
#1F110D
(31,17,13)
#180F0A
(24,15,10)
#110D07
(17,13,7)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #501F22

#501F22
(80,31,34)
#5F3336
(95,51,54)
#6E474A
(110,71,74)
#7D5B5E
(125,91,94)
#8C6F72
(140,111,114)
#9B8386
(155,131,134)
#AA979A
(170,151,154)
#B9ABAE
(185,171,174)
#C8BFC2
(200,191,194)
#D7D3D6
(215,211,214)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501F22 color. Also use rgb(80,31,34) instead hex code.

Text Font Color

.myTextColor { color: #501F22; }

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

This text font color is #501F22.


Background Color

.myBgColor { background-color: #501F22; }

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

This div background color is #501F22.


Border color

.myBorderColor { border: 1px solid #501F22; }

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

This div border color is #501F22.


Opacity

.myOpacity80 { color: #501F22; opacity: 0.8; }

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

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

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

This text has shadow with #501F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F22 on black background.


Color preview on white background

This text has color #501F22 on white background.



Black color preview on #501F22 background

This text has black color on #501F22 background.


White color preview on #501F22 background

This text has white color on #501F22 background.