COLOR #332C37

HEX: #332C37
RGB: (51,44,55)

Color info

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

RGB color model

#332C37 color RGB value is (51,44,55).

  • red value is 51;
  • green value is 44;
  • blue value is 55.
RGB:
(51,44,55)
(20%,17%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 55 of 255 = 22%

51
44
55

R + G + B ~ 20%. #332C37 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 44 + 55 = 150 (100%)
R 51 of 150 ~ 34%
G 44 of 150 ~ 29.33%
B 55 of 150 ~ 36.67%

%34
%29.33
%36.67

CMYK color model

#332C37 color CMYK value is (7,20,0,78).

  • cyan value is 7.27%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,20,0,78)
C7M20Y0K78 
(7%,20%,0%,78%)
(0.07/0.20/0.00/0.78)	

CMYK percentages

%7.27
%20
%0
%78.43

Codes

Color #332C37 in popluar color models

332C37
RGB514455
HSL278°11.11%19.41%
HSB/HSV278°20.00%21.57%
CMYK7.27%20.00%0.00%
78.43%

Color #332C37 in popluar number systems.

HEX332C37
Decimal514455
Binary110011101100110111
Octal635467

Shades and tints

Shades of #332C37

#332C37
(51,44,55)
#2F2832
(47,40,50)
#2B242D
(43,36,45)
#272028
(39,32,40)
#231C23
(35,28,35)
#1F181E
(31,24,30)
#1B1419
(27,20,25)
#171014
(23,16,20)
#130C0F
(19,12,15)
#0F080A
(15,8,10)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #332C37

#332C37
(51,44,55)
#453F49
(69,63,73)
#57525B
(87,82,91)
#69656D
(105,101,109)
#7B787F
(123,120,127)
#8D8B91
(141,139,145)
#9F9EA3
(159,158,163)
#B1B1B5
(177,177,181)
#C3C4C7
(195,196,199)
#D5D7D9
(213,215,217)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332C37 color. Also use rgb(51,44,55) instead hex code.

Text Font Color

.myTextColor { color: #332C37; }

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

This text font color is #332C37.


Background Color

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

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

This div background color is #332C37.


Border color

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

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

This div border color is #332C37.


Opacity

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

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

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

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

This text has shadow with #332C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332C37 on black background.


Color preview on white background

This text has color #332C37 on white background.



Black color preview on #332C37 background

This text has black color on #332C37 background.


White color preview on #332C37 background

This text has white color on #332C37 background.