COLOR #332A30

HEX: #332A30
RGB: (51,42,48)

Color info

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

RGB color model

#332A30 color RGB value is (51,42,48).

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

RGB channels and saturation

R 51 of 255 = 20%
G 42 of 255 = 16%
B 48 of 255 = 19%

51
42
48

R + G + B ~ 18%. #332A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 42 + 48 = 141 (100%)
R 51 of 141 ~ 36.17%
G 42 of 141 ~ 29.79%
B 48 of 141 ~ 34.04%

%36.17
%29.79
%34.04

CMYK color model

#332A30 color CMYK value is (0,18,6,80).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 5.88%
  • key color value is 80.00%
CMYK:
(0,18,6,80)
C0M18Y6K80 
(0%,18%,6%,80%)
(0.00/0.18/0.06/0.80)	

CMYK percentages

%0
%17.65
%5.88
%80

Codes

Color #332A30 in popluar color models

332A30
RGB514248
HSL320°9.68%18.24%
HSB/HSV320°17.65%20.00%
CMYK0.00%17.65%5.88%
80.00%

Color #332A30 in popluar number systems.

HEX332A30
Decimal514248
Binary110011101010110000
Octal635260

Shades and tints

Shades of #332A30

#332A30
(51,42,48)
#2F272C
(47,39,44)
#2B2428
(43,36,40)
#272124
(39,33,36)
#231E20
(35,30,32)
#1F1B1C
(31,27,28)
#1B1818
(27,24,24)
#171514
(23,21,20)
#131210
(19,18,16)
#0F0F0C
(15,15,12)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #332A30

#332A30
(51,42,48)
#453D42
(69,61,66)
#575054
(87,80,84)
#696366
(105,99,102)
#7B7678
(123,118,120)
#8D898A
(141,137,138)
#9F9C9C
(159,156,156)
#B1AFAE
(177,175,174)
#C3C2C0
(195,194,192)
#D5D5D2
(213,213,210)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332A30; }

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

This text font color is #332A30.


Background Color

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

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

This div background color is #332A30.


Border color

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

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

This div border color is #332A30.


Opacity

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

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

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

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

This text has shadow with #332A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332A30 on black background.


Color preview on white background

This text has color #332A30 on white background.



Black color preview on #332A30 background

This text has black color on #332A30 background.


White color preview on #332A30 background

This text has white color on #332A30 background.