COLOR #332C50

HEX: #332C50
RGB: (51,44,80)

Color info

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

RGB color model

#332C50 color RGB value is (51,44,80).

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

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 80 of 255 = 31%

51
44
80

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

Portions of RGB colors in percentages

R + G + B =
51 + 44 + 80 = 175 (100%)
R 51 of 175 ~ 29.14%
G 44 of 175 ~ 25.14%
B 80 of 175 ~ 45.71%

%29.14
%25.14
%45.71

CMYK color model

#332C50 color CMYK value is (36,45,0,69).

  • cyan value is 36.25%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(36,45,0,69)
C36M45Y0K69 
(36%,45%,0%,69%)
(0.36/0.45/0.00/0.69)	

CMYK percentages

%36.25
%45
%0
%68.63

Codes

Color #332C50 in popluar color models

332C50
RGB514480
HSL252°29.03%24.31%
HSB/HSV252°45.00%31.37%
CMYK36.25%45.00%0.00%
68.63%

Color #332C50 in popluar number systems.

HEX332C50
Decimal514480
Binary1100111011001010000
Octal6354120

Shades and tints

Shades of #332C50

#332C50
(51,44,80)
#2F2849
(47,40,73)
#2B2442
(43,36,66)
#27203B
(39,32,59)
#231C34
(35,28,52)
#1F182D
(31,24,45)
#1B1426
(27,20,38)
#17101F
(23,16,31)
#130C18
(19,12,24)
#0F0811
(15,8,17)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #332C50

#332C50
(51,44,80)
#453F5F
(69,63,95)
#57526E
(87,82,110)
#69657D
(105,101,125)
#7B788C
(123,120,140)
#8D8B9B
(141,139,155)
#9F9EAA
(159,158,170)
#B1B1B9
(177,177,185)
#C3C4C8
(195,196,200)
#D5D7D7
(213,215,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332C50; }

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

This text font color is #332C50.


Background Color

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

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

This div background color is #332C50.


Border color

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

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

This div border color is #332C50.


Opacity

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

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

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

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

This text has shadow with #332C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332C50 on black background.


Color preview on white background

This text has color #332C50 on white background.



Black color preview on #332C50 background

This text has black color on #332C50 background.


White color preview on #332C50 background

This text has white color on #332C50 background.