COLOR #330208

HEX: #330208 RGB: (51,2,8)

Color info

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

RGB color model

#330208 color RGB value is (51,2,8).

RGB: (51,2,8) (20%, 1%, 3%)

RGB channels and saturation

R 51 of 255 = 20%
G 2 of 255 = 1%
B 8 of 255 = 3%

51
2
8

R + G + B ~ 8%. #330208 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 2 + 8 = 61 (100%)
R 51 of 61 ~ 83.61%
G 2 of 61 ~ 3.28%
B 8 of 61 ~ 13.11'%

%83.61
%13.11

CMYK color model

#330208 color CMYK value is (0,96,84,80).

  • cyan value is 0.00%
  • magenta value is 96.08%
  • yellow value is 84.31%
  • key color value is 80.00%

CMYK: (0,96,84,80)
C0M96Y84K80 (0%, 96%, 84%, 80%)
(0.00 / 0.96 / 0.84 / 0.80)

CMYK percentages

%0
%96.08
%84.31
%80

Codes

Color #330208 in popluar color models

33 02 08
RGB 51 2 8
HSL 353° 92.45% 10.39%
HSB/HSV 353° 96.08% 20.00%
CMYK 0.00% 96.08% 84.31%
80.00%

Color #330208 in popluar number systems.

HEX 33 02 08
Decimal 51 2 8
Binary 110011 10 1000
Octal 63 2 10

Shades and tints

Shades of #330208

#330208
(51,2,8)
#2F0208
(47,2,8)
#2B0208
(43,2,8)
#270208
(39,2,8)
#230208
(35,2,8)
#1F0208
(31,2,8)
#1B0208
(27,2,8)
#170208
(23,2,8)
#130208
(19,2,8)
#0F0208
(15,2,8)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #330208

#330208
(51,2,8)
#45191E
(69,25,30)
#573034
(87,48,52)
#69474A
(105,71,74)
#7B5E60
(123,94,96)
#8D7576
(141,117,118)
#9F8C8C
(159,140,140)
#B1A3A2
(177,163,162)
#C3BAB8
(195,186,184)
#D5D1CE
(213,209,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330208 color. Also use rgb(51,2,8) instead hex code.

Text Font Color

.myTextColor { color: #330208; }

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

This text font color is #330208.

Background Color

.myBgColor { background-color: #330208; }

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

This div background color is #330208.

Border color

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

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

This div border color is #330208.

Opacity

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

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

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

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

This text has shadow with #330208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330208.

Preview

Color preview on black background

This text has color #330208 on black background.


Color preview on white background

This text has color #330208 on white background.


Black color preview on #330208 background

This text has black color on #330208 background.


White color preview on #330208 background

This text has white color on #330208 background.


Related colors

Complementary color

Complementary color for #hex is #CCFDF7.


I love getcolorcode.com

Triadic colors

1 #083302 and #020833 with #330208 are triadic colors.

2 #080233 and #023308 with #330208 are triadic colors.