COLOR #342059

HEX: #342059
RGB: (52,32,89)

Color info

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

RGB color model

#342059 color RGB value is (52,32,89).

  • red value is 52;
  • green value is 32;
  • blue value is 89.
RGB:
(52,32,89)
(20%,13%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 32 of 255 = 13%
B 89 of 255 = 35%

52
32
89

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

Portions of RGB colors in percentages

R + G + B =
52 + 32 + 89 = 173 (100%)
R 52 of 173 ~ 30.06%
G 32 of 173 ~ 18.5%
B 89 of 173 ~ 51.45%

%30.06
%18.5
%51.45

CMYK color model

#342059 color CMYK value is (42,64,0,65).

  • cyan value is 41.57%
  • magenta value is 64.04%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(42,64,0,65)
C42M64Y0K65 
(42%,64%,0%,65%)
(0.42/0.64/0.00/0.65)	

CMYK percentages

%41.57
%64.04
%0
%65.1

Codes

Color #342059 in popluar color models

342059
RGB523289
HSL261°47.11%23.73%
HSB/HSV261°64.04%34.90%
CMYK41.57%64.04%0.00%
65.10%

Color #342059 in popluar number systems.

HEX342059
Decimal523289
Binary1101001000001011001
Octal6440131

Shades and tints

Shades of #342059

#342059
(52,32,89)
#301E51
(48,30,81)
#2C1C49
(44,28,73)
#281A41
(40,26,65)
#241839
(36,24,57)
#201631
(32,22,49)
#1C1429
(28,20,41)
#181221
(24,18,33)
#141019
(20,16,25)
#100E11
(16,14,17)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #342059

#342059
(52,32,89)
#463468
(70,52,104)
#584877
(88,72,119)
#6A5C86
(106,92,134)
#7C7095
(124,112,149)
#8E84A4
(142,132,164)
#A098B3
(160,152,179)
#B2ACC2
(178,172,194)
#C4C0D1
(196,192,209)
#D6D4E0
(214,212,224)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342059 color. Also use rgb(52,32,89) instead hex code.

Text Font Color

.myTextColor { color: #342059; }

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

This text font color is #342059.


Background Color

.myBgColor { background-color: #342059; }

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

This div background color is #342059.


Border color

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

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

This div border color is #342059.


Opacity

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

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

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

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

This text has shadow with #342059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342059 on black background.


Color preview on white background

This text has color #342059 on white background.



Black color preview on #342059 background

This text has black color on #342059 background.


White color preview on #342059 background

This text has white color on #342059 background.