COLOR #50360D

HEX: #50360D
RGB: (80,54,13)

Color info

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

RGB color model

#50360D color RGB value is (80,54,13).

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

RGB channels and saturation

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

80
54
13

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 13 = 147 (100%)
R 80 of 147 ~ 54.42%
G 54 of 147 ~ 36.73%
B 13 of 147 ~ 8.84%

%54.42
%36.73

CMYK color model

#50360D color CMYK value is (0,33,84,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 83.75%
  • key color value is 68.63%
CMYK:
(0,33,84,69)
C0M33Y84K69 
(0%,33%,84%,69%)
(0.00/0.33/0.84/0.69)	

CMYK percentages

%0
%32.5
%83.75
%68.63

Codes

Color #50360D in popluar color models

50360D
RGB805413
HSL37°72.04%18.24%
HSB/HSV37°83.75%31.37%
CMYK0.00%32.50%83.75%
68.63%

Color #50360D in popluar number systems.

HEX50360D
Decimal805413
Binary10100001101101101
Octal1206615

Shades and tints

Shades of #50360D

#50360D
(80,54,13)
#49320C
(73,50,12)
#422E0B
(66,46,11)
#3B2A0A
(59,42,10)
#342609
(52,38,9)
#2D2208
(45,34,8)
#261E07
(38,30,7)
#1F1A06
(31,26,6)
#181605
(24,22,5)
#111204
(17,18,4)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #50360D

#50360D
(80,54,13)
#5F4823
(95,72,35)
#6E5A39
(110,90,57)
#7D6C4F
(125,108,79)
#8C7E65
(140,126,101)
#9B907B
(155,144,123)
#AAA291
(170,162,145)
#B9B4A7
(185,180,167)
#C8C6BD
(200,198,189)
#D7D8D3
(215,216,211)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50360D; }

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

This text font color is #50360D.


Background Color

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

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

This div background color is #50360D.


Border color

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

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

This div border color is #50360D.


Opacity

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

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

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

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

This text has shadow with #50360D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50360D on black background.


Color preview on white background

This text has color #50360D on white background.



Black color preview on #50360D background

This text has black color on #50360D background.


White color preview on #50360D background

This text has white color on #50360D background.