COLOR #332415

HEX: #332415
RGB: (51,36,21)

Color info

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

RGB color model

#332415 color RGB value is (51,36,21).

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

RGB channels and saturation

R 51 of 255 = 20%
G 36 of 255 = 14%
B 21 of 255 = 8%

51
36
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 36 + 21 = 108 (100%)
R 51 of 108 ~ 47.22%
G 36 of 108 ~ 33.33%
B 21 of 108 ~ 19.44%

%47.22
%33.33
%19.44

CMYK color model

#332415 color CMYK value is (0,29,59,80).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(0,29,59,80)
C0M29Y59K80 
(0%,29%,59%,80%)
(0.00/0.29/0.59/0.80)	

CMYK percentages

%0
%29.41
%58.82
%80

Codes

Color #332415 in popluar color models

332415
RGB513621
HSL30°41.67%14.12%
HSB/HSV30°58.82%20.00%
CMYK0.00%29.41%58.82%
80.00%

Color #332415 in popluar number systems.

HEX332415
Decimal513621
Binary11001110010010101
Octal634425

Shades and tints

Shades of #332415

#332415
(51,36,21)
#2F2114
(47,33,20)
#2B1E13
(43,30,19)
#271B12
(39,27,18)
#231811
(35,24,17)
#1F1510
(31,21,16)
#1B120F
(27,18,15)
#170F0E
(23,15,14)
#130C0D
(19,12,13)
#0F090C
(15,9,12)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #332415

#332415
(51,36,21)
#45372A
(69,55,42)
#574A3F
(87,74,63)
#695D54
(105,93,84)
#7B7069
(123,112,105)
#8D837E
(141,131,126)
#9F9693
(159,150,147)
#B1A9A8
(177,169,168)
#C3BCBD
(195,188,189)
#D5CFD2
(213,207,210)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332415; }

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

This text font color is #332415.


Background Color

.myBgColor { background-color: #332415; }

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

This div background color is #332415.


Border color

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

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

This div border color is #332415.


Opacity

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

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

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

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

This text has shadow with #332415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332415 on black background.


Color preview on white background

This text has color #332415 on white background.



Black color preview on #332415 background

This text has black color on #332415 background.


White color preview on #332415 background

This text has white color on #332415 background.