COLOR #330006

HEX: #330006
RGB: (51,0,6)

Color info

#330006 contains only red and blue colors. Web safe color of #330006 is #330000 (or #300).

RGB color model

#330006 color RGB value is (51,0,6).

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

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 6 of 255 = 2%

51
0
6

R + G + B ~ 7%. #330006 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 6 = 57 (100%)
R 51 of 57 ~ 89.47%
G 0 of 57 ~ 0%
B 6 of 57 ~ 10.53%

%89.47
%10.53

CMYK color model

#330006 color CMYK value is (0,100,88,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 88.24%
  • key color value is 80.00%
CMYK:
(0,100,88,80)
C0M100Y88K80 
(0%,100%,88%,80%)
(0.00/1.00/0.88/0.80)	

CMYK percentages

%0
%100
%88.24
%80

Codes

Color #330006 in popluar color models

330006
RGB5106
HSL353°100.00%10.00%
HSB/HSV353°100.00%20.00%
CMYK0.00%100.00%88.24%
80.00%

Color #330006 in popluar number systems.

HEX330006
Decimal5106
Binary1100110110
Octal6306

Shades and tints

Shades of #330006

#330006
(51,0,6)
#2F0006
(47,0,6)
#2B0006
(43,0,6)
#270006
(39,0,6)
#230006
(35,0,6)
#1F0006
(31,0,6)
#1B0006
(27,0,6)
#170006
(23,0,6)
#130006
(19,0,6)
#0F0006
(15,0,6)
#0B0006
(11,0,6)
#000000
(0,0,0)

Tints of #330006

#330006
(51,0,6)
#45171C
(69,23,28)
#572E32
(87,46,50)
#694548
(105,69,72)
#7B5C5E
(123,92,94)
#8D7374
(141,115,116)
#9F8A8A
(159,138,138)
#B1A1A0
(177,161,160)
#C3B8B6
(195,184,182)
#D5CFCC
(213,207,204)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330006 color. Also use rgb(51,0,6) instead hex code.

Text Font Color

.myTextColor { color: #330006; }

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

This text font color is #330006.


Background Color

.myBgColor { background-color: #330006; }

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

This div background color is #330006.


Border color

.myBorderColor { border: 1px solid #330006; }

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

This div border color is #330006.


Opacity

.myOpacity80 { color: #330006; opacity: 0.8; }

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

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

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

This text has shadow with #330006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330006 on black background.


Color preview on white background

This text has color #330006 on white background.



Black color preview on #330006 background

This text has black color on #330006 background.


White color preview on #330006 background

This text has white color on #330006 background.