COLOR #333001

HEX: #333001
RGB: (51,48,1)

Color info

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

RGB color model

#333001 color RGB value is (51,48,1).

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

RGB channels and saturation

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

51
48
1

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 1 = 100 (100%)
R 51 of 100 ~ 51%
G 48 of 100 ~ 48%
B 1 of 100 ~ 1%

%51
%48

CMYK color model

#333001 color CMYK value is (0,6,98,80).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 98.04%
  • key color value is 80.00%
CMYK:
(0,6,98,80)
C0M6Y98K80 
(0%,6%,98%,80%)
(0.00/0.06/0.98/0.80)	

CMYK percentages

%0
%5.88
%98.04
%80

Codes

Color #333001 in popluar color models

333001
RGB51481
HSL56°96.15%10.20%
HSB/HSV56°98.04%20.00%
CMYK0.00%5.88%98.04%
80.00%

Color #333001 in popluar number systems.

HEX333001
Decimal51481
Binary1100111100001
Octal63601

Shades and tints

Shades of #333001

#333001
(51,48,1)
#2F2C01
(47,44,1)
#2B2801
(43,40,1)
#272401
(39,36,1)
#232001
(35,32,1)
#1F1C01
(31,28,1)
#1B1801
(27,24,1)
#171401
(23,20,1)
#131001
(19,16,1)
#0F0C01
(15,12,1)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #333001

#333001
(51,48,1)
#454218
(69,66,24)
#57542F
(87,84,47)
#696646
(105,102,70)
#7B785D
(123,120,93)
#8D8A74
(141,138,116)
#9F9C8B
(159,156,139)
#B1AEA2
(177,174,162)
#C3C0B9
(195,192,185)
#D5D2D0
(213,210,208)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333001; }

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

This text font color is #333001.


Background Color

.myBgColor { background-color: #333001; }

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

This div background color is #333001.


Border color

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

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

This div border color is #333001.


Opacity

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

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

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

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

This text has shadow with #333001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333001 on black background.


Color preview on white background

This text has color #333001 on white background.



Black color preview on #333001 background

This text has black color on #333001 background.


White color preview on #333001 background

This text has white color on #333001 background.