COLOR #332B1E

HEX: #332B1E
RGB: (51,43,30)

Color info

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

RGB color model

#332B1E color RGB value is (51,43,30).

  • red value is 51;
  • green value is 43;
  • blue value is 30.
RGB:
(51,43,30)
(20%,17%,12%)

RGB channels and saturation

R 51 of 255 = 20%
G 43 of 255 = 17%
B 30 of 255 = 12%

51
43
30

R + G + B ~ 16%. #332B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 43 + 30 = 124 (100%)
R 51 of 124 ~ 41.13%
G 43 of 124 ~ 34.68%
B 30 of 124 ~ 24.19%

%41.13
%34.68
%24.19

CMYK color model

#332B1E color CMYK value is (0,16,41,80).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 41.18%
  • key color value is 80.00%
CMYK:
(0,16,41,80)
C0M16Y41K80 
(0%,16%,41%,80%)
(0.00/0.16/0.41/0.80)	

CMYK percentages

%0
%15.69
%41.18
%80

Codes

Color #332B1E in popluar color models

332B1E
RGB514330
HSL37°25.93%15.88%
HSB/HSV37°41.18%20.00%
CMYK0.00%15.69%41.18%
80.00%

Color #332B1E in popluar number systems.

HEX332B1E
Decimal514330
Binary11001110101111110
Octal635336

Shades and tints

Shades of #332B1E

#332B1E
(51,43,30)
#2F281C
(47,40,28)
#2B251A
(43,37,26)
#272218
(39,34,24)
#231F16
(35,31,22)
#1F1C14
(31,28,20)
#1B1912
(27,25,18)
#171610
(23,22,16)
#13130E
(19,19,14)
#0F100C
(15,16,12)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #332B1E

#332B1E
(51,43,30)
#453E32
(69,62,50)
#575146
(87,81,70)
#69645A
(105,100,90)
#7B776E
(123,119,110)
#8D8A82
(141,138,130)
#9F9D96
(159,157,150)
#B1B0AA
(177,176,170)
#C3C3BE
(195,195,190)
#D5D6D2
(213,214,210)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332B1E color. Also use rgb(51,43,30) instead hex code.

Text Font Color

.myTextColor { color: #332B1E; }

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

This text font color is #332B1E.


Background Color

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

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

This div background color is #332B1E.


Border color

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

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

This div border color is #332B1E.


Opacity

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

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

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

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

This text has shadow with #332B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332B1E on black background.


Color preview on white background

This text has color #332B1E on white background.



Black color preview on #332B1E background

This text has black color on #332B1E background.


White color preview on #332B1E background

This text has white color on #332B1E background.