COLOR #332522

HEX: #332522
RGB: (51,37,34)

Color info

#332522 contains red, green and blue colors in about the same proportion. Web safe color of #332522 is #333333 (or #333).

RGB color model

#332522 color RGB value is (51,37,34).

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

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 34 of 255 = 13%

51
37
34

R + G + B ~ 16%. #332522 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 34 = 122 (100%)
R 51 of 122 ~ 41.8%
G 37 of 122 ~ 30.33%
B 34 of 122 ~ 27.87%

%41.8
%30.33
%27.87

CMYK color model

#332522 color CMYK value is (0,27,33,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 33.33%
  • key color value is 80.00%
CMYK:
(0,27,33,80)
C0M27Y33K80 
(0%,27%,33%,80%)
(0.00/0.27/0.33/0.80)	

CMYK percentages

%0
%27.45
%33.33
%80

Codes

Color #332522 in popluar color models

332522
RGB513734
HSL11°20.00%16.67%
HSB/HSV11°33.33%20.00%
CMYK0.00%27.45%33.33%
80.00%

Color #332522 in popluar number systems.

HEX332522
Decimal513734
Binary110011100101100010
Octal634542

Shades and tints

Shades of #332522

#332522
(51,37,34)
#2F221F
(47,34,31)
#2B1F1C
(43,31,28)
#271C19
(39,28,25)
#231916
(35,25,22)
#1F1613
(31,22,19)
#1B1310
(27,19,16)
#17100D
(23,16,13)
#130D0A
(19,13,10)
#0F0A07
(15,10,7)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #332522

#332522
(51,37,34)
#453836
(69,56,54)
#574B4A
(87,75,74)
#695E5E
(105,94,94)
#7B7172
(123,113,114)
#8D8486
(141,132,134)
#9F979A
(159,151,154)
#B1AAAE
(177,170,174)
#C3BDC2
(195,189,194)
#D5D0D6
(213,208,214)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332522; }

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

This text font color is #332522.


Background Color

.myBgColor { background-color: #332522; }

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

This div background color is #332522.


Border color

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

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

This div border color is #332522.


Opacity

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

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

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

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

This text has shadow with #332522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332522 on black background.


Color preview on white background

This text has color #332522 on white background.



Black color preview on #332522 background

This text has black color on #332522 background.


White color preview on #332522 background

This text has white color on #332522 background.