COLOR #332213

HEX: #332213
RGB: (51,34,19)

Color info

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

RGB color model

#332213 color RGB value is (51,34,19).

  • red value is 51;
  • green value is 34;
  • blue value is 19.
RGB:
(51,34,19)
(20%,13%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 34 of 255 = 13%
B 19 of 255 = 7%

51
34
19

R + G + B ~ 13%. #332213 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 34 + 19 = 104 (100%)
R 51 of 104 ~ 49.04%
G 34 of 104 ~ 32.69%
B 19 of 104 ~ 18.27%

%49.04
%32.69
%18.27

CMYK color model

#332213 color CMYK value is (0,33,63,80).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,33,63,80)
C0M33Y63K80 
(0%,33%,63%,80%)
(0.00/0.33/0.63/0.80)	

CMYK percentages

%0
%33.33
%62.75
%80

Codes

Color #332213 in popluar color models

332213
RGB513419
HSL28°45.71%13.73%
HSB/HSV28°62.75%20.00%
CMYK0.00%33.33%62.75%
80.00%

Color #332213 in popluar number systems.

HEX332213
Decimal513419
Binary11001110001010011
Octal634223

Shades and tints

Shades of #332213

#332213
(51,34,19)
#2F1F12
(47,31,18)
#2B1C11
(43,28,17)
#271910
(39,25,16)
#23160F
(35,22,15)
#1F130E
(31,19,14)
#1B100D
(27,16,13)
#170D0C
(23,13,12)
#130A0B
(19,10,11)
#0F070A
(15,7,10)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #332213

#332213
(51,34,19)
#453628
(69,54,40)
#574A3D
(87,74,61)
#695E52
(105,94,82)
#7B7267
(123,114,103)
#8D867C
(141,134,124)
#9F9A91
(159,154,145)
#B1AEA6
(177,174,166)
#C3C2BB
(195,194,187)
#D5D6D0
(213,214,208)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332213 color. Also use rgb(51,34,19) instead hex code.

Text Font Color

.myTextColor { color: #332213; }

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

This text font color is #332213.


Background Color

.myBgColor { background-color: #332213; }

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

This div background color is #332213.


Border color

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

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

This div border color is #332213.


Opacity

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

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

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

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

This text has shadow with #332213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332213 on black background.


Color preview on white background

This text has color #332213 on white background.



Black color preview on #332213 background

This text has black color on #332213 background.


White color preview on #332213 background

This text has white color on #332213 background.