COLOR #340912

HEX: #340912
RGB: (52,9,18)

Color info

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

RGB color model

#340912 color RGB value is (52,9,18).

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

RGB channels and saturation

R 52 of 255 = 20%
G 9 of 255 = 4%
B 18 of 255 = 7%

52
9
18

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

Portions of RGB colors in percentages

R + G + B =
52 + 9 + 18 = 79 (100%)
R 52 of 79 ~ 65.82%
G 9 of 79 ~ 11.39%
B 18 of 79 ~ 22.78%

%65.82
%11.39
%22.78

CMYK color model

#340912 color CMYK value is (0,83,65,80).

  • cyan value is 0.00%
  • magenta value is 82.69%
  • yellow value is 65.38%
  • key color value is 79.61%
CMYK:
(0,83,65,80)
C0M83Y65K80 
(0%,83%,65%,80%)
(0.00/0.83/0.65/0.80)	

CMYK percentages

%0
%82.69
%65.38
%79.61

Codes

Color #340912 in popluar color models

340912
RGB52918
HSL347°70.49%11.96%
HSB/HSV347°82.69%20.39%
CMYK0.00%82.69%65.38%
79.61%

Color #340912 in popluar number systems.

HEX340912
Decimal52918
Binary110100100110010
Octal641122

Shades and tints

Shades of #340912

#340912
(52,9,18)
#300911
(48,9,17)
#2C0910
(44,9,16)
#28090F
(40,9,15)
#24090E
(36,9,14)
#20090D
(32,9,13)
#1C090C
(28,9,12)
#18090B
(24,9,11)
#14090A
(20,9,10)
#100909
(16,9,9)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #340912

#340912
(52,9,18)
#461F27
(70,31,39)
#58353C
(88,53,60)
#6A4B51
(106,75,81)
#7C6166
(124,97,102)
#8E777B
(142,119,123)
#A08D90
(160,141,144)
#B2A3A5
(178,163,165)
#C4B9BA
(196,185,186)
#D6CFCF
(214,207,207)
#E8E5E4
(232,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340912; }

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

This text font color is #340912.


Background Color

.myBgColor { background-color: #340912; }

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

This div background color is #340912.


Border color

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

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

This div border color is #340912.


Opacity

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

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

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

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

This text has shadow with #340912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340912 on black background.


Color preview on white background

This text has color #340912 on white background.



Black color preview on #340912 background

This text has black color on #340912 background.


White color preview on #340912 background

This text has white color on #340912 background.