COLOR #330E0C

HEX: #330E0C
RGB: (51,14,12)

Color info

#330E0C contains red, green and blue colors in about the same proportion. Web safe color of #330E0C is #330000 (or #300).

RGB color model

#330E0C color RGB value is (51,14,12).

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

RGB channels and saturation

R 51 of 255 = 20%
G 14 of 255 = 5%
B 12 of 255 = 5%

51
14
12

R + G + B ~ 10%. #330E0C is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 14 + 12 = 77 (100%)
R 51 of 77 ~ 66.23%
G 14 of 77 ~ 18.18%
B 12 of 77 ~ 15.58%

%66.23
%18.18
%15.58

CMYK color model

#330E0C color CMYK value is (0,73,76,80).

  • cyan value is 0.00%
  • magenta value is 72.55%
  • yellow value is 76.47%
  • key color value is 80.00%
CMYK:
(0,73,76,80)
C0M73Y76K80 
(0%,73%,76%,80%)
(0.00/0.73/0.76/0.80)	

CMYK percentages

%0
%72.55
%76.47
%80

Codes

Color #330E0C in popluar color models

330E0C
RGB511412
HSL61.90%12.35%
HSB/HSV76.47%20.00%
CMYK0.00%72.55%76.47%
80.00%

Color #330E0C in popluar number systems.

HEX330E0C
Decimal511412
Binary11001111101100
Octal631614

Shades and tints

Shades of #330E0C

#330E0C
(51,14,12)
#2F0D0B
(47,13,11)
#2B0C0A
(43,12,10)
#270B09
(39,11,9)
#230A08
(35,10,8)
#1F0907
(31,9,7)
#1B0806
(27,8,6)
#170705
(23,7,5)
#130604
(19,6,4)
#0F0503
(15,5,3)
#0B0402
(11,4,2)
#000000
(0,0,0)

Tints of #330E0C

#330E0C
(51,14,12)
#452322
(69,35,34)
#573838
(87,56,56)
#694D4E
(105,77,78)
#7B6264
(123,98,100)
#8D777A
(141,119,122)
#9F8C90
(159,140,144)
#B1A1A6
(177,161,166)
#C3B6BC
(195,182,188)
#D5CBD2
(213,203,210)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330E0C color. Also use rgb(51,14,12) instead hex code.

Text Font Color

.myTextColor { color: #330E0C; }

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

This text font color is #330E0C.


Background Color

.myBgColor { background-color: #330E0C; }

<div style="background-color:#330E0C">Inner text</div>

This div background color is #330E0C.


Border color

.myBorderColor { border: 1px solid #330E0C; }

<div style="border:3px solid #330E0C">Div</div>

This div border color is #330E0C.


Opacity

.myOpacity80 { color: #330E0C; opacity: 0.8; }

<p style="color:#330E0C;opacity:0.8;">80%</p>

Text with #330E0C 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 #330E0C;}

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

This text has shadow with #330E0C color.

.textShadow {text-shadow: 3px 3px 1px #330E0C, 3px 3px 1px red;}

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

This text has shadow with #330E0C primary color and red secondary color.


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

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

This text has shadow with #330E0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330E0C on black background.


Color preview on white background

This text has color #330E0C on white background.



Black color preview on #330E0C background

This text has black color on #330E0C background.


White color preview on #330E0C background

This text has white color on #330E0C background.