COLOR #340C31

HEX: #340C31
RGB: (52,12,49)

Color info

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

RGB color model

#340C31 color RGB value is (52,12,49).

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

RGB channels and saturation

R 52 of 255 = 20%
G 12 of 255 = 5%
B 49 of 255 = 19%

52
12
49

R + G + B ~ 15%. #340C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 12 + 49 = 113 (100%)
R 52 of 113 ~ 46.02%
G 12 of 113 ~ 10.62%
B 49 of 113 ~ 43.36%

%46.02
%10.62
%43.36

CMYK color model

#340C31 color CMYK value is (0,77,6,80).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,77,6,80)
C0M77Y6K80 
(0%,77%,6%,80%)
(0.00/0.77/0.06/0.80)	

CMYK percentages

%0
%76.92
%5.77
%79.61

Codes

Color #340C31 in popluar color models

340C31
RGB521249
HSL305°62.50%12.55%
HSB/HSV305°76.92%20.39%
CMYK0.00%76.92%5.77%
79.61%

Color #340C31 in popluar number systems.

HEX340C31
Decimal521249
Binary1101001100110001
Octal641461

Shades and tints

Shades of #340C31

#340C31
(52,12,49)
#300B2D
(48,11,45)
#2C0A29
(44,10,41)
#280925
(40,9,37)
#240821
(36,8,33)
#20071D
(32,7,29)
#1C0619
(28,6,25)
#180515
(24,5,21)
#140411
(20,4,17)
#10030D
(16,3,13)
#0C0209
(12,2,9)
#000000
(0,0,0)

Tints of #340C31

#340C31
(52,12,49)
#462243
(70,34,67)
#583855
(88,56,85)
#6A4E67
(106,78,103)
#7C6479
(124,100,121)
#8E7A8B
(142,122,139)
#A0909D
(160,144,157)
#B2A6AF
(178,166,175)
#C4BCC1
(196,188,193)
#D6D2D3
(214,210,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340C31; }

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

This text font color is #340C31.


Background Color

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

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

This div background color is #340C31.


Border color

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

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

This div border color is #340C31.


Opacity

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

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

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

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

This text has shadow with #340C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340C31 on black background.


Color preview on white background

This text has color #340C31 on white background.



Black color preview on #340C31 background

This text has black color on #340C31 background.


White color preview on #340C31 background

This text has white color on #340C31 background.