COLOR #342C4E

HEX: #342C4E
RGB: (52,44,78)

Color info

#342C4E contains red, green and blue colors in about the same proportion. Web safe color of #342C4E is #333366 (or #336).

RGB color model

#342C4E color RGB value is (52,44,78).

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

RGB channels and saturation

R 52 of 255 = 20%
G 44 of 255 = 17%
B 78 of 255 = 31%

52
44
78

R + G + B ~ 23%. #342C4E is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 44 + 78 = 174 (100%)
R 52 of 174 ~ 29.89%
G 44 of 174 ~ 25.29%
B 78 of 174 ~ 44.83%

%29.89
%25.29
%44.83

CMYK color model

#342C4E color CMYK value is (33,44,0,69).

  • cyan value is 33.33%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(33,44,0,69)
C33M44Y0K69 
(33%,44%,0%,69%)
(0.33/0.44/0.00/0.69)	

CMYK percentages

%33.33
%43.59
%0
%69.41

Codes

Color #342C4E in popluar color models

342C4E
RGB524478
HSL254°27.87%23.92%
HSB/HSV254°43.59%30.59%
CMYK33.33%43.59%0.00%
69.41%

Color #342C4E in popluar number systems.

HEX342C4E
Decimal524478
Binary1101001011001001110
Octal6454116

Shades and tints

Shades of #342C4E

#342C4E
(52,44,78)
#302847
(48,40,71)
#2C2440
(44,36,64)
#282039
(40,32,57)
#241C32
(36,28,50)
#20182B
(32,24,43)
#1C1424
(28,20,36)
#18101D
(24,16,29)
#140C16
(20,12,22)
#10080F
(16,8,15)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #342C4E

#342C4E
(52,44,78)
#463F5E
(70,63,94)
#58526E
(88,82,110)
#6A657E
(106,101,126)
#7C788E
(124,120,142)
#8E8B9E
(142,139,158)
#A09EAE
(160,158,174)
#B2B1BE
(178,177,190)
#C4C4CE
(196,196,206)
#D6D7DE
(214,215,222)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342C4E; }

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

This text font color is #342C4E.


Background Color

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

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

This div background color is #342C4E.


Border color

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

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

This div border color is #342C4E.


Opacity

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

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

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

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

This text has shadow with #342C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342C4E on black background.


Color preview on white background

This text has color #342C4E on white background.



Black color preview on #342C4E background

This text has black color on #342C4E background.


White color preview on #342C4E background

This text has white color on #342C4E background.