COLOR #332E3E

HEX: #332E3E
RGB: (51,46,62)

Color info

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

RGB color model

#332E3E color RGB value is (51,46,62).

  • red value is 51;
  • green value is 46;
  • blue value is 62.
RGB:
(51,46,62)
(20%,18%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 62 of 255 = 24%

51
46
62

R + G + B ~ 21%. #332E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 62 = 159 (100%)
R 51 of 159 ~ 32.08%
G 46 of 159 ~ 28.93%
B 62 of 159 ~ 38.99%

%32.08
%28.93
%38.99

CMYK color model

#332E3E color CMYK value is (18,26,0,76).

  • cyan value is 17.74%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(18,26,0,76)
C18M26Y0K76 
(18%,26%,0%,76%)
(0.18/0.26/0.00/0.76)	

CMYK percentages

%17.74
%25.81
%0
%75.69

Codes

Color #332E3E in popluar color models

332E3E
RGB514662
HSL259°14.81%21.18%
HSB/HSV259°25.81%24.31%
CMYK17.74%25.81%0.00%
75.69%

Color #332E3E in popluar number systems.

HEX332E3E
Decimal514662
Binary110011101110111110
Octal635676

Shades and tints

Shades of #332E3E

#332E3E
(51,46,62)
#2F2A39
(47,42,57)
#2B2634
(43,38,52)
#27222F
(39,34,47)
#231E2A
(35,30,42)
#1F1A25
(31,26,37)
#1B1620
(27,22,32)
#17121B
(23,18,27)
#130E16
(19,14,22)
#0F0A11
(15,10,17)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #332E3E

#332E3E
(51,46,62)
#45414F
(69,65,79)
#575460
(87,84,96)
#696771
(105,103,113)
#7B7A82
(123,122,130)
#8D8D93
(141,141,147)
#9FA0A4
(159,160,164)
#B1B3B5
(177,179,181)
#C3C6C6
(195,198,198)
#D5D9D7
(213,217,215)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E3E; }

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

This text font color is #332E3E.


Background Color

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

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

This div background color is #332E3E.


Border color

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

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

This div border color is #332E3E.


Opacity

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

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

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

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

This text has shadow with #332E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E3E on black background.


Color preview on white background

This text has color #332E3E on white background.



Black color preview on #332E3E background

This text has black color on #332E3E background.


White color preview on #332E3E background

This text has white color on #332E3E background.