COLOR #340420

HEX: #340420
RGB: (52,4,32)

Color info

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

RGB color model

#340420 color RGB value is (52,4,32).

  • red value is 52;
  • green value is 4;
  • blue value is 32.
RGB:
(52,4,32)
(20%,2%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 4 of 255 = 2%
B 32 of 255 = 13%

52
4
32

R + G + B ~ 12%. #340420 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 4 + 32 = 88 (100%)
R 52 of 88 ~ 59.09%
G 4 of 88 ~ 4.55%
B 32 of 88 ~ 36.36%

%59.09
%36.36

CMYK color model

#340420 color CMYK value is (0,92,38,80).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 38.46%
  • key color value is 79.61%
CMYK:
(0,92,38,80)
C0M92Y38K80 
(0%,92%,38%,80%)
(0.00/0.92/0.38/0.80)	

CMYK percentages

%0
%92.31
%38.46
%79.61

Codes

Color #340420 in popluar color models

340420
RGB52432
HSL325°85.71%10.98%
HSB/HSV325°92.31%20.39%
CMYK0.00%92.31%38.46%
79.61%

Color #340420 in popluar number systems.

HEX340420
Decimal52432
Binary110100100100000
Octal64440

Shades and tints

Shades of #340420

#340420
(52,4,32)
#30041E
(48,4,30)
#2C041C
(44,4,28)
#28041A
(40,4,26)
#240418
(36,4,24)
#200416
(32,4,22)
#1C0414
(28,4,20)
#180412
(24,4,18)
#140410
(20,4,16)
#10040E
(16,4,14)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #340420

#340420
(52,4,32)
#461A34
(70,26,52)
#583048
(88,48,72)
#6A465C
(106,70,92)
#7C5C70
(124,92,112)
#8E7284
(142,114,132)
#A08898
(160,136,152)
#B29EAC
(178,158,172)
#C4B4C0
(196,180,192)
#D6CAD4
(214,202,212)
#E8E0E8
(232,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340420 color. Also use rgb(52,4,32) instead hex code.

Text Font Color

.myTextColor { color: #340420; }

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

This text font color is #340420.


Background Color

.myBgColor { background-color: #340420; }

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

This div background color is #340420.


Border color

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

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

This div border color is #340420.


Opacity

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

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

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

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

This text has shadow with #340420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340420 on black background.


Color preview on white background

This text has color #340420 on white background.



Black color preview on #340420 background

This text has black color on #340420 background.


White color preview on #340420 background

This text has white color on #340420 background.