COLOR #340711

HEX: #340711
RGB: (52,7,17)

Color info

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

RGB color model

#340711 color RGB value is (52,7,17).

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

RGB channels and saturation

R 52 of 255 = 20%
G 7 of 255 = 3%
B 17 of 255 = 7%

52
7
17

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

Portions of RGB colors in percentages

R + G + B =
52 + 7 + 17 = 76 (100%)
R 52 of 76 ~ 68.42%
G 7 of 76 ~ 9.21%
B 17 of 76 ~ 22.37%

%68.42
%22.37

CMYK color model

#340711 color CMYK value is (0,87,67,80).

  • cyan value is 0.00%
  • magenta value is 86.54%
  • yellow value is 67.31%
  • key color value is 79.61%
CMYK:
(0,87,67,80)
C0M87Y67K80 
(0%,87%,67%,80%)
(0.00/0.87/0.67/0.80)	

CMYK percentages

%0
%86.54
%67.31
%79.61

Codes

Color #340711 in popluar color models

340711
RGB52717
HSL347°76.27%11.57%
HSB/HSV347°86.54%20.39%
CMYK0.00%86.54%67.31%
79.61%

Color #340711 in popluar number systems.

HEX340711
Decimal52717
Binary11010011110001
Octal64721

Shades and tints

Shades of #340711

#340711
(52,7,17)
#300710
(48,7,16)
#2C070F
(44,7,15)
#28070E
(40,7,14)
#24070D
(36,7,13)
#20070C
(32,7,12)
#1C070B
(28,7,11)
#18070A
(24,7,10)
#140709
(20,7,9)
#100708
(16,7,8)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #340711

#340711
(52,7,17)
#461D26
(70,29,38)
#58333B
(88,51,59)
#6A4950
(106,73,80)
#7C5F65
(124,95,101)
#8E757A
(142,117,122)
#A08B8F
(160,139,143)
#B2A1A4
(178,161,164)
#C4B7B9
(196,183,185)
#D6CDCE
(214,205,206)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340711; }

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

This text font color is #340711.


Background Color

.myBgColor { background-color: #340711; }

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

This div background color is #340711.


Border color

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

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

This div border color is #340711.


Opacity

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

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

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

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

This text has shadow with #340711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340711 on black background.


Color preview on white background

This text has color #340711 on white background.



Black color preview on #340711 background

This text has black color on #340711 background.


White color preview on #340711 background

This text has white color on #340711 background.