COLOR #332F7F

HEX: #332F7F
RGB: (51,47,127)

Color info

#332F7F contains mainly blue color. Web safe color of #332F7F is #333366 (or #336).

RGB color model

#332F7F color RGB value is (51,47,127).

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

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 127 of 255 = 50%

51
47
127

R + G + B ~ 29%. #332F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 127 = 225 (100%)
R 51 of 225 ~ 22.67%
G 47 of 225 ~ 20.89%
B 127 of 225 ~ 56.44%

%22.67
%20.89
%56.44

CMYK color model

#332F7F color CMYK value is (60,63,0,50).

  • cyan value is 59.84%
  • magenta value is 62.99%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(60,63,0,50)
C60M63Y0K50 
(60%,63%,0%,50%)
(0.60/0.63/0.00/0.50)	

CMYK percentages

%59.84
%62.99
%0
%50.2

Codes

Color #332F7F in popluar color models

332F7F
RGB5147127
HSL243°45.98%34.12%
HSB/HSV243°62.99%49.80%
CMYK59.84%62.99%0.00%
50.20%

Color #332F7F in popluar number systems.

HEX332F7F
Decimal5147127
Binary1100111011111111111
Octal6357177

Shades and tints

Shades of #332F7F

#332F7F
(51,47,127)
#2F2B74
(47,43,116)
#2B2769
(43,39,105)
#27235E
(39,35,94)
#231F53
(35,31,83)
#1F1B48
(31,27,72)
#1B173D
(27,23,61)
#171332
(23,19,50)
#130F27
(19,15,39)
#0F0B1C
(15,11,28)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #332F7F

#332F7F
(51,47,127)
#45418A
(69,65,138)
#575395
(87,83,149)
#6965A0
(105,101,160)
#7B77AB
(123,119,171)
#8D89B6
(141,137,182)
#9F9BC1
(159,155,193)
#B1ADCC
(177,173,204)
#C3BFD7
(195,191,215)
#D5D1E2
(213,209,226)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F7F; }

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

This text font color is #332F7F.


Background Color

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

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

This div background color is #332F7F.


Border color

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

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

This div border color is #332F7F.


Opacity

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

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

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

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

This text has shadow with #332F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F7F on black background.


Color preview on white background

This text has color #332F7F on white background.



Black color preview on #332F7F background

This text has black color on #332F7F background.


White color preview on #332F7F background

This text has white color on #332F7F background.