COLOR #340740

HEX: #340740
RGB: (52,7,64)

Color info

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

RGB color model

#340740 color RGB value is (52,7,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 7 of 255 = 3%
B 64 of 255 = 25%

52
7
64

R + G + B ~ 16%. #340740 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 7 + 64 = 123 (100%)
R 52 of 123 ~ 42.28%
G 7 of 123 ~ 5.69%
B 64 of 123 ~ 52.03%

%42.28
%52.03

CMYK color model

#340740 color CMYK value is (19,89,0,75).

  • cyan value is 18.75%
  • magenta value is 89.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(19,89,0,75)
C19M89Y0K75 
(19%,89%,0%,75%)
(0.19/0.89/0.00/0.75)	

CMYK percentages

%18.75
%89.06
%0
%74.9

Codes

Color #340740 in popluar color models

340740
RGB52764
HSL287°80.28%13.92%
HSB/HSV287°89.06%25.10%
CMYK18.75%89.06%0.00%
74.90%

Color #340740 in popluar number systems.

HEX340740
Decimal52764
Binary1101001111000000
Octal647100

Shades and tints

Shades of #340740

#340740
(52,7,64)
#30073B
(48,7,59)
#2C0736
(44,7,54)
#280731
(40,7,49)
#24072C
(36,7,44)
#200727
(32,7,39)
#1C0722
(28,7,34)
#18071D
(24,7,29)
#140718
(20,7,24)
#100713
(16,7,19)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #340740

#340740
(52,7,64)
#461D51
(70,29,81)
#583362
(88,51,98)
#6A4973
(106,73,115)
#7C5F84
(124,95,132)
#8E7595
(142,117,149)
#A08BA6
(160,139,166)
#B2A1B7
(178,161,183)
#C4B7C8
(196,183,200)
#D6CDD9
(214,205,217)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340740; }

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

This text font color is #340740.


Background Color

.myBgColor { background-color: #340740; }

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

This div background color is #340740.


Border color

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

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

This div border color is #340740.


Opacity

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

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

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

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

This text has shadow with #340740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340740 on black background.


Color preview on white background

This text has color #340740 on white background.



Black color preview on #340740 background

This text has black color on #340740 background.


White color preview on #340740 background

This text has white color on #340740 background.