COLOR #332C51

HEX: #332C51
RGB: (51,44,81)

Color info

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

RGB color model

#332C51 color RGB value is (51,44,81).

  • red value is 51;
  • green value is 44;
  • blue value is 81.
RGB:
(51,44,81)
(20%,17%,32%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 81 of 255 = 32%

51
44
81

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

Portions of RGB colors in percentages

R + G + B =
51 + 44 + 81 = 176 (100%)
R 51 of 176 ~ 28.98%
G 44 of 176 ~ 25%
B 81 of 176 ~ 46.02%

%28.98
%25
%46.02

CMYK color model

#332C51 color CMYK value is (37,46,0,68).

  • cyan value is 37.04%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(37,46,0,68)
C37M46Y0K68 
(37%,46%,0%,68%)
(0.37/0.46/0.00/0.68)	

CMYK percentages

%37.04
%45.68
%0
%68.24

Codes

Color #332C51 in popluar color models

332C51
RGB514481
HSL251°29.60%24.51%
HSB/HSV251°45.68%31.76%
CMYK37.04%45.68%0.00%
68.24%

Color #332C51 in popluar number systems.

HEX332C51
Decimal514481
Binary1100111011001010001
Octal6354121

Shades and tints

Shades of #332C51

#332C51
(51,44,81)
#2F284A
(47,40,74)
#2B2443
(43,36,67)
#27203C
(39,32,60)
#231C35
(35,28,53)
#1F182E
(31,24,46)
#1B1427
(27,20,39)
#171020
(23,16,32)
#130C19
(19,12,25)
#0F0812
(15,8,18)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #332C51

#332C51
(51,44,81)
#453F60
(69,63,96)
#57526F
(87,82,111)
#69657E
(105,101,126)
#7B788D
(123,120,141)
#8D8B9C
(141,139,156)
#9F9EAB
(159,158,171)
#B1B1BA
(177,177,186)
#C3C4C9
(195,196,201)
#D5D7D8
(213,215,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332C51 color. Also use rgb(51,44,81) instead hex code.

Text Font Color

.myTextColor { color: #332C51; }

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

This text font color is #332C51.


Background Color

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

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

This div background color is #332C51.


Border color

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

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

This div border color is #332C51.


Opacity

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

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

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

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

This text has shadow with #332C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332C51 on black background.


Color preview on white background

This text has color #332C51 on white background.



Black color preview on #332C51 background

This text has black color on #332C51 background.


White color preview on #332C51 background

This text has white color on #332C51 background.