COLOR #333000

HEX: #333000 RGB: (51,48,0)

Color info

#333000 contains only red and green colors. Web safe color of #333000 is #333300 (or #330).

RGB color model

#333000 color RGB value is (51,48,0).

RGB: (51,48,0) (20%, 19%, 0%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 0 of 255 = 0%

51
48
0

R + G + B ~ 13%. #333000 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 0 = 99 (100%)
R 51 of 99 ~ 51.52%
G 48 of 99 ~ 48.48%
B 0 of 99 ~ 0'%

%51.52
%48.48

CMYK color model

#333000 color CMYK value is (0,6,100,80).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 100.00%
  • key color value is 80.00%

CMYK: (0,6,100,80)
C0M6Y100K80 (0%, 6%, 100%, 80%)
(0.00 / 0.06 / 1.00 / 0.80)

CMYK percentages

%0
%5.88
%100
%80

Codes

Color #333000 in popluar color models

33 30 00
RGB 51 48 0
HSL 56° 100.00% 10.00%
HSB/HSV 56° 100.00% 20.00%
CMYK 0.00% 5.88% 100.00%
80.00%

Color #333000 in popluar number systems.

HEX 33 30 00
Decimal 51 48 0
Binary 110011 110000 0
Octal 63 60 0

Shades and tints

Shades of #333000

#333000
(51,48,0)
#2F2C00
(47,44,0)
#2B2800
(43,40,0)
#272400
(39,36,0)
#232000
(35,32,0)
#1F1C00
(31,28,0)
#1B1800
(27,24,0)
#171400
(23,20,0)
#131000
(19,16,0)
#0F0C00
(15,12,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #333000

#333000
(51,48,0)
#454217
(69,66,23)
#57542E
(87,84,46)
#696645
(105,102,69)
#7B785C
(123,120,92)
#8D8A73
(141,138,115)
#9F9C8A
(159,156,138)
#B1AEA1
(177,174,161)
#C3C0B8
(195,192,184)
#D5D2CF
(213,210,207)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333000; }

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

This text font color is #333000.

Background Color

.myBgColor { background-color: #333000; }

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

This div background color is #333000.

Border color

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

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

This div border color is #333000.

Opacity

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

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

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

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

This text has shadow with #333000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333000.

Preview

Color preview on black background

This text has color #333000 on black background.


Color preview on white background

This text has color #333000 on white background.


Black color preview on #333000 background

This text has black color on #333000 background.


White color preview on #333000 background

This text has white color on #333000 background.


Related colors

Complementary color

Complementary color for #hex is #CCCFFF.


I love getcolorcode.com

Triadic colors

1 #003330 and #300033 with #333000 are triadic colors.

2 #003033 and #303300 with #333000 are triadic colors.