COLOR #50330C

HEX: #50330C
RGB: (80,51,12)

Color info

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

RGB color model

#50330C color RGB value is (80,51,12).

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

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 12 of 255 = 5%

80
51
12

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

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 12 = 143 (100%)
R 80 of 143 ~ 55.94%
G 51 of 143 ~ 35.66%
B 12 of 143 ~ 8.39%

%55.94
%35.66

CMYK color model

#50330C color CMYK value is (0,36,85,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 85.00%
  • key color value is 68.63%
CMYK:
(0,36,85,69)
C0M36Y85K69 
(0%,36%,85%,69%)
(0.00/0.36/0.85/0.69)	

CMYK percentages

%0
%36.25
%85
%68.63

Codes

Color #50330C in popluar color models

50330C
RGB805112
HSL34°73.91%18.04%
HSB/HSV34°85.00%31.37%
CMYK0.00%36.25%85.00%
68.63%

Color #50330C in popluar number systems.

HEX50330C
Decimal805112
Binary10100001100111100
Octal1206314

Shades and tints

Shades of #50330C

#50330C
(80,51,12)
#492F0B
(73,47,11)
#422B0A
(66,43,10)
#3B2709
(59,39,9)
#342308
(52,35,8)
#2D1F07
(45,31,7)
#261B06
(38,27,6)
#1F1705
(31,23,5)
#181304
(24,19,4)
#110F03
(17,15,3)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #50330C

#50330C
(80,51,12)
#5F4522
(95,69,34)
#6E5738
(110,87,56)
#7D694E
(125,105,78)
#8C7B64
(140,123,100)
#9B8D7A
(155,141,122)
#AA9F90
(170,159,144)
#B9B1A6
(185,177,166)
#C8C3BC
(200,195,188)
#D7D5D2
(215,213,210)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50330C; }

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

This text font color is #50330C.


Background Color

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

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

This div background color is #50330C.


Border color

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

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

This div border color is #50330C.


Opacity

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

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

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

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

This text has shadow with #50330C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50330C on black background.


Color preview on white background

This text has color #50330C on white background.



Black color preview on #50330C background

This text has black color on #50330C background.


White color preview on #50330C background

This text has white color on #50330C background.