COLOR #330F01

HEX: #330F01
RGB: (51,15,1)

Color info

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

RGB color model

#330F01 color RGB value is (51,15,1).

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

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 1 of 255 = 0%

51
15
1

R + G + B ~ 9%. #330F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 1 = 67 (100%)
R 51 of 67 ~ 76.12%
G 15 of 67 ~ 22.39%
B 1 of 67 ~ 1.49%

%76.12
%22.39

CMYK color model

#330F01 color CMYK value is (0,71,98,80).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 98.04%
  • key color value is 80.00%
CMYK:
(0,71,98,80)
C0M71Y98K80 
(0%,71%,98%,80%)
(0.00/0.71/0.98/0.80)	

CMYK percentages

%0
%70.59
%98.04
%80

Codes

Color #330F01 in popluar color models

330F01
RGB51151
HSL17°96.15%10.20%
HSB/HSV17°98.04%20.00%
CMYK0.00%70.59%98.04%
80.00%

Color #330F01 in popluar number systems.

HEX330F01
Decimal51151
Binary11001111111
Octal63171

Shades and tints

Shades of #330F01

#330F01
(51,15,1)
#2F0E01
(47,14,1)
#2B0D01
(43,13,1)
#270C01
(39,12,1)
#230B01
(35,11,1)
#1F0A01
(31,10,1)
#1B0901
(27,9,1)
#170801
(23,8,1)
#130701
(19,7,1)
#0F0601
(15,6,1)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #330F01

#330F01
(51,15,1)
#452418
(69,36,24)
#57392F
(87,57,47)
#694E46
(105,78,70)
#7B635D
(123,99,93)
#8D7874
(141,120,116)
#9F8D8B
(159,141,139)
#B1A2A2
(177,162,162)
#C3B7B9
(195,183,185)
#D5CCD0
(213,204,208)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F01; }

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

This text font color is #330F01.


Background Color

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

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

This div background color is #330F01.


Border color

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

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

This div border color is #330F01.


Opacity

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

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

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

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

This text has shadow with #330F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F01 on black background.


Color preview on white background

This text has color #330F01 on white background.



Black color preview on #330F01 background

This text has black color on #330F01 background.


White color preview on #330F01 background

This text has white color on #330F01 background.