COLOR #332506

HEX: #332506
RGB: (51,37,6)

Color info

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

RGB color model

#332506 color RGB value is (51,37,6).

  • red value is 51;
  • green value is 37;
  • blue value is 6.
RGB:
(51,37,6)
(20%,15%,2%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 6 of 255 = 2%

51
37
6

R + G + B ~ 12%. #332506 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 6 = 94 (100%)
R 51 of 94 ~ 54.26%
G 37 of 94 ~ 39.36%
B 6 of 94 ~ 6.38%

%54.26
%39.36

CMYK color model

#332506 color CMYK value is (0,27,88,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 88.24%
  • key color value is 80.00%
CMYK:
(0,27,88,80)
C0M27Y88K80 
(0%,27%,88%,80%)
(0.00/0.27/0.88/0.80)	

CMYK percentages

%0
%27.45
%88.24
%80

Codes

Color #332506 in popluar color models

332506
RGB51376
HSL41°78.95%11.18%
HSB/HSV41°88.24%20.00%
CMYK0.00%27.45%88.24%
80.00%

Color #332506 in popluar number systems.

HEX332506
Decimal51376
Binary110011100101110
Octal63456

Shades and tints

Shades of #332506

#332506
(51,37,6)
#2F2206
(47,34,6)
#2B1F06
(43,31,6)
#271C06
(39,28,6)
#231906
(35,25,6)
#1F1606
(31,22,6)
#1B1306
(27,19,6)
#171006
(23,16,6)
#130D06
(19,13,6)
#0F0A06
(15,10,6)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #332506

#332506
(51,37,6)
#45381C
(69,56,28)
#574B32
(87,75,50)
#695E48
(105,94,72)
#7B715E
(123,113,94)
#8D8474
(141,132,116)
#9F978A
(159,151,138)
#B1AAA0
(177,170,160)
#C3BDB6
(195,189,182)
#D5D0CC
(213,208,204)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332506; }

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

This text font color is #332506.


Background Color

.myBgColor { background-color: #332506; }

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

This div background color is #332506.


Border color

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

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

This div border color is #332506.


Opacity

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

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

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

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

This text has shadow with #332506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332506 on black background.


Color preview on white background

This text has color #332506 on white background.



Black color preview on #332506 background

This text has black color on #332506 background.


White color preview on #332506 background

This text has white color on #332506 background.