COLOR #332F11

HEX: #332F11
RGB: (51,47,17)

Color info

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

RGB color model

#332F11 color RGB value is (51,47,17).

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

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 17 of 255 = 7%

51
47
17

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

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 17 = 115 (100%)
R 51 of 115 ~ 44.35%
G 47 of 115 ~ 40.87%
B 17 of 115 ~ 14.78%

%44.35
%40.87
%14.78

CMYK color model

#332F11 color CMYK value is (0,8,67,80).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(0,8,67,80)
C0M8Y67K80 
(0%,8%,67%,80%)
(0.00/0.08/0.67/0.80)	

CMYK percentages

%0
%7.84
%66.67
%80

Codes

Color #332F11 in popluar color models

332F11
RGB514717
HSL53°50.00%13.33%
HSB/HSV53°66.67%20.00%
CMYK0.00%7.84%66.67%
80.00%

Color #332F11 in popluar number systems.

HEX332F11
Decimal514717
Binary11001110111110001
Octal635721

Shades and tints

Shades of #332F11

#332F11
(51,47,17)
#2F2B10
(47,43,16)
#2B270F
(43,39,15)
#27230E
(39,35,14)
#231F0D
(35,31,13)
#1F1B0C
(31,27,12)
#1B170B
(27,23,11)
#17130A
(23,19,10)
#130F09
(19,15,9)
#0F0B08
(15,11,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #332F11

#332F11
(51,47,17)
#454126
(69,65,38)
#57533B
(87,83,59)
#696550
(105,101,80)
#7B7765
(123,119,101)
#8D897A
(141,137,122)
#9F9B8F
(159,155,143)
#B1ADA4
(177,173,164)
#C3BFB9
(195,191,185)
#D5D1CE
(213,209,206)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F11; }

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

This text font color is #332F11.


Background Color

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

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

This div background color is #332F11.


Border color

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

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

This div border color is #332F11.


Opacity

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

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

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

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

This text has shadow with #332F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F11 on black background.


Color preview on white background

This text has color #332F11 on white background.



Black color preview on #332F11 background

This text has black color on #332F11 background.


White color preview on #332F11 background

This text has white color on #332F11 background.