COLOR #50350E

HEX: #50350E
RGB: (80,53,14)

Color info

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

RGB color model

#50350E color RGB value is (80,53,14).

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

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 14 of 255 = 5%

80
53
14

R + G + B ~ 19%. #50350E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 14 = 147 (100%)
R 80 of 147 ~ 54.42%
G 53 of 147 ~ 36.05%
B 14 of 147 ~ 9.52%

%54.42
%36.05
%9.52

CMYK color model

#50350E color CMYK value is (0,34,83,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 82.50%
  • key color value is 68.63%
CMYK:
(0,34,83,69)
C0M34Y83K69 
(0%,34%,83%,69%)
(0.00/0.34/0.83/0.69)	

CMYK percentages

%0
%33.75
%82.5
%68.63

Codes

Color #50350E in popluar color models

50350E
RGB805314
HSL35°70.21%18.43%
HSB/HSV35°82.50%31.37%
CMYK0.00%33.75%82.50%
68.63%

Color #50350E in popluar number systems.

HEX50350E
Decimal805314
Binary10100001101011110
Octal1206516

Shades and tints

Shades of #50350E

#50350E
(80,53,14)
#49310D
(73,49,13)
#422D0C
(66,45,12)
#3B290B
(59,41,11)
#34250A
(52,37,10)
#2D2109
(45,33,9)
#261D08
(38,29,8)
#1F1907
(31,25,7)
#181506
(24,21,6)
#111105
(17,17,5)
#0A0D04
(10,13,4)
#000000
(0,0,0)

Tints of #50350E

#50350E
(80,53,14)
#5F4723
(95,71,35)
#6E5938
(110,89,56)
#7D6B4D
(125,107,77)
#8C7D62
(140,125,98)
#9B8F77
(155,143,119)
#AAA18C
(170,161,140)
#B9B3A1
(185,179,161)
#C8C5B6
(200,197,182)
#D7D7CB
(215,215,203)
#E6E9E0
(230,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50350E color. Also use rgb(80,53,14) instead hex code.

Text Font Color

.myTextColor { color: #50350E; }

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

This text font color is #50350E.


Background Color

.myBgColor { background-color: #50350E; }

<div style="background-color:#50350E">Inner text</div>

This div background color is #50350E.


Border color

.myBorderColor { border: 1px solid #50350E; }

<div style="border:3px solid #50350E">Div</div>

This div border color is #50350E.


Opacity

.myOpacity80 { color: #50350E; opacity: 0.8; }

<p style="color:#50350E;opacity:0.8;">80%</p>

Text with #50350E 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 #50350E;}

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

This text has shadow with #50350E color.

.textShadow {text-shadow: 3px 3px 1px #50350E, 3px 3px 1px red;}

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

This text has shadow with #50350E primary color and red secondary color.


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

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

This text has shadow with #50350E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50350E on black background.


Color preview on white background

This text has color #50350E on white background.



Black color preview on #50350E background

This text has black color on #50350E background.


White color preview on #50350E background

This text has white color on #50350E background.