COLOR #6E2E2E

HEX: #6E2E2E
RGB: (110,46,46)

Color info

#6E2E2E contains mainly red color. Web safe color of #6E2E2E is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

110
46
46

R + G + B ~ 26%. #6E2E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 46 + 46 = 202 (100%)
R 110 of 202 ~ 54.46%
G 46 of 202 ~ 22.77%
B 46 of 202 ~ 22.77%

%54.46
%22.77
%22.77

CMYK color model

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

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

CMYK percentages

%0
%58.18
%58.18
%56.86

Codes

Color #6E2E2E in popluar color models

6E2E2E
RGB1104646
HSL41.03%30.59%
HSB/HSV58.18%43.14%
CMYK0.00%58.18%58.18%
56.86%

Color #6E2E2E in popluar number systems.

HEX6E2E2E
Decimal1104646
Binary1101110101110101110
Octal1565656

Shades and tints

Shades of #6E2E2E

#6E2E2E
(110,46,46)
#642A2A
(100,42,42)
#5A2626
(90,38,38)
#502222
(80,34,34)
#461E1E
(70,30,30)
#3C1A1A
(60,26,26)
#321616
(50,22,22)
#281212
(40,18,18)
#1E0E0E
(30,14,14)
#140A0A
(20,10,10)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #6E2E2E

#6E2E2E
(110,46,46)
#7B4141
(123,65,65)
#885454
(136,84,84)
#956767
(149,103,103)
#A27A7A
(162,122,122)
#AF8D8D
(175,141,141)
#BCA0A0
(188,160,160)
#C9B3B3
(201,179,179)
#D6C6C6
(214,198,198)
#E3D9D9
(227,217,217)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2E2E; }

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

This text font color is #6E2E2E.


Background Color

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

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

This div background color is #6E2E2E.


Border color

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

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

This div border color is #6E2E2E.


Opacity

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

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

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

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

This text has shadow with #6E2E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2E2E on black background.


Color preview on white background

This text has color #6E2E2E on white background.



Black color preview on #6E2E2E background

This text has black color on #6E2E2E background.


White color preview on #6E2E2E background

This text has white color on #6E2E2E background.