COLOR #333304

HEX: #333304 RGB: (51,51,4)

Color info

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

RGB color model

#333304 color RGB value is (51,51,4).

RGB: (51,51,4) (20%, 20%, 2%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 4 of 255 = 2%

51
51
4

R + G + B ~ 14%. #333304 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 4 = 106 (100%)
R 51 of 106 ~ 48.11%
G 51 of 106 ~ 48.11%
B 4 of 106 ~ 3.77'%

%48.11
%48.11

CMYK color model

#333304 color CMYK value is (0,0,92,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 92.16%
  • key color value is 80.00%

CMYK: (0,0,92,80)
C0M0Y92K80 (0%, 0%, 92%, 80%)
(0.00 / 0.00 / 0.92 / 0.80)

CMYK percentages

%0
%0
%92.16
%80

Codes

Color #333304 in popluar color models

33 33 04
RGB 51 51 4
HSL 60° 85.45% 10.78%
HSB/HSV 60° 92.16% 20.00%
CMYK 0.00% 0.00% 92.16%
80.00%

Color #333304 in popluar number systems.

HEX 33 33 04
Decimal 51 51 4
Binary 110011 110011 100
Octal 63 63 4

Shades and tints

Shades of #333304

#333304
(51,51,4)
#2F2F04
(47,47,4)
#2B2B04
(43,43,4)
#272704
(39,39,4)
#232304
(35,35,4)
#1F1F04
(31,31,4)
#1B1B04
(27,27,4)
#171704
(23,23,4)
#131304
(19,19,4)
#0F0F04
(15,15,4)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #333304

#333304
(51,51,4)
#45451A
(69,69,26)
#575730
(87,87,48)
#696946
(105,105,70)
#7B7B5C
(123,123,92)
#8D8D72
(141,141,114)
#9F9F88
(159,159,136)
#B1B19E
(177,177,158)
#C3C3B4
(195,195,180)
#D5D5CA
(213,213,202)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333304; }

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

This text font color is #333304.

Background Color

.myBgColor { background-color: #333304; }

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

This div background color is #333304.

Border color

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

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

This div border color is #333304.

Opacity

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

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

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

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

This text has shadow with #333304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333304.

Preview

Color preview on black background

This text has color #333304 on black background.


Color preview on white background

This text has color #333304 on white background.


Black color preview on #333304 background

This text has black color on #333304 background.


White color preview on #333304 background

This text has white color on #333304 background.


Related colors

Complementary color

Complementary color for #hex is #CCCCFB.


I love getcolorcode.com