COLOR #50400C

HEX: #50400C RGB: (80,64,12)

Color info

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

RGB color model

#50400C color RGB value is (80,64,12).

RGB: (80,64,12) (31%, 25%, 5%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 12 of 255 = 5%

80
64
12

R + G + B ~ 20%. #50400C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 64 + 12 = 156 (100%)
R 80 of 156 ~ 51.28%
G 64 of 156 ~ 41.03%
B 12 of 156 ~ 7.69'%

%51.28
%41.03

CMYK color model

#50400C color CMYK value is (0,20,85,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 85.00%
  • key color value is 68.63%

CMYK: (0,20,85,69)
C0M20Y85K69 (0%, 20%, 85%, 69%)
(0.00 / 0.20 / 0.85 / 0.69)

CMYK percentages

%0
%20
%85
%68.63

Codes

Color #50400C in popluar color models

50 40 0C
RGB 80 64 12
HSL 46° 73.91% 18.04%
HSB/HSV 46° 85.00% 31.37%
CMYK 0.00% 20.00% 85.00%
68.63%

Color #50400C in popluar number systems.

HEX 50 40 0C
Decimal 80 64 12
Binary 1010000 1000000 1100
Octal 120 100 14

Shades and tints

Shades of #50400C

#50400C
(80,64,12)
#493B0B
(73,59,11)
#42360A
(66,54,10)
#3B3109
(59,49,9)
#342C08
(52,44,8)
#2D2707
(45,39,7)
#262206
(38,34,6)
#1F1D05
(31,29,5)
#181804
(24,24,4)
#111303
(17,19,3)
#0A0E02
(10,14,2)
#000000
(0,0,0)

Tints of #50400C

#50400C
(80,64,12)
#5F5122
(95,81,34)
#6E6238
(110,98,56)
#7D734E
(125,115,78)
#8C8464
(140,132,100)
#9B957A
(155,149,122)
#AAA690
(170,166,144)
#B9B7A6
(185,183,166)
#C8C8BC
(200,200,188)
#D7D9D2
(215,217,210)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50400C color. Also use rgb(80,64,12) instead hex code.

Text Font Color

.myTextColor { color: #50400C; }

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

This text font color is #50400C.

Background Color

.myBgColor { background-color: #50400C; }

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

This div background color is #50400C.

Border color

.myBorderColor { border: 1px solid #50400C; }

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

This div border color is #50400C.

Opacity

.myOpacity80 { color: #50400C; opacity: 0.8; }

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

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

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

This text has shadow with #50400C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50400C.

Preview

Color preview on black background

This text has color #50400C on black background.


Color preview on white background

This text has color #50400C on white background.


Black color preview on #50400C background

This text has black color on #50400C background.


White color preview on #50400C background

This text has white color on #50400C background.


Related colors

Complementary color

Complementary color for #hex is #AFBFF3.


I love getcolorcode.com

Triadic colors

1 #0C5040 and #400C50 with #50400C are triadic colors.

2 #0C4050 and #40500C with #50400C are triadic colors.