COLOR #332E37

HEX: #332E37 RGB: (51,46,55)

Color info

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

RGB color model

#332E37 color RGB value is (51,46,55).

RGB: (51,46,55) (20%, 18%, 22%)

RGB channels and saturation

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

51
46
55

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

Portions of RGB colors in percentages

R + G + B = 51 + 46 + 55 = 152 (100%)
R 51 of 152 ~ 33.55%
G 46 of 152 ~ 30.26%
B 55 of 152 ~ 36.18'%

%33.55
%30.26
%36.18

CMYK color model

#332E37 color CMYK value is (7,16,0,78).

  • cyan value is 7.27%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (7,16,0,78)
C7M16Y0K78 (7%, 16%, 0%, 78%)
(0.07 / 0.16 / 0.00 / 0.78)

CMYK percentages

%7.27
%16.36
%0
%78.43

Codes

Color #332E37 in popluar color models

33 2E 37
RGB 51 46 55
HSL 273° 8.91% 19.80%
HSB/HSV 273° 16.36% 21.57%
CMYK 7.27% 16.36% 0.00%
78.43%

Color #332E37 in popluar number systems.

HEX 33 2E 37
Decimal 51 46 55
Binary 110011 101110 110111
Octal 63 56 67

Shades and tints

Shades of #332E37

#332E37
(51,46,55)
#2F2A32
(47,42,50)
#2B262D
(43,38,45)
#272228
(39,34,40)
#231E23
(35,30,35)
#1F1A1E
(31,26,30)
#1B1619
(27,22,25)
#171214
(23,18,20)
#130E0F
(19,14,15)
#0F0A0A
(15,10,10)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #332E37

#332E37
(51,46,55)
#454149
(69,65,73)
#57545B
(87,84,91)
#69676D
(105,103,109)
#7B7A7F
(123,122,127)
#8D8D91
(141,141,145)
#9FA0A3
(159,160,163)
#B1B3B5
(177,179,181)
#C3C6C7
(195,198,199)
#D5D9D9
(213,217,217)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E37; }

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

This text font color is #332E37.

Background Color

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

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

This div background color is #332E37.

Border color

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

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

This div border color is #332E37.

Opacity

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

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

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

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

This text has shadow with #332E37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332E37.

Preview

Color preview on black background

This text has color #332E37 on black background.


Color preview on white background

This text has color #332E37 on white background.


Black color preview on #332E37 background

This text has black color on #332E37 background.


White color preview on #332E37 background

This text has white color on #332E37 background.


Related colors

Complementary color

Complementary color for #hex is #CCD1C8.


I love getcolorcode.com

Triadic colors

1 #37332E and #2E3733 with #332E37 are triadic colors.

2 #372E33 and #2E3337 with #332E37 are triadic colors.