COLOR #332736

HEX: #332736
RGB: (51,39,54)

Color info

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

RGB color model

#332736 color RGB value is (51,39,54).

  • red value is 51;
  • green value is 39;
  • blue value is 54.
RGB:
(51,39,54)
(20%,15%,21%)

RGB channels and saturation

R 51 of 255 = 20%
G 39 of 255 = 15%
B 54 of 255 = 21%

51
39
54

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

Portions of RGB colors in percentages

R + G + B =
51 + 39 + 54 = 144 (100%)
R 51 of 144 ~ 35.42%
G 39 of 144 ~ 27.08%
B 54 of 144 ~ 37.5%

%35.42
%27.08
%37.5

CMYK color model

#332736 color CMYK value is (6,28,0,79).

  • cyan value is 5.56%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(6,28,0,79)
C6M28Y0K79 
(6%,28%,0%,79%)
(0.06/0.28/0.00/0.79)	

CMYK percentages

%5.56
%27.78
%0
%78.82

Codes

Color #332736 in popluar color models

332736
RGB513954
HSL288°16.13%18.24%
HSB/HSV288°27.78%21.18%
CMYK5.56%27.78%0.00%
78.82%

Color #332736 in popluar number systems.

HEX332736
Decimal513954
Binary110011100111110110
Octal634766

Shades and tints

Shades of #332736

#332736
(51,39,54)
#2F2432
(47,36,50)
#2B212E
(43,33,46)
#271E2A
(39,30,42)
#231B26
(35,27,38)
#1F1822
(31,24,34)
#1B151E
(27,21,30)
#17121A
(23,18,26)
#130F16
(19,15,22)
#0F0C12
(15,12,18)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #332736

#332736
(51,39,54)
#453A48
(69,58,72)
#574D5A
(87,77,90)
#69606C
(105,96,108)
#7B737E
(123,115,126)
#8D8690
(141,134,144)
#9F99A2
(159,153,162)
#B1ACB4
(177,172,180)
#C3BFC6
(195,191,198)
#D5D2D8
(213,210,216)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332736 color. Also use rgb(51,39,54) instead hex code.

Text Font Color

.myTextColor { color: #332736; }

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

This text font color is #332736.


Background Color

.myBgColor { background-color: #332736; }

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

This div background color is #332736.


Border color

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

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

This div border color is #332736.


Opacity

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

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

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

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

This text has shadow with #332736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332736 on black background.


Color preview on white background

This text has color #332736 on white background.



Black color preview on #332736 background

This text has black color on #332736 background.


White color preview on #332736 background

This text has white color on #332736 background.