COLOR #340E40

HEX: #340E40
RGB: (52,14,64)

Color info

#340E40 contains red, green and blue colors in about the same proportion. Web safe color of #340E40 is #330033 (or #303).

RGB color model

#340E40 color RGB value is (52,14,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 14 of 255 = 5%
B 64 of 255 = 25%

52
14
64

R + G + B ~ 17%. #340E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 14 + 64 = 130 (100%)
R 52 of 130 ~ 40%
G 14 of 130 ~ 10.77%
B 64 of 130 ~ 49.23%

%40
%10.77
%49.23

CMYK color model

#340E40 color CMYK value is (19,78,0,75).

  • cyan value is 18.75%
  • magenta value is 78.13%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(19,78,0,75)
C19M78Y0K75 
(19%,78%,0%,75%)
(0.19/0.78/0.00/0.75)	

CMYK percentages

%18.75
%78.13
%0
%74.9

Codes

Color #340E40 in popluar color models

340E40
RGB521464
HSL286°64.10%15.29%
HSB/HSV286°78.13%25.10%
CMYK18.75%78.13%0.00%
74.90%

Color #340E40 in popluar number systems.

HEX340E40
Decimal521464
Binary11010011101000000
Octal6416100

Shades and tints

Shades of #340E40

#340E40
(52,14,64)
#300D3B
(48,13,59)
#2C0C36
(44,12,54)
#280B31
(40,11,49)
#240A2C
(36,10,44)
#200927
(32,9,39)
#1C0822
(28,8,34)
#18071D
(24,7,29)
#140618
(20,6,24)
#100513
(16,5,19)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #340E40

#340E40
(52,14,64)
#462351
(70,35,81)
#583862
(88,56,98)
#6A4D73
(106,77,115)
#7C6284
(124,98,132)
#8E7795
(142,119,149)
#A08CA6
(160,140,166)
#B2A1B7
(178,161,183)
#C4B6C8
(196,182,200)
#D6CBD9
(214,203,217)
#E8E0EA
(232,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340E40; }

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

This text font color is #340E40.


Background Color

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

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

This div background color is #340E40.


Border color

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

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

This div border color is #340E40.


Opacity

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

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

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

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

This text has shadow with #340E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340E40 on black background.


Color preview on white background

This text has color #340E40 on white background.



Black color preview on #340E40 background

This text has black color on #340E40 background.


White color preview on #340E40 background

This text has white color on #340E40 background.