COLOR #332E32

HEX: #332E32
RGB: (51,46,50)

Color info

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

RGB color model

#332E32 color RGB value is (51,46,50).

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

RGB channels and saturation

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

51
46
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 50 = 147 (100%)
R 51 of 147 ~ 34.69%
G 46 of 147 ~ 31.29%
B 50 of 147 ~ 34.01%

%34.69
%31.29
%34.01

CMYK color model

#332E32 color CMYK value is (0,10,2,80).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(0,10,2,80)
C0M10Y2K80 
(0%,10%,2%,80%)
(0.00/0.10/0.02/0.80)	

CMYK percentages

%0
%9.8
%1.96
%80

Codes

Color #332E32 in popluar color models

332E32
RGB514650
HSL312°5.15%19.02%
HSB/HSV312°9.80%20.00%
CMYK0.00%9.80%1.96%
80.00%

Color #332E32 in popluar number systems.

HEX332E32
Decimal514650
Binary110011101110110010
Octal635662

Shades and tints

Shades of #332E32

#332E32
(51,46,50)
#2F2A2E
(47,42,46)
#2B262A
(43,38,42)
#272226
(39,34,38)
#231E22
(35,30,34)
#1F1A1E
(31,26,30)
#1B161A
(27,22,26)
#171216
(23,18,22)
#130E12
(19,14,18)
#0F0A0E
(15,10,14)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #332E32

#332E32
(51,46,50)
#454144
(69,65,68)
#575456
(87,84,86)
#696768
(105,103,104)
#7B7A7A
(123,122,122)
#8D8D8C
(141,141,140)
#9FA09E
(159,160,158)
#B1B3B0
(177,179,176)
#C3C6C2
(195,198,194)
#D5D9D4
(213,217,212)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E32; }

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

This text font color is #332E32.


Background Color

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

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

This div background color is #332E32.


Border color

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

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

This div border color is #332E32.


Opacity

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

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

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

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

This text has shadow with #332E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E32 on black background.


Color preview on white background

This text has color #332E32 on white background.



Black color preview on #332E32 background

This text has black color on #332E32 background.


White color preview on #332E32 background

This text has white color on #332E32 background.