COLOR #342639

HEX: #342639
RGB: (52,38,57)

Color info

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

RGB color model

#342639 color RGB value is (52,38,57).

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

RGB channels and saturation

R 52 of 255 = 20%
G 38 of 255 = 15%
B 57 of 255 = 22%

52
38
57

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

Portions of RGB colors in percentages

R + G + B =
52 + 38 + 57 = 147 (100%)
R 52 of 147 ~ 35.37%
G 38 of 147 ~ 25.85%
B 57 of 147 ~ 38.78%

%35.37
%25.85
%38.78

CMYK color model

#342639 color CMYK value is (9,33,0,78).

  • cyan value is 8.77%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(9,33,0,78)
C9M33Y0K78 
(9%,33%,0%,78%)
(0.09/0.33/0.00/0.78)	

CMYK percentages

%8.77
%33.33
%0
%77.65

Codes

Color #342639 in popluar color models

342639
RGB523857
HSL284°20.00%18.63%
HSB/HSV284°33.33%22.35%
CMYK8.77%33.33%0.00%
77.65%

Color #342639 in popluar number systems.

HEX342639
Decimal523857
Binary110100100110111001
Octal644671

Shades and tints

Shades of #342639

#342639
(52,38,57)
#302334
(48,35,52)
#2C202F
(44,32,47)
#281D2A
(40,29,42)
#241A25
(36,26,37)
#201720
(32,23,32)
#1C141B
(28,20,27)
#181116
(24,17,22)
#140E11
(20,14,17)
#100B0C
(16,11,12)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #342639

#342639
(52,38,57)
#46394B
(70,57,75)
#584C5D
(88,76,93)
#6A5F6F
(106,95,111)
#7C7281
(124,114,129)
#8E8593
(142,133,147)
#A098A5
(160,152,165)
#B2ABB7
(178,171,183)
#C4BEC9
(196,190,201)
#D6D1DB
(214,209,219)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342639; }

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

This text font color is #342639.


Background Color

.myBgColor { background-color: #342639; }

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

This div background color is #342639.


Border color

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

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

This div border color is #342639.


Opacity

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

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

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

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

This text has shadow with #342639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342639 on black background.


Color preview on white background

This text has color #342639 on white background.



Black color preview on #342639 background

This text has black color on #342639 background.


White color preview on #342639 background

This text has white color on #342639 background.