COLOR #332F55

HEX: #332F55
RGB: (51,47,85)

Color info

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

RGB color model

#332F55 color RGB value is (51,47,85).

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

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 85 of 255 = 33%

51
47
85

R + G + B ~ 24%. #332F55 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 85 = 183 (100%)
R 51 of 183 ~ 27.87%
G 47 of 183 ~ 25.68%
B 85 of 183 ~ 46.45%

%27.87
%25.68
%46.45

CMYK color model

#332F55 color CMYK value is (40,45,0,67).

  • cyan value is 40.00%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(40,45,0,67)
C40M45Y0K67 
(40%,45%,0%,67%)
(0.40/0.45/0.00/0.67)	

CMYK percentages

%40
%44.71
%0
%66.67

Codes

Color #332F55 in popluar color models

332F55
RGB514785
HSL246°28.79%25.88%
HSB/HSV246°44.71%33.33%
CMYK40.00%44.71%0.00%
66.67%

Color #332F55 in popluar number systems.

HEX332F55
Decimal514785
Binary1100111011111010101
Octal6357125

Shades and tints

Shades of #332F55

#332F55
(51,47,85)
#2F2B4E
(47,43,78)
#2B2747
(43,39,71)
#272340
(39,35,64)
#231F39
(35,31,57)
#1F1B32
(31,27,50)
#1B172B
(27,23,43)
#171324
(23,19,36)
#130F1D
(19,15,29)
#0F0B16
(15,11,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #332F55

#332F55
(51,47,85)
#454164
(69,65,100)
#575373
(87,83,115)
#696582
(105,101,130)
#7B7791
(123,119,145)
#8D89A0
(141,137,160)
#9F9BAF
(159,155,175)
#B1ADBE
(177,173,190)
#C3BFCD
(195,191,205)
#D5D1DC
(213,209,220)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F55; }

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

This text font color is #332F55.


Background Color

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

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

This div background color is #332F55.


Border color

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

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

This div border color is #332F55.


Opacity

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

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

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

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

This text has shadow with #332F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F55 on black background.


Color preview on white background

This text has color #332F55 on white background.



Black color preview on #332F55 background

This text has black color on #332F55 background.


White color preview on #332F55 background

This text has white color on #332F55 background.