COLOR #332D36

HEX: #332D36
RGB: (51,45,54)

Color info

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

RGB color model

#332D36 color RGB value is (51,45,54).

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

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 54 of 255 = 21%

51
45
54

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

Portions of RGB colors in percentages

R + G + B =
51 + 45 + 54 = 150 (100%)
R 51 of 150 ~ 34%
G 45 of 150 ~ 30%
B 54 of 150 ~ 36%

%34
%30
%36

CMYK color model

#332D36 color CMYK value is (6,17,0,79).

  • cyan value is 5.56%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(6,17,0,79)
C6M17Y0K79 
(6%,17%,0%,79%)
(0.06/0.17/0.00/0.79)	

CMYK percentages

%5.56
%16.67
%0
%78.82

Codes

Color #332D36 in popluar color models

332D36
RGB514554
HSL280°9.09%19.41%
HSB/HSV280°16.67%21.18%
CMYK5.56%16.67%0.00%
78.82%

Color #332D36 in popluar number systems.

HEX332D36
Decimal514554
Binary110011101101110110
Octal635566

Shades and tints

Shades of #332D36

#332D36
(51,45,54)
#2F2932
(47,41,50)
#2B252E
(43,37,46)
#27212A
(39,33,42)
#231D26
(35,29,38)
#1F1922
(31,25,34)
#1B151E
(27,21,30)
#17111A
(23,17,26)
#130D16
(19,13,22)
#0F0912
(15,9,18)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #332D36

#332D36
(51,45,54)
#454048
(69,64,72)
#57535A
(87,83,90)
#69666C
(105,102,108)
#7B797E
(123,121,126)
#8D8C90
(141,140,144)
#9F9FA2
(159,159,162)
#B1B2B4
(177,178,180)
#C3C5C6
(195,197,198)
#D5D8D8
(213,216,216)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D36; }

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

This text font color is #332D36.


Background Color

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

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

This div background color is #332D36.


Border color

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

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

This div border color is #332D36.


Opacity

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

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

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

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

This text has shadow with #332D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332D36 on black background.


Color preview on white background

This text has color #332D36 on white background.



Black color preview on #332D36 background

This text has black color on #332D36 background.


White color preview on #332D36 background

This text has white color on #332D36 background.