COLOR #340C79

HEX: #340C79
RGB: (52,12,121)

Color info

#340C79 contains mainly blue color. Web safe color of #340C79 is #330066 (or #306).

RGB color model

#340C79 color RGB value is (52,12,121).

  • red value is 52;
  • green value is 12;
  • blue value is 121.
RGB:
(52,12,121)
(20%,5%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 12 of 255 = 5%
B 121 of 255 = 47%

52
12
121

R + G + B ~ 24%. #340C79 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 12 + 121 = 185 (100%)
R 52 of 185 ~ 28.11%
G 12 of 185 ~ 6.49%
B 121 of 185 ~ 65.41%

%28.11
%65.41

CMYK color model

#340C79 color CMYK value is (57,90,0,53).

  • cyan value is 57.02%
  • magenta value is 90.08%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(57,90,0,53)
C57M90Y0K53 
(57%,90%,0%,53%)
(0.57/0.90/0.00/0.53)	

CMYK percentages

%57.02
%90.08
%0
%52.55

Codes

Color #340C79 in popluar color models

340C79
RGB5212121
HSL262°81.95%26.08%
HSB/HSV262°90.08%47.45%
CMYK57.02%90.08%0.00%
52.55%

Color #340C79 in popluar number systems.

HEX340C79
Decimal5212121
Binary11010011001111001
Octal6414171

Shades and tints

Shades of #340C79

#340C79
(52,12,121)
#300B6E
(48,11,110)
#2C0A63
(44,10,99)
#280958
(40,9,88)
#24084D
(36,8,77)
#200742
(32,7,66)
#1C0637
(28,6,55)
#18052C
(24,5,44)
#140421
(20,4,33)
#100316
(16,3,22)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #340C79

#340C79
(52,12,121)
#462285
(70,34,133)
#583891
(88,56,145)
#6A4E9D
(106,78,157)
#7C64A9
(124,100,169)
#8E7AB5
(142,122,181)
#A090C1
(160,144,193)
#B2A6CD
(178,166,205)
#C4BCD9
(196,188,217)
#D6D2E5
(214,210,229)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340C79 color. Also use rgb(52,12,121) instead hex code.

Text Font Color

.myTextColor { color: #340C79; }

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

This text font color is #340C79.


Background Color

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

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

This div background color is #340C79.


Border color

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

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

This div border color is #340C79.


Opacity

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

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

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

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

This text has shadow with #340C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340C79 on black background.


Color preview on white background

This text has color #340C79 on white background.



Black color preview on #340C79 background

This text has black color on #340C79 background.


White color preview on #340C79 background

This text has white color on #340C79 background.