COLOR #332131

HEX: #332131
RGB: (51,33,49)

Color info

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

RGB color model

#332131 color RGB value is (51,33,49).

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

RGB channels and saturation

R 51 of 255 = 20%
G 33 of 255 = 13%
B 49 of 255 = 19%

51
33
49

R + G + B ~ 17%. #332131 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 33 + 49 = 133 (100%)
R 51 of 133 ~ 38.35%
G 33 of 133 ~ 24.81%
B 49 of 133 ~ 36.84%

%38.35
%24.81
%36.84

CMYK color model

#332131 color CMYK value is (0,35,4,80).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK:
(0,35,4,80)
C0M35Y4K80 
(0%,35%,4%,80%)
(0.00/0.35/0.04/0.80)	

CMYK percentages

%0
%35.29
%3.92
%80

Codes

Color #332131 in popluar color models

332131
RGB513349
HSL307°21.43%16.47%
HSB/HSV307°35.29%20.00%
CMYK0.00%35.29%3.92%
80.00%

Color #332131 in popluar number systems.

HEX332131
Decimal513349
Binary110011100001110001
Octal634161

Shades and tints

Shades of #332131

#332131
(51,33,49)
#2F1E2D
(47,30,45)
#2B1B29
(43,27,41)
#271825
(39,24,37)
#231521
(35,21,33)
#1F121D
(31,18,29)
#1B0F19
(27,15,25)
#170C15
(23,12,21)
#130911
(19,9,17)
#0F060D
(15,6,13)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #332131

#332131
(51,33,49)
#453543
(69,53,67)
#574955
(87,73,85)
#695D67
(105,93,103)
#7B7179
(123,113,121)
#8D858B
(141,133,139)
#9F999D
(159,153,157)
#B1ADAF
(177,173,175)
#C3C1C1
(195,193,193)
#D5D5D3
(213,213,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332131; }

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

This text font color is #332131.


Background Color

.myBgColor { background-color: #332131; }

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

This div background color is #332131.


Border color

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

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

This div border color is #332131.


Opacity

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

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

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

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

This text has shadow with #332131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332131 on black background.


Color preview on white background

This text has color #332131 on white background.



Black color preview on #332131 background

This text has black color on #332131 background.


White color preview on #332131 background

This text has white color on #332131 background.