COLOR #332840

HEX: #332840
RGB: (51,40,64)

Color info

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

RGB color model

#332840 color RGB value is (51,40,64).

  • red value is 51;
  • green value is 40;
  • blue value is 64.
RGB:
(51,40,64)
(20%,16%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 40 of 255 = 16%
B 64 of 255 = 25%

51
40
64

R + G + B ~ 20%. #332840 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 40 + 64 = 155 (100%)
R 51 of 155 ~ 32.9%
G 40 of 155 ~ 25.81%
B 64 of 155 ~ 41.29%

%32.9
%25.81
%41.29

CMYK color model

#332840 color CMYK value is (20,38,0,75).

  • cyan value is 20.31%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(20,38,0,75)
C20M38Y0K75 
(20%,38%,0%,75%)
(0.20/0.38/0.00/0.75)	

CMYK percentages

%20.31
%37.5
%0
%74.9

Codes

Color #332840 in popluar color models

332840
RGB514064
HSL268°23.08%20.39%
HSB/HSV268°37.50%25.10%
CMYK20.31%37.50%0.00%
74.90%

Color #332840 in popluar number systems.

HEX332840
Decimal514064
Binary1100111010001000000
Octal6350100

Shades and tints

Shades of #332840

#332840
(51,40,64)
#2F253B
(47,37,59)
#2B2236
(43,34,54)
#271F31
(39,31,49)
#231C2C
(35,28,44)
#1F1927
(31,25,39)
#1B1622
(27,22,34)
#17131D
(23,19,29)
#131018
(19,16,24)
#0F0D13
(15,13,19)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #332840

#332840
(51,40,64)
#453B51
(69,59,81)
#574E62
(87,78,98)
#696173
(105,97,115)
#7B7484
(123,116,132)
#8D8795
(141,135,149)
#9F9AA6
(159,154,166)
#B1ADB7
(177,173,183)
#C3C0C8
(195,192,200)
#D5D3D9
(213,211,217)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332840 color. Also use rgb(51,40,64) instead hex code.

Text Font Color

.myTextColor { color: #332840; }

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

This text font color is #332840.


Background Color

.myBgColor { background-color: #332840; }

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

This div background color is #332840.


Border color

.myBorderColor { border: 1px solid #332840; }

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

This div border color is #332840.


Opacity

.myOpacity80 { color: #332840; opacity: 0.8; }

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

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

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

This text has shadow with #332840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332840 on black background.


Color preview on white background

This text has color #332840 on white background.



Black color preview on #332840 background

This text has black color on #332840 background.


White color preview on #332840 background

This text has white color on #332840 background.