COLOR #332E52

HEX: #332E52 RGB: (51,46,82)

Color info

#332E52 contains red, green and blue colors in about the same proportion. Web safe color of #332E52 is #333366 (or #336).

RGB color model

#332E52 color RGB value is (51,46,82).

RGB: (51,46,82) (20%, 18%, 32%)

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 82 of 255 = 32%

51
46
82

R + G + B ~ 23%. #332E52 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 46 + 82 = 179 (100%)
R 51 of 179 ~ 28.49%
G 46 of 179 ~ 25.7%
B 82 of 179 ~ 45.81'%

%28.49
%25.7
%45.81

CMYK color model

#332E52 color CMYK value is (38,44,0,68).

  • cyan value is 37.80%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (38,44,0,68)
C38M44Y0K68 (38%, 44%, 0%, 68%)
(0.38 / 0.44 / 0.00 / 0.68)

CMYK percentages

%37.8
%43.9
%0
%67.84

Codes

Color #332E52 in popluar color models

33 2E 52
RGB 51 46 82
HSL 248° 28.13% 25.10%
HSB/HSV 248° 43.90% 32.16%
CMYK 37.80% 43.90% 0.00%
67.84%

Color #332E52 in popluar number systems.

HEX 33 2E 52
Decimal 51 46 82
Binary 110011 101110 1010010
Octal 63 56 122

Shades and tints

Shades of #332E52

#332E52
(51,46,82)
#2F2A4B
(47,42,75)
#2B2644
(43,38,68)
#27223D
(39,34,61)
#231E36
(35,30,54)
#1F1A2F
(31,26,47)
#1B1628
(27,22,40)
#171221
(23,18,33)
#130E1A
(19,14,26)
#0F0A13
(15,10,19)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #332E52

#332E52
(51,46,82)
#454161
(69,65,97)
#575470
(87,84,112)
#69677F
(105,103,127)
#7B7A8E
(123,122,142)
#8D8D9D
(141,141,157)
#9FA0AC
(159,160,172)
#B1B3BB
(177,179,187)
#C3C6CA
(195,198,202)
#D5D9D9
(213,217,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E52; }

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

This text font color is #332E52.

Background Color

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

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

This div background color is #332E52.

Border color

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

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

This div border color is #332E52.

Opacity

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

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

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

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

This text has shadow with #332E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332E52.

Preview

Color preview on black background

This text has color #332E52 on black background.


Color preview on white background

This text has color #332E52 on white background.


Black color preview on #332E52 background

This text has black color on #332E52 background.


White color preview on #332E52 background

This text has white color on #332E52 background.


Related colors

Complementary color

Complementary color for #hex is #CCD1AD.


I love getcolorcode.com

Triadic colors

1 #52332E and #2E5233 with #332E52 are triadic colors.

2 #522E33 and #2E3352 with #332E52 are triadic colors.