COLOR #340C47

HEX: #340C47
RGB: (52,12,71)

Color info

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

RGB color model

#340C47 color RGB value is (52,12,71).

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

RGB channels and saturation

R 52 of 255 = 20%
G 12 of 255 = 5%
B 71 of 255 = 28%

52
12
71

R + G + B ~ 18%. #340C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 12 + 71 = 135 (100%)
R 52 of 135 ~ 38.52%
G 12 of 135 ~ 8.89%
B 71 of 135 ~ 52.59%

%38.52
%52.59

CMYK color model

#340C47 color CMYK value is (27,83,0,72).

  • cyan value is 26.76%
  • magenta value is 83.10%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(27,83,0,72)
C27M83Y0K72 
(27%,83%,0%,72%)
(0.27/0.83/0.00/0.72)	

CMYK percentages

%26.76
%83.1
%0
%72.16

Codes

Color #340C47 in popluar color models

340C47
RGB521271
HSL281°71.08%16.27%
HSB/HSV281°83.10%27.84%
CMYK26.76%83.10%0.00%
72.16%

Color #340C47 in popluar number systems.

HEX340C47
Decimal521271
Binary11010011001000111
Octal6414107

Shades and tints

Shades of #340C47

#340C47
(52,12,71)
#300B41
(48,11,65)
#2C0A3B
(44,10,59)
#280935
(40,9,53)
#24082F
(36,8,47)
#200729
(32,7,41)
#1C0623
(28,6,35)
#18051D
(24,5,29)
#140417
(20,4,23)
#100311
(16,3,17)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #340C47

#340C47
(52,12,71)
#462257
(70,34,87)
#583867
(88,56,103)
#6A4E77
(106,78,119)
#7C6487
(124,100,135)
#8E7A97
(142,122,151)
#A090A7
(160,144,167)
#B2A6B7
(178,166,183)
#C4BCC7
(196,188,199)
#D6D2D7
(214,210,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340C47; }

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

This text font color is #340C47.


Background Color

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

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

This div background color is #340C47.


Border color

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

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

This div border color is #340C47.


Opacity

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

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

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

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

This text has shadow with #340C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340C47 on black background.


Color preview on white background

This text has color #340C47 on white background.



Black color preview on #340C47 background

This text has black color on #340C47 background.


White color preview on #340C47 background

This text has white color on #340C47 background.