COLOR #332521

HEX: #332521
RGB: (51,37,33)

Color info

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

RGB color model

#332521 color RGB value is (51,37,33).

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

RGB channels and saturation

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

51
37
33

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 33 = 121 (100%)
R 51 of 121 ~ 42.15%
G 37 of 121 ~ 30.58%
B 33 of 121 ~ 27.27%

%42.15
%30.58
%27.27

CMYK color model

#332521 color CMYK value is (0,27,35,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(0,27,35,80)
C0M27Y35K80 
(0%,27%,35%,80%)
(0.00/0.27/0.35/0.80)	

CMYK percentages

%0
%27.45
%35.29
%80

Codes

Color #332521 in popluar color models

332521
RGB513733
HSL13°21.43%16.47%
HSB/HSV13°35.29%20.00%
CMYK0.00%27.45%35.29%
80.00%

Color #332521 in popluar number systems.

HEX332521
Decimal513733
Binary110011100101100001
Octal634541

Shades and tints

Shades of #332521

#332521
(51,37,33)
#2F221E
(47,34,30)
#2B1F1B
(43,31,27)
#271C18
(39,28,24)
#231915
(35,25,21)
#1F1612
(31,22,18)
#1B130F
(27,19,15)
#17100C
(23,16,12)
#130D09
(19,13,9)
#0F0A06
(15,10,6)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #332521

#332521
(51,37,33)
#453835
(69,56,53)
#574B49
(87,75,73)
#695E5D
(105,94,93)
#7B7171
(123,113,113)
#8D8485
(141,132,133)
#9F9799
(159,151,153)
#B1AAAD
(177,170,173)
#C3BDC1
(195,189,193)
#D5D0D5
(213,208,213)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332521; }

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

This text font color is #332521.


Background Color

.myBgColor { background-color: #332521; }

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

This div background color is #332521.


Border color

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

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

This div border color is #332521.


Opacity

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

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

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

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

This text has shadow with #332521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332521 on black background.


Color preview on white background

This text has color #332521 on white background.



Black color preview on #332521 background

This text has black color on #332521 background.


White color preview on #332521 background

This text has white color on #332521 background.