COLOR #330F0C

HEX: #330F0C
RGB: (51,15,12)

Color info

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

RGB color model

#330F0C color RGB value is (51,15,12).

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

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 12 of 255 = 5%

51
15
12

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

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 12 = 78 (100%)
R 51 of 78 ~ 65.38%
G 15 of 78 ~ 19.23%
B 12 of 78 ~ 15.38%

%65.38
%19.23
%15.38

CMYK color model

#330F0C color CMYK value is (0,71,76,80).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 76.47%
  • key color value is 80.00%
CMYK:
(0,71,76,80)
C0M71Y76K80 
(0%,71%,76%,80%)
(0.00/0.71/0.76/0.80)	

CMYK percentages

%0
%70.59
%76.47
%80

Codes

Color #330F0C in popluar color models

330F0C
RGB511512
HSL61.90%12.35%
HSB/HSV76.47%20.00%
CMYK0.00%70.59%76.47%
80.00%

Color #330F0C in popluar number systems.

HEX330F0C
Decimal511512
Binary11001111111100
Octal631714

Shades and tints

Shades of #330F0C

#330F0C
(51,15,12)
#2F0E0B
(47,14,11)
#2B0D0A
(43,13,10)
#270C09
(39,12,9)
#230B08
(35,11,8)
#1F0A07
(31,10,7)
#1B0906
(27,9,6)
#170805
(23,8,5)
#130704
(19,7,4)
#0F0603
(15,6,3)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #330F0C

#330F0C
(51,15,12)
#452422
(69,36,34)
#573938
(87,57,56)
#694E4E
(105,78,78)
#7B6364
(123,99,100)
#8D787A
(141,120,122)
#9F8D90
(159,141,144)
#B1A2A6
(177,162,166)
#C3B7BC
(195,183,188)
#D5CCD2
(213,204,210)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F0C; }

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

This text font color is #330F0C.


Background Color

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

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

This div background color is #330F0C.


Border color

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

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

This div border color is #330F0C.


Opacity

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

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

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

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

This text has shadow with #330F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F0C on black background.


Color preview on white background

This text has color #330F0C on white background.



Black color preview on #330F0C background

This text has black color on #330F0C background.


White color preview on #330F0C background

This text has white color on #330F0C background.