COLOR #332F4A

HEX: #332F4A
RGB: (51,47,74)

Color info

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

RGB color model

#332F4A color RGB value is (51,47,74).

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

RGB channels and saturation

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

51
47
74

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

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 74 = 172 (100%)
R 51 of 172 ~ 29.65%
G 47 of 172 ~ 27.33%
B 74 of 172 ~ 43.02%

%29.65
%27.33
%43.02

CMYK color model

#332F4A color CMYK value is (31,36,0,71).

  • cyan value is 31.08%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(31,36,0,71)
C31M36Y0K71 
(31%,36%,0%,71%)
(0.31/0.36/0.00/0.71)	

CMYK percentages

%31.08
%36.49
%0
%70.98

Codes

Color #332F4A in popluar color models

332F4A
RGB514774
HSL249°22.31%23.73%
HSB/HSV249°36.49%29.02%
CMYK31.08%36.49%0.00%
70.98%

Color #332F4A in popluar number systems.

HEX332F4A
Decimal514774
Binary1100111011111001010
Octal6357112

Shades and tints

Shades of #332F4A

#332F4A
(51,47,74)
#2F2B44
(47,43,68)
#2B273E
(43,39,62)
#272338
(39,35,56)
#231F32
(35,31,50)
#1F1B2C
(31,27,44)
#1B1726
(27,23,38)
#171320
(23,19,32)
#130F1A
(19,15,26)
#0F0B14
(15,11,20)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #332F4A

#332F4A
(51,47,74)
#45415A
(69,65,90)
#57536A
(87,83,106)
#69657A
(105,101,122)
#7B778A
(123,119,138)
#8D899A
(141,137,154)
#9F9BAA
(159,155,170)
#B1ADBA
(177,173,186)
#C3BFCA
(195,191,202)
#D5D1DA
(213,209,218)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F4A; }

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

This text font color is #332F4A.


Background Color

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

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

This div background color is #332F4A.


Border color

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

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

This div border color is #332F4A.


Opacity

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

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

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

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

This text has shadow with #332F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F4A on black background.


Color preview on white background

This text has color #332F4A on white background.



Black color preview on #332F4A background

This text has black color on #332F4A background.


White color preview on #332F4A background

This text has white color on #332F4A background.