COLOR #332E4A

HEX: #332E4A
RGB: (51,46,74)

Color info

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

RGB color model

#332E4A color RGB value is (51,46,74).

  • red value is 51;
  • green value is 46;
  • blue value is 74.
RGB:
(51,46,74)
(20%,18%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 74 of 255 = 29%

51
46
74

R + G + B ~ 22%. #332E4A is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 74 = 171 (100%)
R 51 of 171 ~ 29.82%
G 46 of 171 ~ 26.9%
B 74 of 171 ~ 43.27%

%29.82
%26.9
%43.27

CMYK color model

#332E4A color CMYK value is (31,38,0,71).

  • cyan value is 31.08%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(31,38,0,71)
C31M38Y0K71 
(31%,38%,0%,71%)
(0.31/0.38/0.00/0.71)	

CMYK percentages

%31.08
%37.84
%0
%70.98

Codes

Color #332E4A in popluar color models

332E4A
RGB514674
HSL251°23.33%23.53%
HSB/HSV251°37.84%29.02%
CMYK31.08%37.84%0.00%
70.98%

Color #332E4A in popluar number systems.

HEX332E4A
Decimal514674
Binary1100111011101001010
Octal6356112

Shades and tints

Shades of #332E4A

#332E4A
(51,46,74)
#2F2A44
(47,42,68)
#2B263E
(43,38,62)
#272238
(39,34,56)
#231E32
(35,30,50)
#1F1A2C
(31,26,44)
#1B1626
(27,22,38)
#171220
(23,18,32)
#130E1A
(19,14,26)
#0F0A14
(15,10,20)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #332E4A

#332E4A
(51,46,74)
#45415A
(69,65,90)
#57546A
(87,84,106)
#69677A
(105,103,122)
#7B7A8A
(123,122,138)
#8D8D9A
(141,141,154)
#9FA0AA
(159,160,170)
#B1B3BA
(177,179,186)
#C3C6CA
(195,198,202)
#D5D9DA
(213,217,218)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332E4A color. Also use rgb(51,46,74) instead hex code.

Text Font Color

.myTextColor { color: #332E4A; }

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

This text font color is #332E4A.


Background Color

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

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

This div background color is #332E4A.


Border color

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

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

This div border color is #332E4A.


Opacity

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

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

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

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

This text has shadow with #332E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E4A on black background.


Color preview on white background

This text has color #332E4A on white background.



Black color preview on #332E4A background

This text has black color on #332E4A background.


White color preview on #332E4A background

This text has white color on #332E4A background.