COLOR #6E342E

HEX: #6E342E
RGB: (110,52,46)

Color info

#6E342E contains mainly red and green colors. Web safe color of #6E342E is #663333 (or #633).

RGB color model

#6E342E color RGB value is (110,52,46).

  • red value is 110;
  • green value is 52;
  • blue value is 46.
RGB:
(110,52,46)
(43%,20%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 52 of 255 = 20%
B 46 of 255 = 18%

110
52
46

R + G + B ~ 27%. #6E342E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 52 + 46 = 208 (100%)
R 110 of 208 ~ 52.88%
G 52 of 208 ~ 25%
B 46 of 208 ~ 22.12%

%52.88
%25
%22.12

CMYK color model

#6E342E color CMYK value is (0,53,58,57).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(0,53,58,57)
C0M53Y58K57 
(0%,53%,58%,57%)
(0.00/0.53/0.58/0.57)	

CMYK percentages

%0
%52.73
%58.18
%56.86

Codes

Color #6E342E in popluar color models

6E342E
RGB1105246
HSL41.03%30.59%
HSB/HSV58.18%43.14%
CMYK0.00%52.73%58.18%
56.86%

Color #6E342E in popluar number systems.

HEX6E342E
Decimal1105246
Binary1101110110100101110
Octal1566456

Shades and tints

Shades of #6E342E

#6E342E
(110,52,46)
#64302A
(100,48,42)
#5A2C26
(90,44,38)
#502822
(80,40,34)
#46241E
(70,36,30)
#3C201A
(60,32,26)
#321C16
(50,28,22)
#281812
(40,24,18)
#1E140E
(30,20,14)
#14100A
(20,16,10)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #6E342E

#6E342E
(110,52,46)
#7B4641
(123,70,65)
#885854
(136,88,84)
#956A67
(149,106,103)
#A27C7A
(162,124,122)
#AF8E8D
(175,142,141)
#BCA0A0
(188,160,160)
#C9B2B3
(201,178,179)
#D6C4C6
(214,196,198)
#E3D6D9
(227,214,217)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E342E color. Also use rgb(110,52,46) instead hex code.

Text Font Color

.myTextColor { color: #6E342E; }

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

This text font color is #6E342E.


Background Color

.myBgColor { background-color: #6E342E; }

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

This div background color is #6E342E.


Border color

.myBorderColor { border: 1px solid #6E342E; }

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

This div border color is #6E342E.


Opacity

.myOpacity80 { color: #6E342E; opacity: 0.8; }

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

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

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

This text has shadow with #6E342E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E342E on black background.


Color preview on white background

This text has color #6E342E on white background.



Black color preview on #6E342E background

This text has black color on #6E342E background.


White color preview on #6E342E background

This text has white color on #6E342E background.