COLOR #501B0E

HEX: #501B0E RGB: (80,27,14)

Color info

#501B0E contains mainly red and green colors. Web safe color of #501B0E is #663300 (or #630).

RGB color model

#501B0E color RGB value is (80,27,14).

RGB: (80,27,14) (31%, 11%, 5%)

RGB channels and saturation

R 80 of 255 = 31%
G 27 of 255 = 11%
B 14 of 255 = 5%

80
27
14

R + G + B ~ 16%. #501B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 27 + 14 = 121 (100%)
R 80 of 121 ~ 66.12%
G 27 of 121 ~ 22.31%
B 14 of 121 ~ 11.57'%

%66.12
%22.31
%11.57

CMYK color model

#501B0E color CMYK value is (0,66,83,69).

  • cyan value is 0.00%
  • magenta value is 66.25%
  • yellow value is 82.50%
  • key color value is 68.63%

CMYK: (0,66,83,69)
C0M66Y83K69 (0%, 66%, 83%, 69%)
(0.00 / 0.66 / 0.83 / 0.69)

CMYK percentages

%0
%66.25
%82.5
%68.63

Codes

Color #501B0E in popluar color models

50 1B 0E
RGB 80 27 14
HSL 12° 70.21% 18.43%
HSB/HSV 12° 82.50% 31.37%
CMYK 0.00% 66.25% 82.50%
68.63%

Color #501B0E in popluar number systems.

HEX 50 1B 0E
Decimal 80 27 14
Binary 1010000 11011 1110
Octal 120 33 16

Shades and tints

Shades of #501B0E

#501B0E
(80,27,14)
#49190D
(73,25,13)
#42170C
(66,23,12)
#3B150B
(59,21,11)
#34130A
(52,19,10)
#2D1109
(45,17,9)
#260F08
(38,15,8)
#1F0D07
(31,13,7)
#180B06
(24,11,6)
#110905
(17,9,5)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #501B0E

#501B0E
(80,27,14)
#5F2F23
(95,47,35)
#6E4338
(110,67,56)
#7D574D
(125,87,77)
#8C6B62
(140,107,98)
#9B7F77
(155,127,119)
#AA938C
(170,147,140)
#B9A7A1
(185,167,161)
#C8BBB6
(200,187,182)
#D7CFCB
(215,207,203)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501B0E color. Also use rgb(80,27,14) instead hex code.

Text Font Color

.myTextColor { color: #501B0E; }

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

This text font color is #501B0E.

Background Color

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

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

This div background color is #501B0E.

Border color

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

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

This div border color is #501B0E.

Opacity

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

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

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

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

This text has shadow with #501B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501B0E.

Preview

Color preview on black background

This text has color #501B0E on black background.


Color preview on white background

This text has color #501B0E on white background.


Black color preview on #501B0E background

This text has black color on #501B0E background.


White color preview on #501B0E background

This text has white color on #501B0E background.


Related colors

Complementary color

Complementary color for #hex is #AFE4F1.


I love getcolorcode.com

Triadic colors

1 #0E501B and #1B0E50 with #501B0E are triadic colors.

2 #0E1B50 and #1B500E with #501B0E are triadic colors.