COLOR #332939

HEX: #332939
RGB: (51,41,57)

Color info

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

RGB color model

#332939 color RGB value is (51,41,57).

  • red value is 51;
  • green value is 41;
  • blue value is 57.
RGB:
(51,41,57)
(20%,16%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 41 of 255 = 16%
B 57 of 255 = 22%

51
41
57

R + G + B ~ 19%. #332939 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 41 + 57 = 149 (100%)
R 51 of 149 ~ 34.23%
G 41 of 149 ~ 27.52%
B 57 of 149 ~ 38.26%

%34.23
%27.52
%38.26

CMYK color model

#332939 color CMYK value is (11,28,0,78).

  • cyan value is 10.53%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,28,0,78)
C11M28Y0K78 
(11%,28%,0%,78%)
(0.11/0.28/0.00/0.78)	

CMYK percentages

%10.53
%28.07
%0
%77.65

Codes

Color #332939 in popluar color models

332939
RGB514157
HSL278°16.33%19.22%
HSB/HSV278°28.07%22.35%
CMYK10.53%28.07%0.00%
77.65%

Color #332939 in popluar number systems.

HEX332939
Decimal514157
Binary110011101001111001
Octal635171

Shades and tints

Shades of #332939

#332939
(51,41,57)
#2F2634
(47,38,52)
#2B232F
(43,35,47)
#27202A
(39,32,42)
#231D25
(35,29,37)
#1F1A20
(31,26,32)
#1B171B
(27,23,27)
#171416
(23,20,22)
#131111
(19,17,17)
#0F0E0C
(15,14,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #332939

#332939
(51,41,57)
#453C4B
(69,60,75)
#574F5D
(87,79,93)
#69626F
(105,98,111)
#7B7581
(123,117,129)
#8D8893
(141,136,147)
#9F9BA5
(159,155,165)
#B1AEB7
(177,174,183)
#C3C1C9
(195,193,201)
#D5D4DB
(213,212,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332939 color. Also use rgb(51,41,57) instead hex code.

Text Font Color

.myTextColor { color: #332939; }

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

This text font color is #332939.


Background Color

.myBgColor { background-color: #332939; }

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

This div background color is #332939.


Border color

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

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

This div border color is #332939.


Opacity

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

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

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

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

This text has shadow with #332939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332939 on black background.


Color preview on white background

This text has color #332939 on white background.



Black color preview on #332939 background

This text has black color on #332939 background.


White color preview on #332939 background

This text has white color on #332939 background.