COLOR #332D37

HEX: #332D37
RGB: (51,45,55)

Color info

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

RGB color model

#332D37 color RGB value is (51,45,55).

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

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 55 of 255 = 22%

51
45
55

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

Portions of RGB colors in percentages

R + G + B =
51 + 45 + 55 = 151 (100%)
R 51 of 151 ~ 33.77%
G 45 of 151 ~ 29.8%
B 55 of 151 ~ 36.42%

%33.77
%29.8
%36.42

CMYK color model

#332D37 color CMYK value is (7,18,0,78).

  • cyan value is 7.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,18,0,78)
C7M18Y0K78 
(7%,18%,0%,78%)
(0.07/0.18/0.00/0.78)	

CMYK percentages

%7.27
%18.18
%0
%78.43

Codes

Color #332D37 in popluar color models

332D37
RGB514555
HSL276°10.00%19.61%
HSB/HSV276°18.18%21.57%
CMYK7.27%18.18%0.00%
78.43%

Color #332D37 in popluar number systems.

HEX332D37
Decimal514555
Binary110011101101110111
Octal635567

Shades and tints

Shades of #332D37

#332D37
(51,45,55)
#2F2932
(47,41,50)
#2B252D
(43,37,45)
#272128
(39,33,40)
#231D23
(35,29,35)
#1F191E
(31,25,30)
#1B1519
(27,21,25)
#171114
(23,17,20)
#130D0F
(19,13,15)
#0F090A
(15,9,10)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #332D37

#332D37
(51,45,55)
#454049
(69,64,73)
#57535B
(87,83,91)
#69666D
(105,102,109)
#7B797F
(123,121,127)
#8D8C91
(141,140,145)
#9F9FA3
(159,159,163)
#B1B2B5
(177,178,181)
#C3C5C7
(195,197,199)
#D5D8D9
(213,216,217)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D37; }

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

This text font color is #332D37.


Background Color

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

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

This div background color is #332D37.


Border color

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

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

This div border color is #332D37.


Opacity

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

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

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

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

This text has shadow with #332D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332D37 on black background.


Color preview on white background

This text has color #332D37 on white background.



Black color preview on #332D37 background

This text has black color on #332D37 background.


White color preview on #332D37 background

This text has white color on #332D37 background.