COLOR #332A21

HEX: #332A21
RGB: (51,42,33)

Color info

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

RGB color model

#332A21 color RGB value is (51,42,33).

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

RGB channels and saturation

R 51 of 255 = 20%
G 42 of 255 = 16%
B 33 of 255 = 13%

51
42
33

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

Portions of RGB colors in percentages

R + G + B =
51 + 42 + 33 = 126 (100%)
R 51 of 126 ~ 40.48%
G 42 of 126 ~ 33.33%
B 33 of 126 ~ 26.19%

%40.48
%33.33
%26.19

CMYK color model

#332A21 color CMYK value is (0,18,35,80).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(0,18,35,80)
C0M18Y35K80 
(0%,18%,35%,80%)
(0.00/0.18/0.35/0.80)	

CMYK percentages

%0
%17.65
%35.29
%80

Codes

Color #332A21 in popluar color models

332A21
RGB514233
HSL30°21.43%16.47%
HSB/HSV30°35.29%20.00%
CMYK0.00%17.65%35.29%
80.00%

Color #332A21 in popluar number systems.

HEX332A21
Decimal514233
Binary110011101010100001
Octal635241

Shades and tints

Shades of #332A21

#332A21
(51,42,33)
#2F271E
(47,39,30)
#2B241B
(43,36,27)
#272118
(39,33,24)
#231E15
(35,30,21)
#1F1B12
(31,27,18)
#1B180F
(27,24,15)
#17150C
(23,21,12)
#131209
(19,18,9)
#0F0F06
(15,15,6)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #332A21

#332A21
(51,42,33)
#453D35
(69,61,53)
#575049
(87,80,73)
#69635D
(105,99,93)
#7B7671
(123,118,113)
#8D8985
(141,137,133)
#9F9C99
(159,156,153)
#B1AFAD
(177,175,173)
#C3C2C1
(195,194,193)
#D5D5D5
(213,213,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332A21; }

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

This text font color is #332A21.


Background Color

.myBgColor { background-color: #332A21; }

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

This div background color is #332A21.


Border color

.myBorderColor { border: 1px solid #332A21; }

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

This div border color is #332A21.


Opacity

.myOpacity80 { color: #332A21; opacity: 0.8; }

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

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

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

This text has shadow with #332A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332A21 on black background.


Color preview on white background

This text has color #332A21 on white background.



Black color preview on #332A21 background

This text has black color on #332A21 background.


White color preview on #332A21 background

This text has white color on #332A21 background.