COLOR #342D63

HEX: #342D63
RGB: (52,45,99)

Color info

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

RGB color model

#342D63 color RGB value is (52,45,99).

  • red value is 52;
  • green value is 45;
  • blue value is 99.
RGB:
(52,45,99)
(20%,18%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 45 of 255 = 18%
B 99 of 255 = 39%

52
45
99

R + G + B ~ 26%. #342D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 45 + 99 = 196 (100%)
R 52 of 196 ~ 26.53%
G 45 of 196 ~ 22.96%
B 99 of 196 ~ 50.51%

%26.53
%22.96
%50.51

CMYK color model

#342D63 color CMYK value is (47,55,0,61).

  • cyan value is 47.47%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(47,55,0,61)
C47M55Y0K61 
(47%,55%,0%,61%)
(0.47/0.55/0.00/0.61)	

CMYK percentages

%47.47
%54.55
%0
%61.18

Codes

Color #342D63 in popluar color models

342D63
RGB524599
HSL248°37.50%28.24%
HSB/HSV248°54.55%38.82%
CMYK47.47%54.55%0.00%
61.18%

Color #342D63 in popluar number systems.

HEX342D63
Decimal524599
Binary1101001011011100011
Octal6455143

Shades and tints

Shades of #342D63

#342D63
(52,45,99)
#30295A
(48,41,90)
#2C2551
(44,37,81)
#282148
(40,33,72)
#241D3F
(36,29,63)
#201936
(32,25,54)
#1C152D
(28,21,45)
#181124
(24,17,36)
#140D1B
(20,13,27)
#100912
(16,9,18)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #342D63

#342D63
(52,45,99)
#464071
(70,64,113)
#58537F
(88,83,127)
#6A668D
(106,102,141)
#7C799B
(124,121,155)
#8E8CA9
(142,140,169)
#A09FB7
(160,159,183)
#B2B2C5
(178,178,197)
#C4C5D3
(196,197,211)
#D6D8E1
(214,216,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342D63 color. Also use rgb(52,45,99) instead hex code.

Text Font Color

.myTextColor { color: #342D63; }

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

This text font color is #342D63.


Background Color

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

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

This div background color is #342D63.


Border color

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

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

This div border color is #342D63.


Opacity

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

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

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

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

This text has shadow with #342D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342D63 on black background.


Color preview on white background

This text has color #342D63 on white background.



Black color preview on #342D63 background

This text has black color on #342D63 background.


White color preview on #342D63 background

This text has white color on #342D63 background.