COLOR #332F6E

HEX: #332F6E
RGB: (51,47,110)

Color info

#332F6E contains mainly red and blue colors. Web safe color of #332F6E is #333366 (or #336).

RGB color model

#332F6E color RGB value is (51,47,110).

  • red value is 51;
  • green value is 47;
  • blue value is 110.
RGB:
(51,47,110)
(20%,18%,43%)

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 110 of 255 = 43%

51
47
110

R + G + B ~ 27%. #332F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 110 = 208 (100%)
R 51 of 208 ~ 24.52%
G 47 of 208 ~ 22.6%
B 110 of 208 ~ 52.88%

%24.52
%22.6
%52.88

CMYK color model

#332F6E color CMYK value is (54,57,0,57).

  • cyan value is 53.64%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(54,57,0,57)
C54M57Y0K57 
(54%,57%,0%,57%)
(0.54/0.57/0.00/0.57)	

CMYK percentages

%53.64
%57.27
%0
%56.86

Codes

Color #332F6E in popluar color models

332F6E
RGB5147110
HSL244°40.13%30.78%
HSB/HSV244°57.27%43.14%
CMYK53.64%57.27%0.00%
56.86%

Color #332F6E in popluar number systems.

HEX332F6E
Decimal5147110
Binary1100111011111101110
Octal6357156

Shades and tints

Shades of #332F6E

#332F6E
(51,47,110)
#2F2B64
(47,43,100)
#2B275A
(43,39,90)
#272350
(39,35,80)
#231F46
(35,31,70)
#1F1B3C
(31,27,60)
#1B1732
(27,23,50)
#171328
(23,19,40)
#130F1E
(19,15,30)
#0F0B14
(15,11,20)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #332F6E

#332F6E
(51,47,110)
#45417B
(69,65,123)
#575388
(87,83,136)
#696595
(105,101,149)
#7B77A2
(123,119,162)
#8D89AF
(141,137,175)
#9F9BBC
(159,155,188)
#B1ADC9
(177,173,201)
#C3BFD6
(195,191,214)
#D5D1E3
(213,209,227)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332F6E color. Also use rgb(51,47,110) instead hex code.

Text Font Color

.myTextColor { color: #332F6E; }

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

This text font color is #332F6E.


Background Color

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

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

This div background color is #332F6E.


Border color

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

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

This div border color is #332F6E.


Opacity

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

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

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

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

This text has shadow with #332F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F6E on black background.


Color preview on white background

This text has color #332F6E on white background.



Black color preview on #332F6E background

This text has black color on #332F6E background.


White color preview on #332F6E background

This text has white color on #332F6E background.