COLOR #332928

HEX: #332928
RGB: (51,41,40)

Color info

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

RGB color model

#332928 color RGB value is (51,41,40).

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

RGB channels and saturation

R 51 of 255 = 20%
G 41 of 255 = 16%
B 40 of 255 = 16%

51
41
40

R + G + B ~ 17%. #332928 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 41 + 40 = 132 (100%)
R 51 of 132 ~ 38.64%
G 41 of 132 ~ 31.06%
B 40 of 132 ~ 30.3%

%38.64
%31.06
%30.3

CMYK color model

#332928 color CMYK value is (0,20,22,80).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,20,22,80)
C0M20Y22K80 
(0%,20%,22%,80%)
(0.00/0.20/0.22/0.80)	

CMYK percentages

%0
%19.61
%21.57
%80

Codes

Color #332928 in popluar color models

332928
RGB514140
HSL12.09%17.84%
HSB/HSV21.57%20.00%
CMYK0.00%19.61%21.57%
80.00%

Color #332928 in popluar number systems.

HEX332928
Decimal514140
Binary110011101001101000
Octal635150

Shades and tints

Shades of #332928

#332928
(51,41,40)
#2F2625
(47,38,37)
#2B2322
(43,35,34)
#27201F
(39,32,31)
#231D1C
(35,29,28)
#1F1A19
(31,26,25)
#1B1716
(27,23,22)
#171413
(23,20,19)
#131110
(19,17,16)
#0F0E0D
(15,14,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #332928

#332928
(51,41,40)
#453C3B
(69,60,59)
#574F4E
(87,79,78)
#696261
(105,98,97)
#7B7574
(123,117,116)
#8D8887
(141,136,135)
#9F9B9A
(159,155,154)
#B1AEAD
(177,174,173)
#C3C1C0
(195,193,192)
#D5D4D3
(213,212,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332928; }

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

This text font color is #332928.


Background Color

.myBgColor { background-color: #332928; }

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

This div background color is #332928.


Border color

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

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

This div border color is #332928.


Opacity

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

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

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

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

This text has shadow with #332928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332928 on black background.


Color preview on white background

This text has color #332928 on white background.



Black color preview on #332928 background

This text has black color on #332928 background.


White color preview on #332928 background

This text has white color on #332928 background.