COLOR #342C21

HEX: #342C21
RGB: (52,44,33)

Color info

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

RGB color model

#342C21 color RGB value is (52,44,33).

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

RGB channels and saturation

R 52 of 255 = 20%
G 44 of 255 = 17%
B 33 of 255 = 13%

52
44
33

R + G + B ~ 17%. #342C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 44 + 33 = 129 (100%)
R 52 of 129 ~ 40.31%
G 44 of 129 ~ 34.11%
B 33 of 129 ~ 25.58%

%40.31
%34.11
%25.58

CMYK color model

#342C21 color CMYK value is (0,15,37,80).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(0,15,37,80)
C0M15Y37K80 
(0%,15%,37%,80%)
(0.00/0.15/0.37/0.80)	

CMYK percentages

%0
%15.38
%36.54
%79.61

Codes

Color #342C21 in popluar color models

342C21
RGB524433
HSL35°22.35%16.67%
HSB/HSV35°36.54%20.39%
CMYK0.00%15.38%36.54%
79.61%

Color #342C21 in popluar number systems.

HEX342C21
Decimal524433
Binary110100101100100001
Octal645441

Shades and tints

Shades of #342C21

#342C21
(52,44,33)
#30281E
(48,40,30)
#2C241B
(44,36,27)
#282018
(40,32,24)
#241C15
(36,28,21)
#201812
(32,24,18)
#1C140F
(28,20,15)
#18100C
(24,16,12)
#140C09
(20,12,9)
#100806
(16,8,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #342C21

#342C21
(52,44,33)
#463F35
(70,63,53)
#585249
(88,82,73)
#6A655D
(106,101,93)
#7C7871
(124,120,113)
#8E8B85
(142,139,133)
#A09E99
(160,158,153)
#B2B1AD
(178,177,173)
#C4C4C1
(196,196,193)
#D6D7D5
(214,215,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342C21; }

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

This text font color is #342C21.


Background Color

.myBgColor { background-color: #342C21; }

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

This div background color is #342C21.


Border color

.myBorderColor { border: 1px solid #342C21; }

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

This div border color is #342C21.


Opacity

.myOpacity80 { color: #342C21; opacity: 0.8; }

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

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

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

This text has shadow with #342C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342C21 on black background.


Color preview on white background

This text has color #342C21 on white background.



Black color preview on #342C21 background

This text has black color on #342C21 background.


White color preview on #342C21 background

This text has white color on #342C21 background.