COLOR #332D32

HEX: #332D32
RGB: (51,45,50)

Color info

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

RGB color model

#332D32 color RGB value is (51,45,50).

  • red value is 51;
  • green value is 45;
  • blue value is 50.
RGB:
(51,45,50)
(20%,18%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 50 of 255 = 20%

51
45
50

R + G + B ~ 19%. #332D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 45 + 50 = 146 (100%)
R 51 of 146 ~ 34.93%
G 45 of 146 ~ 30.82%
B 50 of 146 ~ 34.25%

%34.93
%30.82
%34.25

CMYK color model

#332D32 color CMYK value is (0,12,2,80).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(0,12,2,80)
C0M12Y2K80 
(0%,12%,2%,80%)
(0.00/0.12/0.02/0.80)	

CMYK percentages

%0
%11.76
%1.96
%80

Codes

Color #332D32 in popluar color models

332D32
RGB514550
HSL310°6.25%18.82%
HSB/HSV310°11.76%20.00%
CMYK0.00%11.76%1.96%
80.00%

Color #332D32 in popluar number systems.

HEX332D32
Decimal514550
Binary110011101101110010
Octal635562

Shades and tints

Shades of #332D32

#332D32
(51,45,50)
#2F292E
(47,41,46)
#2B252A
(43,37,42)
#272126
(39,33,38)
#231D22
(35,29,34)
#1F191E
(31,25,30)
#1B151A
(27,21,26)
#171116
(23,17,22)
#130D12
(19,13,18)
#0F090E
(15,9,14)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #332D32

#332D32
(51,45,50)
#454044
(69,64,68)
#575356
(87,83,86)
#696668
(105,102,104)
#7B797A
(123,121,122)
#8D8C8C
(141,140,140)
#9F9F9E
(159,159,158)
#B1B2B0
(177,178,176)
#C3C5C2
(195,197,194)
#D5D8D4
(213,216,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332D32 color. Also use rgb(51,45,50) instead hex code.

Text Font Color

.myTextColor { color: #332D32; }

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

This text font color is #332D32.


Background Color

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

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

This div background color is #332D32.


Border color

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

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

This div border color is #332D32.


Opacity

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

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

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

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

This text has shadow with #332D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332D32 on black background.


Color preview on white background

This text has color #332D32 on white background.



Black color preview on #332D32 background

This text has black color on #332D32 background.


White color preview on #332D32 background

This text has white color on #332D32 background.