COLOR #332916

HEX: #332916
RGB: (51,41,22)

Color info

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

RGB color model

#332916 color RGB value is (51,41,22).

  • red value is 51;
  • green value is 41;
  • blue value is 22.
RGB:
(51,41,22)
(20%,16%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 41 of 255 = 16%
B 22 of 255 = 9%

51
41
22

R + G + B ~ 15%. #332916 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 41 + 22 = 114 (100%)
R 51 of 114 ~ 44.74%
G 41 of 114 ~ 35.96%
B 22 of 114 ~ 19.3%

%44.74
%35.96
%19.3

CMYK color model

#332916 color CMYK value is (0,20,57,80).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(0,20,57,80)
C0M20Y57K80 
(0%,20%,57%,80%)
(0.00/0.20/0.57/0.80)	

CMYK percentages

%0
%19.61
%56.86
%80

Codes

Color #332916 in popluar color models

332916
RGB514122
HSL39°39.73%14.31%
HSB/HSV39°56.86%20.00%
CMYK0.00%19.61%56.86%
80.00%

Color #332916 in popluar number systems.

HEX332916
Decimal514122
Binary11001110100110110
Octal635126

Shades and tints

Shades of #332916

#332916
(51,41,22)
#2F2614
(47,38,20)
#2B2312
(43,35,18)
#272010
(39,32,16)
#231D0E
(35,29,14)
#1F1A0C
(31,26,12)
#1B170A
(27,23,10)
#171408
(23,20,8)
#131106
(19,17,6)
#0F0E04
(15,14,4)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #332916

#332916
(51,41,22)
#453C2B
(69,60,43)
#574F40
(87,79,64)
#696255
(105,98,85)
#7B756A
(123,117,106)
#8D887F
(141,136,127)
#9F9B94
(159,155,148)
#B1AEA9
(177,174,169)
#C3C1BE
(195,193,190)
#D5D4D3
(213,212,211)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332916; }

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

This text font color is #332916.


Background Color

.myBgColor { background-color: #332916; }

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

This div background color is #332916.


Border color

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

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

This div border color is #332916.


Opacity

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

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

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

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

This text has shadow with #332916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332916 on black background.


Color preview on white background

This text has color #332916 on white background.



Black color preview on #332916 background

This text has black color on #332916 background.


White color preview on #332916 background

This text has white color on #332916 background.