COLOR #332000

HEX: #332000
RGB: (51,32,0)

Color info

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

RGB color model

#332000 color RGB value is (51,32,0).

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

RGB channels and saturation

R 51 of 255 = 20%
G 32 of 255 = 13%
B 0 of 255 = 0%

51
32
0

R + G + B ~ 11%. #332000 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 32 + 0 = 83 (100%)
R 51 of 83 ~ 61.45%
G 32 of 83 ~ 38.55%
B 0 of 83 ~ 0%

%61.45
%38.55

CMYK color model

#332000 color CMYK value is (0,37,100,80).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 100.00%
  • key color value is 80.00%
CMYK:
(0,37,100,80)
C0M37Y100K80 
(0%,37%,100%,80%)
(0.00/0.37/1.00/0.80)	

CMYK percentages

%0
%37.25
%100
%80

Codes

Color #332000 in popluar color models

332000
RGB51320
HSL38°100.00%10.00%
HSB/HSV38°100.00%20.00%
CMYK0.00%37.25%100.00%
80.00%

Color #332000 in popluar number systems.

HEX332000
Decimal51320
Binary1100111000000
Octal63400

Shades and tints

Shades of #332000

#332000
(51,32,0)
#2F1E00
(47,30,0)
#2B1C00
(43,28,0)
#271A00
(39,26,0)
#231800
(35,24,0)
#1F1600
(31,22,0)
#1B1400
(27,20,0)
#171200
(23,18,0)
#131000
(19,16,0)
#0F0E00
(15,14,0)
#0B0C00
(11,12,0)
#000000
(0,0,0)

Tints of #332000

#332000
(51,32,0)
#453417
(69,52,23)
#57482E
(87,72,46)
#695C45
(105,92,69)
#7B705C
(123,112,92)
#8D8473
(141,132,115)
#9F988A
(159,152,138)
#B1ACA1
(177,172,161)
#C3C0B8
(195,192,184)
#D5D4CF
(213,212,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332000; }

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

This text font color is #332000.


Background Color

.myBgColor { background-color: #332000; }

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

This div background color is #332000.


Border color

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

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

This div border color is #332000.


Opacity

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

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

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

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

This text has shadow with #332000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332000 on black background.


Color preview on white background

This text has color #332000 on white background.



Black color preview on #332000 background

This text has black color on #332000 background.


White color preview on #332000 background

This text has white color on #332000 background.