COLOR #332553

HEX: #332553
RGB: (51,37,83)

Color info

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

RGB color model

#332553 color RGB value is (51,37,83).

  • red value is 51;
  • green value is 37;
  • blue value is 83.
RGB:
(51,37,83)
(20%,15%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 83 of 255 = 33%

51
37
83

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 83 = 171 (100%)
R 51 of 171 ~ 29.82%
G 37 of 171 ~ 21.64%
B 83 of 171 ~ 48.54%

%29.82
%21.64
%48.54

CMYK color model

#332553 color CMYK value is (39,55,0,67).

  • cyan value is 38.55%
  • magenta value is 55.42%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(39,55,0,67)
C39M55Y0K67 
(39%,55%,0%,67%)
(0.39/0.55/0.00/0.67)	

CMYK percentages

%38.55
%55.42
%0
%67.45

Codes

Color #332553 in popluar color models

332553
RGB513783
HSL258°38.33%23.53%
HSB/HSV258°55.42%32.55%
CMYK38.55%55.42%0.00%
67.45%

Color #332553 in popluar number systems.

HEX332553
Decimal513783
Binary1100111001011010011
Octal6345123

Shades and tints

Shades of #332553

#332553
(51,37,83)
#2F224C
(47,34,76)
#2B1F45
(43,31,69)
#271C3E
(39,28,62)
#231937
(35,25,55)
#1F1630
(31,22,48)
#1B1329
(27,19,41)
#171022
(23,16,34)
#130D1B
(19,13,27)
#0F0A14
(15,10,20)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #332553

#332553
(51,37,83)
#453862
(69,56,98)
#574B71
(87,75,113)
#695E80
(105,94,128)
#7B718F
(123,113,143)
#8D849E
(141,132,158)
#9F97AD
(159,151,173)
#B1AABC
(177,170,188)
#C3BDCB
(195,189,203)
#D5D0DA
(213,208,218)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332553 color. Also use rgb(51,37,83) instead hex code.

Text Font Color

.myTextColor { color: #332553; }

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

This text font color is #332553.


Background Color

.myBgColor { background-color: #332553; }

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

This div background color is #332553.


Border color

.myBorderColor { border: 1px solid #332553; }

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

This div border color is #332553.


Opacity

.myOpacity80 { color: #332553; opacity: 0.8; }

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

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

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

This text has shadow with #332553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332553 on black background.


Color preview on white background

This text has color #332553 on white background.



Black color preview on #332553 background

This text has black color on #332553 background.


White color preview on #332553 background

This text has white color on #332553 background.