COLOR #332B0F

HEX: #332B0F
RGB: (51,43,15)

Color info

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

RGB color model

#332B0F color RGB value is (51,43,15).

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

RGB channels and saturation

R 51 of 255 = 20%
G 43 of 255 = 17%
B 15 of 255 = 6%

51
43
15

R + G + B ~ 14%. #332B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 43 + 15 = 109 (100%)
R 51 of 109 ~ 46.79%
G 43 of 109 ~ 39.45%
B 15 of 109 ~ 13.76%

%46.79
%39.45
%13.76

CMYK color model

#332B0F color CMYK value is (0,16,71,80).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 70.59%
  • key color value is 80.00%
CMYK:
(0,16,71,80)
C0M16Y71K80 
(0%,16%,71%,80%)
(0.00/0.16/0.71/0.80)	

CMYK percentages

%0
%15.69
%70.59
%80

Codes

Color #332B0F in popluar color models

332B0F
RGB514315
HSL47°54.55%12.94%
HSB/HSV47°70.59%20.00%
CMYK0.00%15.69%70.59%
80.00%

Color #332B0F in popluar number systems.

HEX332B0F
Decimal514315
Binary1100111010111111
Octal635317

Shades and tints

Shades of #332B0F

#332B0F
(51,43,15)
#2F280E
(47,40,14)
#2B250D
(43,37,13)
#27220C
(39,34,12)
#231F0B
(35,31,11)
#1F1C0A
(31,28,10)
#1B1909
(27,25,9)
#171608
(23,22,8)
#131307
(19,19,7)
#0F1006
(15,16,6)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #332B0F

#332B0F
(51,43,15)
#453E24
(69,62,36)
#575139
(87,81,57)
#69644E
(105,100,78)
#7B7763
(123,119,99)
#8D8A78
(141,138,120)
#9F9D8D
(159,157,141)
#B1B0A2
(177,176,162)
#C3C3B7
(195,195,183)
#D5D6CC
(213,214,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332B0F; }

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

This text font color is #332B0F.


Background Color

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

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

This div background color is #332B0F.


Border color

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

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

This div border color is #332B0F.


Opacity

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

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

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

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

This text has shadow with #332B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332B0F on black background.


Color preview on white background

This text has color #332B0F on white background.



Black color preview on #332B0F background

This text has black color on #332B0F background.


White color preview on #332B0F background

This text has white color on #332B0F background.