COLOR #6E4D1F

HEX: #6E4D1F
RGB: (110,77,31)

Color info

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

RGB color model

#6E4D1F color RGB value is (110,77,31).

  • red value is 110;
  • green value is 77;
  • blue value is 31.
RGB:
(110,77,31)
(43%,30%,12%)

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 31 of 255 = 12%

110
77
31

R + G + B ~ 28%. #6E4D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 31 = 218 (100%)
R 110 of 218 ~ 50.46%
G 77 of 218 ~ 35.32%
B 31 of 218 ~ 14.22%

%50.46
%35.32
%14.22

CMYK color model

#6E4D1F color CMYK value is (0,30,72,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 71.82%
  • key color value is 56.86%
CMYK:
(0,30,72,57)
C0M30Y72K57 
(0%,30%,72%,57%)
(0.00/0.30/0.72/0.57)	

CMYK percentages

%0
%30
%71.82
%56.86

Codes

Color #6E4D1F in popluar color models

6E4D1F
RGB1107731
HSL35°56.03%27.65%
HSB/HSV35°71.82%43.14%
CMYK0.00%30.00%71.82%
56.86%

Color #6E4D1F in popluar number systems.

HEX6E4D1F
Decimal1107731
Binary1101110100110111111
Octal15611537

Shades and tints

Shades of #6E4D1F

#6E4D1F
(110,77,31)
#64461D
(100,70,29)
#5A3F1B
(90,63,27)
#503819
(80,56,25)
#463117
(70,49,23)
#3C2A15
(60,42,21)
#322313
(50,35,19)
#281C11
(40,28,17)
#1E150F
(30,21,15)
#140E0D
(20,14,13)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E4D1F

#6E4D1F
(110,77,31)
#7B5D33
(123,93,51)
#886D47
(136,109,71)
#957D5B
(149,125,91)
#A28D6F
(162,141,111)
#AF9D83
(175,157,131)
#BCAD97
(188,173,151)
#C9BDAB
(201,189,171)
#D6CDBF
(214,205,191)
#E3DDD3
(227,221,211)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4D1F; }

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

This text font color is #6E4D1F.


Background Color

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

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

This div background color is #6E4D1F.


Border color

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

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

This div border color is #6E4D1F.


Opacity

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

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

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

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

This text has shadow with #6E4D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D1F on black background.


Color preview on white background

This text has color #6E4D1F on white background.



Black color preview on #6E4D1F background

This text has black color on #6E4D1F background.


White color preview on #6E4D1F background

This text has white color on #6E4D1F background.