COLOR #332715

HEX: #332715
RGB: (51,39,21)

Color info

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

RGB color model

#332715 color RGB value is (51,39,21).

  • red value is 51;
  • green value is 39;
  • blue value is 21.
RGB:
(51,39,21)
(20%,15%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 39 of 255 = 15%
B 21 of 255 = 8%

51
39
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 39 + 21 = 111 (100%)
R 51 of 111 ~ 45.95%
G 39 of 111 ~ 35.14%
B 21 of 111 ~ 18.92%

%45.95
%35.14
%18.92

CMYK color model

#332715 color CMYK value is (0,24,59,80).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(0,24,59,80)
C0M24Y59K80 
(0%,24%,59%,80%)
(0.00/0.24/0.59/0.80)	

CMYK percentages

%0
%23.53
%58.82
%80

Codes

Color #332715 in popluar color models

332715
RGB513921
HSL36°41.67%14.12%
HSB/HSV36°58.82%20.00%
CMYK0.00%23.53%58.82%
80.00%

Color #332715 in popluar number systems.

HEX332715
Decimal513921
Binary11001110011110101
Octal634725

Shades and tints

Shades of #332715

#332715
(51,39,21)
#2F2414
(47,36,20)
#2B2113
(43,33,19)
#271E12
(39,30,18)
#231B11
(35,27,17)
#1F1810
(31,24,16)
#1B150F
(27,21,15)
#17120E
(23,18,14)
#130F0D
(19,15,13)
#0F0C0C
(15,12,12)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #332715

#332715
(51,39,21)
#453A2A
(69,58,42)
#574D3F
(87,77,63)
#696054
(105,96,84)
#7B7369
(123,115,105)
#8D867E
(141,134,126)
#9F9993
(159,153,147)
#B1ACA8
(177,172,168)
#C3BFBD
(195,191,189)
#D5D2D2
(213,210,210)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332715 color. Also use rgb(51,39,21) instead hex code.

Text Font Color

.myTextColor { color: #332715; }

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

This text font color is #332715.


Background Color

.myBgColor { background-color: #332715; }

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

This div background color is #332715.


Border color

.myBorderColor { border: 1px solid #332715; }

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

This div border color is #332715.


Opacity

.myOpacity80 { color: #332715; opacity: 0.8; }

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

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

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

This text has shadow with #332715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332715 on black background.


Color preview on white background

This text has color #332715 on white background.



Black color preview on #332715 background

This text has black color on #332715 background.


White color preview on #332715 background

This text has white color on #332715 background.