COLOR #342E29

HEX: #342E29
RGB: (52,46,41)

Color info

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

RGB color model

#342E29 color RGB value is (52,46,41).

  • red value is 52;
  • green value is 46;
  • blue value is 41.
RGB:
(52,46,41)
(20%,18%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 46 of 255 = 18%
B 41 of 255 = 16%

52
46
41

R + G + B ~ 18%. #342E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 46 + 41 = 139 (100%)
R 52 of 139 ~ 37.41%
G 46 of 139 ~ 33.09%
B 41 of 139 ~ 29.5%

%37.41
%33.09
%29.5

CMYK color model

#342E29 color CMYK value is (0,12,21,80).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK:
(0,12,21,80)
C0M12Y21K80 
(0%,12%,21%,80%)
(0.00/0.12/0.21/0.80)	

CMYK percentages

%0
%11.54
%21.15
%79.61

Codes

Color #342E29 in popluar color models

342E29
RGB524641
HSL27°11.83%18.24%
HSB/HSV27°21.15%20.39%
CMYK0.00%11.54%21.15%
79.61%

Color #342E29 in popluar number systems.

HEX342E29
Decimal524641
Binary110100101110101001
Octal645651

Shades and tints

Shades of #342E29

#342E29
(52,46,41)
#302A26
(48,42,38)
#2C2623
(44,38,35)
#282220
(40,34,32)
#241E1D
(36,30,29)
#201A1A
(32,26,26)
#1C1617
(28,22,23)
#181214
(24,18,20)
#140E11
(20,14,17)
#100A0E
(16,10,14)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #342E29

#342E29
(52,46,41)
#46413C
(70,65,60)
#58544F
(88,84,79)
#6A6762
(106,103,98)
#7C7A75
(124,122,117)
#8E8D88
(142,141,136)
#A0A09B
(160,160,155)
#B2B3AE
(178,179,174)
#C4C6C1
(196,198,193)
#D6D9D4
(214,217,212)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342E29 color. Also use rgb(52,46,41) instead hex code.

Text Font Color

.myTextColor { color: #342E29; }

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

This text font color is #342E29.


Background Color

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

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

This div background color is #342E29.


Border color

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

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

This div border color is #342E29.


Opacity

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

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

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

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

This text has shadow with #342E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342E29 on black background.


Color preview on white background

This text has color #342E29 on white background.



Black color preview on #342E29 background

This text has black color on #342E29 background.


White color preview on #342E29 background

This text has white color on #342E29 background.