COLOR #340E55

HEX: #340E55
RGB: (52,14,85)

Color info

#340E55 contains mainly red and blue colors. Web safe color of #340E55 is #330066 (or #306).

RGB color model

#340E55 color RGB value is (52,14,85).

  • red value is 52;
  • green value is 14;
  • blue value is 85.
RGB:
(52,14,85)
(20%,5%,33%)

RGB channels and saturation

R 52 of 255 = 20%
G 14 of 255 = 5%
B 85 of 255 = 33%

52
14
85

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

Portions of RGB colors in percentages

R + G + B =
52 + 14 + 85 = 151 (100%)
R 52 of 151 ~ 34.44%
G 14 of 151 ~ 9.27%
B 85 of 151 ~ 56.29%

%34.44
%56.29

CMYK color model

#340E55 color CMYK value is (39,84,0,67).

  • cyan value is 38.82%
  • magenta value is 83.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(39,84,0,67)
C39M84Y0K67 
(39%,84%,0%,67%)
(0.39/0.84/0.00/0.67)	

CMYK percentages

%38.82
%83.53
%0
%66.67

Codes

Color #340E55 in popluar color models

340E55
RGB521485
HSL272°71.72%19.41%
HSB/HSV272°83.53%33.33%
CMYK38.82%83.53%0.00%
66.67%

Color #340E55 in popluar number systems.

HEX340E55
Decimal521485
Binary11010011101010101
Octal6416125

Shades and tints

Shades of #340E55

#340E55
(52,14,85)
#300D4E
(48,13,78)
#2C0C47
(44,12,71)
#280B40
(40,11,64)
#240A39
(36,10,57)
#200932
(32,9,50)
#1C082B
(28,8,43)
#180724
(24,7,36)
#14061D
(20,6,29)
#100516
(16,5,22)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #340E55

#340E55
(52,14,85)
#462364
(70,35,100)
#583873
(88,56,115)
#6A4D82
(106,77,130)
#7C6291
(124,98,145)
#8E77A0
(142,119,160)
#A08CAF
(160,140,175)
#B2A1BE
(178,161,190)
#C4B6CD
(196,182,205)
#D6CBDC
(214,203,220)
#E8E0EB
(232,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340E55 color. Also use rgb(52,14,85) instead hex code.

Text Font Color

.myTextColor { color: #340E55; }

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

This text font color is #340E55.


Background Color

.myBgColor { background-color: #340E55; }

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

This div background color is #340E55.


Border color

.myBorderColor { border: 1px solid #340E55; }

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

This div border color is #340E55.


Opacity

.myOpacity80 { color: #340E55; opacity: 0.8; }

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

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

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

This text has shadow with #340E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340E55 on black background.


Color preview on white background

This text has color #340E55 on white background.



Black color preview on #340E55 background

This text has black color on #340E55 background.


White color preview on #340E55 background

This text has white color on #340E55 background.