COLOR #342C39

HEX: #342C39
RGB: (52,44,57)

Color info

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

RGB color model

#342C39 color RGB value is (52,44,57).

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

RGB channels and saturation

R 52 of 255 = 20%
G 44 of 255 = 17%
B 57 of 255 = 22%

52
44
57

R + G + B ~ 20%. #342C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 44 + 57 = 153 (100%)
R 52 of 153 ~ 33.99%
G 44 of 153 ~ 28.76%
B 57 of 153 ~ 37.25%

%33.99
%28.76
%37.25

CMYK color model

#342C39 color CMYK value is (9,23,0,78).

  • cyan value is 8.77%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(9,23,0,78)
C9M23Y0K78 
(9%,23%,0%,78%)
(0.09/0.23/0.00/0.78)	

CMYK percentages

%8.77
%22.81
%0
%77.65

Codes

Color #342C39 in popluar color models

342C39
RGB524457
HSL277°12.87%19.80%
HSB/HSV277°22.81%22.35%
CMYK8.77%22.81%0.00%
77.65%

Color #342C39 in popluar number systems.

HEX342C39
Decimal524457
Binary110100101100111001
Octal645471

Shades and tints

Shades of #342C39

#342C39
(52,44,57)
#302834
(48,40,52)
#2C242F
(44,36,47)
#28202A
(40,32,42)
#241C25
(36,28,37)
#201820
(32,24,32)
#1C141B
(28,20,27)
#181016
(24,16,22)
#140C11
(20,12,17)
#10080C
(16,8,12)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #342C39

#342C39
(52,44,57)
#463F4B
(70,63,75)
#58525D
(88,82,93)
#6A656F
(106,101,111)
#7C7881
(124,120,129)
#8E8B93
(142,139,147)
#A09EA5
(160,158,165)
#B2B1B7
(178,177,183)
#C4C4C9
(196,196,201)
#D6D7DB
(214,215,219)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342C39; }

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

This text font color is #342C39.


Background Color

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

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

This div background color is #342C39.


Border color

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

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

This div border color is #342C39.


Opacity

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

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

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

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

This text has shadow with #342C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342C39 on black background.


Color preview on white background

This text has color #342C39 on white background.



Black color preview on #342C39 background

This text has black color on #342C39 background.


White color preview on #342C39 background

This text has white color on #342C39 background.