COLOR #50360C

HEX: #50360C
RGB: (80,54,12)

Color info

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

RGB color model

#50360C color RGB value is (80,54,12).

  • red value is 80;
  • green value is 54;
  • blue value is 12.
RGB:
(80,54,12)
(31%,21%,5%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 12 of 255 = 5%

80
54
12

R + G + B ~ 19%. #50360C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 12 = 146 (100%)
R 80 of 146 ~ 54.79%
G 54 of 146 ~ 36.99%
B 12 of 146 ~ 8.22%

%54.79
%36.99

CMYK color model

#50360C color CMYK value is (0,33,85,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 85.00%
  • key color value is 68.63%
CMYK:
(0,33,85,69)
C0M33Y85K69 
(0%,33%,85%,69%)
(0.00/0.33/0.85/0.69)	

CMYK percentages

%0
%32.5
%85
%68.63

Codes

Color #50360C in popluar color models

50360C
RGB805412
HSL37°73.91%18.04%
HSB/HSV37°85.00%31.37%
CMYK0.00%32.50%85.00%
68.63%

Color #50360C in popluar number systems.

HEX50360C
Decimal805412
Binary10100001101101100
Octal1206614

Shades and tints

Shades of #50360C

#50360C
(80,54,12)
#49320B
(73,50,11)
#422E0A
(66,46,10)
#3B2A09
(59,42,9)
#342608
(52,38,8)
#2D2207
(45,34,7)
#261E06
(38,30,6)
#1F1A05
(31,26,5)
#181604
(24,22,4)
#111203
(17,18,3)
#0A0E02
(10,14,2)
#000000
(0,0,0)

Tints of #50360C

#50360C
(80,54,12)
#5F4822
(95,72,34)
#6E5A38
(110,90,56)
#7D6C4E
(125,108,78)
#8C7E64
(140,126,100)
#9B907A
(155,144,122)
#AAA290
(170,162,144)
#B9B4A6
(185,180,166)
#C8C6BC
(200,198,188)
#D7D8D2
(215,216,210)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50360C; }

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

This text font color is #50360C.


Background Color

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

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

This div background color is #50360C.


Border color

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

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

This div border color is #50360C.


Opacity

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

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

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

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

This text has shadow with #50360C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50360C on black background.


Color preview on white background

This text has color #50360C on white background.



Black color preview on #50360C background

This text has black color on #50360C background.


White color preview on #50360C background

This text has white color on #50360C background.