COLOR #500B22

HEX: #500B22
RGB: (80,11,34)

Color info

#500B22 contains mainly red and blue colors. Web safe color of #500B22 is #660033 (or #603).

RGB color model

#500B22 color RGB value is (80,11,34).

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

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 34 of 255 = 13%

80
11
34

R + G + B ~ 16%. #500B22 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 11 + 34 = 125 (100%)
R 80 of 125 ~ 64%
G 11 of 125 ~ 8.8%
B 34 of 125 ~ 27.2%

%64
%27.2

CMYK color model

#500B22 color CMYK value is (0,86,58,69).

  • cyan value is 0.00%
  • magenta value is 86.25%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(0,86,58,69)
C0M86Y58K69 
(0%,86%,58%,69%)
(0.00/0.86/0.58/0.69)	

CMYK percentages

%0
%86.25
%57.5
%68.63

Codes

Color #500B22 in popluar color models

500B22
RGB801134
HSL340°75.82%17.84%
HSB/HSV340°86.25%31.37%
CMYK0.00%86.25%57.50%
68.63%

Color #500B22 in popluar number systems.

HEX500B22
Decimal801134
Binary10100001011100010
Octal1201342

Shades and tints

Shades of #500B22

#500B22
(80,11,34)
#490A1F
(73,10,31)
#42091C
(66,9,28)
#3B0819
(59,8,25)
#340716
(52,7,22)
#2D0613
(45,6,19)
#260510
(38,5,16)
#1F040D
(31,4,13)
#18030A
(24,3,10)
#110207
(17,2,7)
#0A0104
(10,1,4)
#000000
(0,0,0)

Tints of #500B22

#500B22
(80,11,34)
#5F2136
(95,33,54)
#6E374A
(110,55,74)
#7D4D5E
(125,77,94)
#8C6372
(140,99,114)
#9B7986
(155,121,134)
#AA8F9A
(170,143,154)
#B9A5AE
(185,165,174)
#C8BBC2
(200,187,194)
#D7D1D6
(215,209,214)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500B22 color. Also use rgb(80,11,34) instead hex code.

Text Font Color

.myTextColor { color: #500B22; }

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

This text font color is #500B22.


Background Color

.myBgColor { background-color: #500B22; }

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

This div background color is #500B22.


Border color

.myBorderColor { border: 1px solid #500B22; }

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

This div border color is #500B22.


Opacity

.myOpacity80 { color: #500B22; opacity: 0.8; }

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

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

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

This text has shadow with #500B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B22 on black background.


Color preview on white background

This text has color #500B22 on white background.



Black color preview on #500B22 background

This text has black color on #500B22 background.


White color preview on #500B22 background

This text has white color on #500B22 background.