COLOR #332C11

HEX: #332C11
RGB: (51,44,17)

Color info

#332C11 contains red, green and blue colors in about the same proportion. Web safe color of #332C11 is #333300 (or #330).

RGB color model

#332C11 color RGB value is (51,44,17).

  • red value is 51;
  • green value is 44;
  • blue value is 17.
RGB:
(51,44,17)
(20%,17%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 17 of 255 = 7%

51
44
17

R + G + B ~ 15%. #332C11 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 44 + 17 = 112 (100%)
R 51 of 112 ~ 45.54%
G 44 of 112 ~ 39.29%
B 17 of 112 ~ 15.18%

%45.54
%39.29
%15.18

CMYK color model

#332C11 color CMYK value is (0,14,67,80).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(0,14,67,80)
C0M14Y67K80 
(0%,14%,67%,80%)
(0.00/0.14/0.67/0.80)	

CMYK percentages

%0
%13.73
%66.67
%80

Codes

Color #332C11 in popluar color models

332C11
RGB514417
HSL48°50.00%13.33%
HSB/HSV48°66.67%20.00%
CMYK0.00%13.73%66.67%
80.00%

Color #332C11 in popluar number systems.

HEX332C11
Decimal514417
Binary11001110110010001
Octal635421

Shades and tints

Shades of #332C11

#332C11
(51,44,17)
#2F2810
(47,40,16)
#2B240F
(43,36,15)
#27200E
(39,32,14)
#231C0D
(35,28,13)
#1F180C
(31,24,12)
#1B140B
(27,20,11)
#17100A
(23,16,10)
#130C09
(19,12,9)
#0F0808
(15,8,8)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #332C11

#332C11
(51,44,17)
#453F26
(69,63,38)
#57523B
(87,82,59)
#696550
(105,101,80)
#7B7865
(123,120,101)
#8D8B7A
(141,139,122)
#9F9E8F
(159,158,143)
#B1B1A4
(177,177,164)
#C3C4B9
(195,196,185)
#D5D7CE
(213,215,206)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332C11 color. Also use rgb(51,44,17) instead hex code.

Text Font Color

.myTextColor { color: #332C11; }

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

This text font color is #332C11.


Background Color

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

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

This div background color is #332C11.


Border color

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

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

This div border color is #332C11.


Opacity

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

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

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

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

This text has shadow with #332C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332C11 on black background.


Color preview on white background

This text has color #332C11 on white background.



Black color preview on #332C11 background

This text has black color on #332C11 background.


White color preview on #332C11 background

This text has white color on #332C11 background.