COLOR #332349

HEX: #332349
RGB: (51,35,73)

Color info

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

RGB color model

#332349 color RGB value is (51,35,73).

  • red value is 51;
  • green value is 35;
  • blue value is 73.
RGB:
(51,35,73)
(20%,14%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 73 of 255 = 29%

51
35
73

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

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 73 = 159 (100%)
R 51 of 159 ~ 32.08%
G 35 of 159 ~ 22.01%
B 73 of 159 ~ 45.91%

%32.08
%22.01
%45.91

CMYK color model

#332349 color CMYK value is (30,52,0,71).

  • cyan value is 30.14%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(30,52,0,71)
C30M52Y0K71 
(30%,52%,0%,71%)
(0.30/0.52/0.00/0.71)	

CMYK percentages

%30.14
%52.05
%0
%71.37

Codes

Color #332349 in popluar color models

332349
RGB513573
HSL265°35.19%21.18%
HSB/HSV265°52.05%28.63%
CMYK30.14%52.05%0.00%
71.37%

Color #332349 in popluar number systems.

HEX332349
Decimal513573
Binary1100111000111001001
Octal6343111

Shades and tints

Shades of #332349

#332349
(51,35,73)
#2F2043
(47,32,67)
#2B1D3D
(43,29,61)
#271A37
(39,26,55)
#231731
(35,23,49)
#1F142B
(31,20,43)
#1B1125
(27,17,37)
#170E1F
(23,14,31)
#130B19
(19,11,25)
#0F0813
(15,8,19)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #332349

#332349
(51,35,73)
#453759
(69,55,89)
#574B69
(87,75,105)
#695F79
(105,95,121)
#7B7389
(123,115,137)
#8D8799
(141,135,153)
#9F9BA9
(159,155,169)
#B1AFB9
(177,175,185)
#C3C3C9
(195,195,201)
#D5D7D9
(213,215,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332349 color. Also use rgb(51,35,73) instead hex code.

Text Font Color

.myTextColor { color: #332349; }

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

This text font color is #332349.


Background Color

.myBgColor { background-color: #332349; }

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

This div background color is #332349.


Border color

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

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

This div border color is #332349.


Opacity

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

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

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

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

This text has shadow with #332349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332349 on black background.


Color preview on white background

This text has color #332349 on white background.



Black color preview on #332349 background

This text has black color on #332349 background.


White color preview on #332349 background

This text has white color on #332349 background.