COLOR #330C13

HEX: #330C13
RGB: (51,12,19)

Color info

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

RGB color model

#330C13 color RGB value is (51,12,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 12 of 255 = 5%
B 19 of 255 = 7%

51
12
19

R + G + B ~ 11%. #330C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 12 + 19 = 82 (100%)
R 51 of 82 ~ 62.2%
G 12 of 82 ~ 14.63%
B 19 of 82 ~ 23.17%

%62.2
%14.63
%23.17

CMYK color model

#330C13 color CMYK value is (0,76,63,80).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,76,63,80)
C0M76Y63K80 
(0%,76%,63%,80%)
(0.00/0.76/0.63/0.80)	

CMYK percentages

%0
%76.47
%62.75
%80

Codes

Color #330C13 in popluar color models

330C13
RGB511219
HSL349°61.90%12.35%
HSB/HSV349°76.47%20.00%
CMYK0.00%76.47%62.75%
80.00%

Color #330C13 in popluar number systems.

HEX330C13
Decimal511219
Binary110011110010011
Octal631423

Shades and tints

Shades of #330C13

#330C13
(51,12,19)
#2F0B12
(47,11,18)
#2B0A11
(43,10,17)
#270910
(39,9,16)
#23080F
(35,8,15)
#1F070E
(31,7,14)
#1B060D
(27,6,13)
#17050C
(23,5,12)
#13040B
(19,4,11)
#0F030A
(15,3,10)
#0B0209
(11,2,9)
#000000
(0,0,0)

Tints of #330C13

#330C13
(51,12,19)
#452228
(69,34,40)
#57383D
(87,56,61)
#694E52
(105,78,82)
#7B6467
(123,100,103)
#8D7A7C
(141,122,124)
#9F9091
(159,144,145)
#B1A6A6
(177,166,166)
#C3BCBB
(195,188,187)
#D5D2D0
(213,210,208)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330C13; }

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

This text font color is #330C13.


Background Color

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

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

This div background color is #330C13.


Border color

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

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

This div border color is #330C13.


Opacity

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

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

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

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

This text has shadow with #330C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330C13 on black background.


Color preview on white background

This text has color #330C13 on white background.



Black color preview on #330C13 background

This text has black color on #330C13 background.


White color preview on #330C13 background

This text has white color on #330C13 background.