COLOR #332D67

HEX: #332D67
RGB: (51,45,103)

Color info

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

RGB color model

#332D67 color RGB value is (51,45,103).

  • red value is 51;
  • green value is 45;
  • blue value is 103.
RGB:
(51,45,103)
(20%,18%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 103 of 255 = 40%

51
45
103

R + G + B ~ 26%. #332D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 45 + 103 = 199 (100%)
R 51 of 199 ~ 25.63%
G 45 of 199 ~ 22.61%
B 103 of 199 ~ 51.76%

%25.63
%22.61
%51.76

CMYK color model

#332D67 color CMYK value is (50,56,0,60).

  • cyan value is 50.49%
  • magenta value is 56.31%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(50,56,0,60)
C50M56Y0K60 
(50%,56%,0%,60%)
(0.50/0.56/0.00/0.60)	

CMYK percentages

%50.49
%56.31
%0
%59.61

Codes

Color #332D67 in popluar color models

332D67
RGB5145103
HSL246°39.19%29.02%
HSB/HSV246°56.31%40.39%
CMYK50.49%56.31%0.00%
59.61%

Color #332D67 in popluar number systems.

HEX332D67
Decimal5145103
Binary1100111011011100111
Octal6355147

Shades and tints

Shades of #332D67

#332D67
(51,45,103)
#2F295E
(47,41,94)
#2B2555
(43,37,85)
#27214C
(39,33,76)
#231D43
(35,29,67)
#1F193A
(31,25,58)
#1B1531
(27,21,49)
#171128
(23,17,40)
#130D1F
(19,13,31)
#0F0916
(15,9,22)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #332D67

#332D67
(51,45,103)
#454074
(69,64,116)
#575381
(87,83,129)
#69668E
(105,102,142)
#7B799B
(123,121,155)
#8D8CA8
(141,140,168)
#9F9FB5
(159,159,181)
#B1B2C2
(177,178,194)
#C3C5CF
(195,197,207)
#D5D8DC
(213,216,220)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332D67 color. Also use rgb(51,45,103) instead hex code.

Text Font Color

.myTextColor { color: #332D67; }

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

This text font color is #332D67.


Background Color

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

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

This div background color is #332D67.


Border color

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

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

This div border color is #332D67.


Opacity

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

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

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

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

This text has shadow with #332D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332D67 on black background.


Color preview on white background

This text has color #332D67 on white background.



Black color preview on #332D67 background

This text has black color on #332D67 background.


White color preview on #332D67 background

This text has white color on #332D67 background.