COLOR #332532

HEX: #332532
RGB: (51,37,50)

Color info

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

RGB color model

#332532 color RGB value is (51,37,50).

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

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 50 of 255 = 20%

51
37
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 50 = 138 (100%)
R 51 of 138 ~ 36.96%
G 37 of 138 ~ 26.81%
B 50 of 138 ~ 36.23%

%36.96
%26.81
%36.23

CMYK color model

#332532 color CMYK value is (0,27,2,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(0,27,2,80)
C0M27Y2K80 
(0%,27%,2%,80%)
(0.00/0.27/0.02/0.80)	

CMYK percentages

%0
%27.45
%1.96
%80

Codes

Color #332532 in popluar color models

332532
RGB513750
HSL304°15.91%17.25%
HSB/HSV304°27.45%20.00%
CMYK0.00%27.45%1.96%
80.00%

Color #332532 in popluar number systems.

HEX332532
Decimal513750
Binary110011100101110010
Octal634562

Shades and tints

Shades of #332532

#332532
(51,37,50)
#2F222E
(47,34,46)
#2B1F2A
(43,31,42)
#271C26
(39,28,38)
#231922
(35,25,34)
#1F161E
(31,22,30)
#1B131A
(27,19,26)
#171016
(23,16,22)
#130D12
(19,13,18)
#0F0A0E
(15,10,14)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #332532

#332532
(51,37,50)
#453844
(69,56,68)
#574B56
(87,75,86)
#695E68
(105,94,104)
#7B717A
(123,113,122)
#8D848C
(141,132,140)
#9F979E
(159,151,158)
#B1AAB0
(177,170,176)
#C3BDC2
(195,189,194)
#D5D0D4
(213,208,212)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332532; }

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

This text font color is #332532.


Background Color

.myBgColor { background-color: #332532; }

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

This div background color is #332532.


Border color

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

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

This div border color is #332532.


Opacity

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

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

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

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

This text has shadow with #332532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332532 on black background.


Color preview on white background

This text has color #332532 on white background.



Black color preview on #332532 background

This text has black color on #332532 background.


White color preview on #332532 background

This text has white color on #332532 background.