COLOR #342221

HEX: #342221
RGB: (52,34,33)

Color info

#342221 contains red, green and blue colors in about the same proportion. Web safe color of #342221 is #333333 (or #333).

RGB color model

#342221 color RGB value is (52,34,33).

  • red value is 52;
  • green value is 34;
  • blue value is 33.
RGB:
(52,34,33)
(20%,13%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 34 of 255 = 13%
B 33 of 255 = 13%

52
34
33

R + G + B ~ 15%. #342221 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 34 + 33 = 119 (100%)
R 52 of 119 ~ 43.7%
G 34 of 119 ~ 28.57%
B 33 of 119 ~ 27.73%

%43.7
%28.57
%27.73

CMYK color model

#342221 color CMYK value is (0,35,37,80).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(0,35,37,80)
C0M35Y37K80 
(0%,35%,37%,80%)
(0.00/0.35/0.37/0.80)	

CMYK percentages

%0
%34.62
%36.54
%79.61

Codes

Color #342221 in popluar color models

342221
RGB523433
HSL22.35%16.67%
HSB/HSV36.54%20.39%
CMYK0.00%34.62%36.54%
79.61%

Color #342221 in popluar number systems.

HEX342221
Decimal523433
Binary110100100010100001
Octal644241

Shades and tints

Shades of #342221

#342221
(52,34,33)
#301F1E
(48,31,30)
#2C1C1B
(44,28,27)
#281918
(40,25,24)
#241615
(36,22,21)
#201312
(32,19,18)
#1C100F
(28,16,15)
#180D0C
(24,13,12)
#140A09
(20,10,9)
#100706
(16,7,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #342221

#342221
(52,34,33)
#463635
(70,54,53)
#584A49
(88,74,73)
#6A5E5D
(106,94,93)
#7C7271
(124,114,113)
#8E8685
(142,134,133)
#A09A99
(160,154,153)
#B2AEAD
(178,174,173)
#C4C2C1
(196,194,193)
#D6D6D5
(214,214,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342221 color. Also use rgb(52,34,33) instead hex code.

Text Font Color

.myTextColor { color: #342221; }

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

This text font color is #342221.


Background Color

.myBgColor { background-color: #342221; }

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

This div background color is #342221.


Border color

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

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

This div border color is #342221.


Opacity

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

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

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

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

This text has shadow with #342221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342221 on black background.


Color preview on white background

This text has color #342221 on white background.



Black color preview on #342221 background

This text has black color on #342221 background.


White color preview on #342221 background

This text has white color on #342221 background.