COLOR #332417

HEX: #332417
RGB: (51,36,23)

Color info

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

RGB color model

#332417 color RGB value is (51,36,23).

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

RGB channels and saturation

R 51 of 255 = 20%
G 36 of 255 = 14%
B 23 of 255 = 9%

51
36
23

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

Portions of RGB colors in percentages

R + G + B =
51 + 36 + 23 = 110 (100%)
R 51 of 110 ~ 46.36%
G 36 of 110 ~ 32.73%
B 23 of 110 ~ 20.91%

%46.36
%32.73
%20.91

CMYK color model

#332417 color CMYK value is (0,29,55,80).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,29,55,80)
C0M29Y55K80 
(0%,29%,55%,80%)
(0.00/0.29/0.55/0.80)	

CMYK percentages

%0
%29.41
%54.9
%80

Codes

Color #332417 in popluar color models

332417
RGB513623
HSL28°37.84%14.51%
HSB/HSV28°54.90%20.00%
CMYK0.00%29.41%54.90%
80.00%

Color #332417 in popluar number systems.

HEX332417
Decimal513623
Binary11001110010010111
Octal634427

Shades and tints

Shades of #332417

#332417
(51,36,23)
#2F2115
(47,33,21)
#2B1E13
(43,30,19)
#271B11
(39,27,17)
#23180F
(35,24,15)
#1F150D
(31,21,13)
#1B120B
(27,18,11)
#170F09
(23,15,9)
#130C07
(19,12,7)
#0F0905
(15,9,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #332417

#332417
(51,36,23)
#45372C
(69,55,44)
#574A41
(87,74,65)
#695D56
(105,93,86)
#7B706B
(123,112,107)
#8D8380
(141,131,128)
#9F9695
(159,150,149)
#B1A9AA
(177,169,170)
#C3BCBF
(195,188,191)
#D5CFD4
(213,207,212)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332417; }

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

This text font color is #332417.


Background Color

.myBgColor { background-color: #332417; }

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

This div background color is #332417.


Border color

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

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

This div border color is #332417.


Opacity

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

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

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

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

This text has shadow with #332417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332417 on black background.


Color preview on white background

This text has color #332417 on white background.



Black color preview on #332417 background

This text has black color on #332417 background.


White color preview on #332417 background

This text has white color on #332417 background.