COLOR #340D07

HEX: #340D07
RGB: (52,13,7)

Color info

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

RGB color model

#340D07 color RGB value is (52,13,7).

  • red value is 52;
  • green value is 13;
  • blue value is 7.
RGB:
(52,13,7)
(20%,5%,3%)

RGB channels and saturation

R 52 of 255 = 20%
G 13 of 255 = 5%
B 7 of 255 = 3%

52
13
7

R + G + B ~ 9%. #340D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 13 + 7 = 72 (100%)
R 52 of 72 ~ 72.22%
G 13 of 72 ~ 18.06%
B 7 of 72 ~ 9.72%

%72.22
%18.06
%9.72

CMYK color model

#340D07 color CMYK value is (0,75,87,80).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 86.54%
  • key color value is 79.61%
CMYK:
(0,75,87,80)
C0M75Y87K80 
(0%,75%,87%,80%)
(0.00/0.75/0.87/0.80)	

CMYK percentages

%0
%75
%86.54
%79.61

Codes

Color #340D07 in popluar color models

340D07
RGB52137
HSL76.27%11.57%
HSB/HSV86.54%20.39%
CMYK0.00%75.00%86.54%
79.61%

Color #340D07 in popluar number systems.

HEX340D07
Decimal52137
Binary1101001101111
Octal64157

Shades and tints

Shades of #340D07

#340D07
(52,13,7)
#300C07
(48,12,7)
#2C0B07
(44,11,7)
#280A07
(40,10,7)
#240907
(36,9,7)
#200807
(32,8,7)
#1C0707
(28,7,7)
#180607
(24,6,7)
#140507
(20,5,7)
#100407
(16,4,7)
#0C0307
(12,3,7)
#000000
(0,0,0)

Tints of #340D07

#340D07
(52,13,7)
#46231D
(70,35,29)
#583933
(88,57,51)
#6A4F49
(106,79,73)
#7C655F
(124,101,95)
#8E7B75
(142,123,117)
#A0918B
(160,145,139)
#B2A7A1
(178,167,161)
#C4BDB7
(196,189,183)
#D6D3CD
(214,211,205)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340D07 color. Also use rgb(52,13,7) instead hex code.

Text Font Color

.myTextColor { color: #340D07; }

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

This text font color is #340D07.


Background Color

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

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

This div background color is #340D07.


Border color

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

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

This div border color is #340D07.


Opacity

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

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

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

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

This text has shadow with #340D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340D07 on black background.


Color preview on white background

This text has color #340D07 on white background.



Black color preview on #340D07 background

This text has black color on #340D07 background.


White color preview on #340D07 background

This text has white color on #340D07 background.