COLOR #332D35

HEX: #332D35
RGB: (51,45,53)

Color info

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

RGB color model

#332D35 color RGB value is (51,45,53).

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

RGB channels and saturation

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

51
45
53

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

Portions of RGB colors in percentages

R + G + B =
51 + 45 + 53 = 149 (100%)
R 51 of 149 ~ 34.23%
G 45 of 149 ~ 30.2%
B 53 of 149 ~ 35.57%

%34.23
%30.2
%35.57

CMYK color model

#332D35 color CMYK value is (4,15,0,79).

  • cyan value is 3.77%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(4,15,0,79)
C4M15Y0K79 
(4%,15%,0%,79%)
(0.04/0.15/0.00/0.79)	

CMYK percentages

%3.77
%15.09
%0
%79.22

Codes

Color #332D35 in popluar color models

332D35
RGB514553
HSL285°8.16%19.22%
HSB/HSV285°15.09%20.78%
CMYK3.77%15.09%0.00%
79.22%

Color #332D35 in popluar number systems.

HEX332D35
Decimal514553
Binary110011101101110101
Octal635565

Shades and tints

Shades of #332D35

#332D35
(51,45,53)
#2F2931
(47,41,49)
#2B252D
(43,37,45)
#272129
(39,33,41)
#231D25
(35,29,37)
#1F1921
(31,25,33)
#1B151D
(27,21,29)
#171119
(23,17,25)
#130D15
(19,13,21)
#0F0911
(15,9,17)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #332D35

#332D35
(51,45,53)
#454047
(69,64,71)
#575359
(87,83,89)
#69666B
(105,102,107)
#7B797D
(123,121,125)
#8D8C8F
(141,140,143)
#9F9FA1
(159,159,161)
#B1B2B3
(177,178,179)
#C3C5C5
(195,197,197)
#D5D8D7
(213,216,215)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D35; }

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

This text font color is #332D35.


Background Color

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

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

This div background color is #332D35.


Border color

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

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

This div border color is #332D35.


Opacity

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

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

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

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

This text has shadow with #332D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332D35 on black background.


Color preview on white background

This text has color #332D35 on white background.



Black color preview on #332D35 background

This text has black color on #332D35 background.


White color preview on #332D35 background

This text has white color on #332D35 background.