COLOR #6E2A07

HEX: #6E2A07
RGB: (110,42,7)

Color info

#6E2A07 contains mainly red color. Web safe color of #6E2A07 is #663300 (or #630).

RGB color model

#6E2A07 color RGB value is (110,42,7).

  • red value is 110;
  • green value is 42;
  • blue value is 7.
RGB:
(110,42,7)
(43%,16%,3%)

RGB channels and saturation

R 110 of 255 = 43%
G 42 of 255 = 16%
B 7 of 255 = 3%

110
42
7

R + G + B ~ 21%. #6E2A07 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 42 + 7 = 159 (100%)
R 110 of 159 ~ 69.18%
G 42 of 159 ~ 26.42%
B 7 of 159 ~ 4.4%

%69.18
%26.42

CMYK color model

#6E2A07 color CMYK value is (0,62,94,57).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 93.64%
  • key color value is 56.86%
CMYK:
(0,62,94,57)
C0M62Y94K57 
(0%,62%,94%,57%)
(0.00/0.62/0.94/0.57)	

CMYK percentages

%0
%61.82
%93.64
%56.86

Codes

Color #6E2A07 in popluar color models

6E2A07
RGB110427
HSL20°88.03%22.94%
HSB/HSV20°93.64%43.14%
CMYK0.00%61.82%93.64%
56.86%

Color #6E2A07 in popluar number systems.

HEX6E2A07
Decimal110427
Binary1101110101010111
Octal156527

Shades and tints

Shades of #6E2A07

#6E2A07
(110,42,7)
#642707
(100,39,7)
#5A2407
(90,36,7)
#502107
(80,33,7)
#461E07
(70,30,7)
#3C1B07
(60,27,7)
#321807
(50,24,7)
#281507
(40,21,7)
#1E1207
(30,18,7)
#140F07
(20,15,7)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #6E2A07

#6E2A07
(110,42,7)
#7B3D1D
(123,61,29)
#885033
(136,80,51)
#956349
(149,99,73)
#A2765F
(162,118,95)
#AF8975
(175,137,117)
#BC9C8B
(188,156,139)
#C9AFA1
(201,175,161)
#D6C2B7
(214,194,183)
#E3D5CD
(227,213,205)
#F0E8E3
(240,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2A07; }

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

This text font color is #6E2A07.


Background Color

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

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

This div background color is #6E2A07.


Border color

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

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

This div border color is #6E2A07.


Opacity

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

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

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

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

This text has shadow with #6E2A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2A07 on black background.


Color preview on white background

This text has color #6E2A07 on white background.



Black color preview on #6E2A07 background

This text has black color on #6E2A07 background.


White color preview on #6E2A07 background

This text has white color on #6E2A07 background.