COLOR #332E4D

HEX: #332E4D
RGB: (51,46,77)

Color info

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

RGB color model

#332E4D color RGB value is (51,46,77).

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

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 77 of 255 = 30%

51
46
77

R + G + B ~ 23%. #332E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 77 = 174 (100%)
R 51 of 174 ~ 29.31%
G 46 of 174 ~ 26.44%
B 77 of 174 ~ 44.25%

%29.31
%26.44
%44.25

CMYK color model

#332E4D color CMYK value is (34,40,0,70).

  • cyan value is 33.77%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(34,40,0,70)
C34M40Y0K70 
(34%,40%,0%,70%)
(0.34/0.40/0.00/0.70)	

CMYK percentages

%33.77
%40.26
%0
%69.8

Codes

Color #332E4D in popluar color models

332E4D
RGB514677
HSL250°25.20%24.12%
HSB/HSV250°40.26%30.20%
CMYK33.77%40.26%0.00%
69.80%

Color #332E4D in popluar number systems.

HEX332E4D
Decimal514677
Binary1100111011101001101
Octal6356115

Shades and tints

Shades of #332E4D

#332E4D
(51,46,77)
#2F2A46
(47,42,70)
#2B263F
(43,38,63)
#272238
(39,34,56)
#231E31
(35,30,49)
#1F1A2A
(31,26,42)
#1B1623
(27,22,35)
#17121C
(23,18,28)
#130E15
(19,14,21)
#0F0A0E
(15,10,14)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #332E4D

#332E4D
(51,46,77)
#45415D
(69,65,93)
#57546D
(87,84,109)
#69677D
(105,103,125)
#7B7A8D
(123,122,141)
#8D8D9D
(141,141,157)
#9FA0AD
(159,160,173)
#B1B3BD
(177,179,189)
#C3C6CD
(195,198,205)
#D5D9DD
(213,217,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E4D; }

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

This text font color is #332E4D.


Background Color

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

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

This div background color is #332E4D.


Border color

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

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

This div border color is #332E4D.


Opacity

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

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

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

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

This text has shadow with #332E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E4D on black background.


Color preview on white background

This text has color #332E4D on white background.



Black color preview on #332E4D background

This text has black color on #332E4D background.


White color preview on #332E4D background

This text has white color on #332E4D background.