COLOR #340E09

HEX: #340E09
RGB: (52,14,9)

Color info

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

RGB color model

#340E09 color RGB value is (52,14,9).

  • red value is 52;
  • green value is 14;
  • blue value is 9.
RGB:
(52,14,9)
(20%,5%,4%)

RGB channels and saturation

R 52 of 255 = 20%
G 14 of 255 = 5%
B 9 of 255 = 4%

52
14
9

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

Portions of RGB colors in percentages

R + G + B =
52 + 14 + 9 = 75 (100%)
R 52 of 75 ~ 69.33%
G 14 of 75 ~ 18.67%
B 9 of 75 ~ 12%

%69.33
%18.67
%12

CMYK color model

#340E09 color CMYK value is (0,73,83,80).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 82.69%
  • key color value is 79.61%
CMYK:
(0,73,83,80)
C0M73Y83K80 
(0%,73%,83%,80%)
(0.00/0.73/0.83/0.80)	

CMYK percentages

%0
%73.08
%82.69
%79.61

Codes

Color #340E09 in popluar color models

340E09
RGB52149
HSL70.49%11.96%
HSB/HSV82.69%20.39%
CMYK0.00%73.08%82.69%
79.61%

Color #340E09 in popluar number systems.

HEX340E09
Decimal52149
Binary11010011101001
Octal641611

Shades and tints

Shades of #340E09

#340E09
(52,14,9)
#300D09
(48,13,9)
#2C0C09
(44,12,9)
#280B09
(40,11,9)
#240A09
(36,10,9)
#200909
(32,9,9)
#1C0809
(28,8,9)
#180709
(24,7,9)
#140609
(20,6,9)
#100509
(16,5,9)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #340E09

#340E09
(52,14,9)
#46231F
(70,35,31)
#583835
(88,56,53)
#6A4D4B
(106,77,75)
#7C6261
(124,98,97)
#8E7777
(142,119,119)
#A08C8D
(160,140,141)
#B2A1A3
(178,161,163)
#C4B6B9
(196,182,185)
#D6CBCF
(214,203,207)
#E8E0E5
(232,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340E09 color. Also use rgb(52,14,9) instead hex code.

Text Font Color

.myTextColor { color: #340E09; }

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

This text font color is #340E09.


Background Color

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

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

This div background color is #340E09.


Border color

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

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

This div border color is #340E09.


Opacity

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

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

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

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

This text has shadow with #340E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340E09 on black background.


Color preview on white background

This text has color #340E09 on white background.



Black color preview on #340E09 background

This text has black color on #340E09 background.


White color preview on #340E09 background

This text has white color on #340E09 background.