COLOR #332E28

HEX: #332E28
RGB: (51,46,40)

Color info

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

RGB color model

#332E28 color RGB value is (51,46,40).

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

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 40 of 255 = 16%

51
46
40

R + G + B ~ 18%. #332E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 40 = 137 (100%)
R 51 of 137 ~ 37.23%
G 46 of 137 ~ 33.58%
B 40 of 137 ~ 29.2%

%37.23
%33.58
%29.2

CMYK color model

#332E28 color CMYK value is (0,10,22,80).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,10,22,80)
C0M10Y22K80 
(0%,10%,22%,80%)
(0.00/0.10/0.22/0.80)	

CMYK percentages

%0
%9.8
%21.57
%80

Codes

Color #332E28 in popluar color models

332E28
RGB514640
HSL33°12.09%17.84%
HSB/HSV33°21.57%20.00%
CMYK0.00%9.80%21.57%
80.00%

Color #332E28 in popluar number systems.

HEX332E28
Decimal514640
Binary110011101110101000
Octal635650

Shades and tints

Shades of #332E28

#332E28
(51,46,40)
#2F2A25
(47,42,37)
#2B2622
(43,38,34)
#27221F
(39,34,31)
#231E1C
(35,30,28)
#1F1A19
(31,26,25)
#1B1616
(27,22,22)
#171213
(23,18,19)
#130E10
(19,14,16)
#0F0A0D
(15,10,13)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #332E28

#332E28
(51,46,40)
#45413B
(69,65,59)
#57544E
(87,84,78)
#696761
(105,103,97)
#7B7A74
(123,122,116)
#8D8D87
(141,141,135)
#9FA09A
(159,160,154)
#B1B3AD
(177,179,173)
#C3C6C0
(195,198,192)
#D5D9D3
(213,217,211)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332E28; }

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

This text font color is #332E28.


Background Color

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

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

This div background color is #332E28.


Border color

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

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

This div border color is #332E28.


Opacity

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

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

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

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

This text has shadow with #332E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E28 on black background.


Color preview on white background

This text has color #332E28 on white background.



Black color preview on #332E28 background

This text has black color on #332E28 background.


White color preview on #332E28 background

This text has white color on #332E28 background.