COLOR #340061

HEX: #340061
RGB: (52,0,97)

Color info

#340061 contains only red and blue colors. Web safe color of #340061 is #330066 (or #306).

RGB color model

#340061 color RGB value is (52,0,97).

  • red value is 52;
  • green value is 0;
  • blue value is 97.
RGB:
(52,0,97)
(20%,0%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 0 of 255 = 0%
B 97 of 255 = 38%

52
0
97

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

Portions of RGB colors in percentages

R + G + B =
52 + 0 + 97 = 149 (100%)
R 52 of 149 ~ 34.9%
G 0 of 149 ~ 0%
B 97 of 149 ~ 65.1%

%34.9
%65.1

CMYK color model

#340061 color CMYK value is (46,100,0,62).

  • cyan value is 46.39%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(46,100,0,62)
C46M100Y0K62 
(46%,100%,0%,62%)
(0.46/1.00/0.00/0.62)	

CMYK percentages

%46.39
%100
%0
%61.96

Codes

Color #340061 in popluar color models

340061
RGB52097
HSL272°100.00%19.02%
HSB/HSV272°100.00%38.04%
CMYK46.39%100.00%0.00%
61.96%

Color #340061 in popluar number systems.

HEX340061
Decimal52097
Binary11010001100001
Octal640141

Shades and tints

Shades of #340061

#340061
(52,0,97)
#300059
(48,0,89)
#2C0051
(44,0,81)
#280049
(40,0,73)
#240041
(36,0,65)
#200039
(32,0,57)
#1C0031
(28,0,49)
#180029
(24,0,41)
#140021
(20,0,33)
#100019
(16,0,25)
#0C0011
(12,0,17)
#000000
(0,0,0)

Tints of #340061

#340061
(52,0,97)
#46176F
(70,23,111)
#582E7D
(88,46,125)
#6A458B
(106,69,139)
#7C5C99
(124,92,153)
#8E73A7
(142,115,167)
#A08AB5
(160,138,181)
#B2A1C3
(178,161,195)
#C4B8D1
(196,184,209)
#D6CFDF
(214,207,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340061 color. Also use rgb(52,0,97) instead hex code.

Text Font Color

.myTextColor { color: #340061; }

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

This text font color is #340061.


Background Color

.myBgColor { background-color: #340061; }

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

This div background color is #340061.


Border color

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

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

This div border color is #340061.


Opacity

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

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

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

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

This text has shadow with #340061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340061 on black background.


Color preview on white background

This text has color #340061 on white background.



Black color preview on #340061 background

This text has black color on #340061 background.


White color preview on #340061 background

This text has white color on #340061 background.