COLOR #342439

HEX: #342439
RGB: (52,36,57)

Color info

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

RGB color model

#342439 color RGB value is (52,36,57).

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

RGB channels and saturation

R 52 of 255 = 20%
G 36 of 255 = 14%
B 57 of 255 = 22%

52
36
57

R + G + B ~ 19%. #342439 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 36 + 57 = 145 (100%)
R 52 of 145 ~ 35.86%
G 36 of 145 ~ 24.83%
B 57 of 145 ~ 39.31%

%35.86
%24.83
%39.31

CMYK color model

#342439 color CMYK value is (9,37,0,78).

  • cyan value is 8.77%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(9,37,0,78)
C9M37Y0K78 
(9%,37%,0%,78%)
(0.09/0.37/0.00/0.78)	

CMYK percentages

%8.77
%36.84
%0
%77.65

Codes

Color #342439 in popluar color models

342439
RGB523657
HSL286°22.58%18.24%
HSB/HSV286°36.84%22.35%
CMYK8.77%36.84%0.00%
77.65%

Color #342439 in popluar number systems.

HEX342439
Decimal523657
Binary110100100100111001
Octal644471

Shades and tints

Shades of #342439

#342439
(52,36,57)
#302134
(48,33,52)
#2C1E2F
(44,30,47)
#281B2A
(40,27,42)
#241825
(36,24,37)
#201520
(32,21,32)
#1C121B
(28,18,27)
#180F16
(24,15,22)
#140C11
(20,12,17)
#10090C
(16,9,12)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #342439

#342439
(52,36,57)
#46374B
(70,55,75)
#584A5D
(88,74,93)
#6A5D6F
(106,93,111)
#7C7081
(124,112,129)
#8E8393
(142,131,147)
#A096A5
(160,150,165)
#B2A9B7
(178,169,183)
#C4BCC9
(196,188,201)
#D6CFDB
(214,207,219)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342439; }

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

This text font color is #342439.


Background Color

.myBgColor { background-color: #342439; }

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

This div background color is #342439.


Border color

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

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

This div border color is #342439.


Opacity

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

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

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

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

This text has shadow with #342439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342439 on black background.


Color preview on white background

This text has color #342439 on white background.



Black color preview on #342439 background

This text has black color on #342439 background.


White color preview on #342439 background

This text has white color on #342439 background.