COLOR #340613

HEX: #340613
RGB: (52,6,19)

Color info

#340613 contains red, green and blue colors in about the same proportion. Web safe color of #340613 is #330000 (or #300).

RGB color model

#340613 color RGB value is (52,6,19).

  • red value is 52;
  • green value is 6;
  • blue value is 19.
RGB:
(52,6,19)
(20%,2%,7%)

RGB channels and saturation

R 52 of 255 = 20%
G 6 of 255 = 2%
B 19 of 255 = 7%

52
6
19

R + G + B ~ 10%. #340613 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 6 + 19 = 77 (100%)
R 52 of 77 ~ 67.53%
G 6 of 77 ~ 7.79%
B 19 of 77 ~ 24.68%

%67.53
%24.68

CMYK color model

#340613 color CMYK value is (0,88,63,80).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 63.46%
  • key color value is 79.61%
CMYK:
(0,88,63,80)
C0M88Y63K80 
(0%,88%,63%,80%)
(0.00/0.88/0.63/0.80)	

CMYK percentages

%0
%88.46
%63.46
%79.61

Codes

Color #340613 in popluar color models

340613
RGB52619
HSL343°79.31%11.37%
HSB/HSV343°88.46%20.39%
CMYK0.00%88.46%63.46%
79.61%

Color #340613 in popluar number systems.

HEX340613
Decimal52619
Binary11010011010011
Octal64623

Shades and tints

Shades of #340613

#340613
(52,6,19)
#300612
(48,6,18)
#2C0611
(44,6,17)
#280610
(40,6,16)
#24060F
(36,6,15)
#20060E
(32,6,14)
#1C060D
(28,6,13)
#18060C
(24,6,12)
#14060B
(20,6,11)
#10060A
(16,6,10)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #340613

#340613
(52,6,19)
#461C28
(70,28,40)
#58323D
(88,50,61)
#6A4852
(106,72,82)
#7C5E67
(124,94,103)
#8E747C
(142,116,124)
#A08A91
(160,138,145)
#B2A0A6
(178,160,166)
#C4B6BB
(196,182,187)
#D6CCD0
(214,204,208)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340613 color. Also use rgb(52,6,19) instead hex code.

Text Font Color

.myTextColor { color: #340613; }

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

This text font color is #340613.


Background Color

.myBgColor { background-color: #340613; }

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

This div background color is #340613.


Border color

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

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

This div border color is #340613.


Opacity

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

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

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

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

This text has shadow with #340613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340613 on black background.


Color preview on white background

This text has color #340613 on white background.



Black color preview on #340613 background

This text has black color on #340613 background.


White color preview on #340613 background

This text has white color on #340613 background.