COLOR #6E4C2F

HEX: #6E4C2F
RGB: (110,76,47)

Color info

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

RGB color model

#6E4C2F color RGB value is (110,76,47).

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

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 47 of 255 = 18%

110
76
47

R + G + B ~ 30%. #6E4C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 47 = 233 (100%)
R 110 of 233 ~ 47.21%
G 76 of 233 ~ 32.62%
B 47 of 233 ~ 20.17%

%47.21
%32.62
%20.17

CMYK color model

#6E4C2F color CMYK value is (0,31,57,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 57.27%
  • key color value is 56.86%
CMYK:
(0,31,57,57)
C0M31Y57K57 
(0%,31%,57%,57%)
(0.00/0.31/0.57/0.57)	

CMYK percentages

%0
%30.91
%57.27
%56.86

Codes

Color #6E4C2F in popluar color models

6E4C2F
RGB1107647
HSL28°40.13%30.78%
HSB/HSV28°57.27%43.14%
CMYK0.00%30.91%57.27%
56.86%

Color #6E4C2F in popluar number systems.

HEX6E4C2F
Decimal1107647
Binary11011101001100101111
Octal15611457

Shades and tints

Shades of #6E4C2F

#6E4C2F
(110,76,47)
#64462B
(100,70,43)
#5A4027
(90,64,39)
#503A23
(80,58,35)
#46341F
(70,52,31)
#3C2E1B
(60,46,27)
#322817
(50,40,23)
#282213
(40,34,19)
#1E1C0F
(30,28,15)
#14160B
(20,22,11)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #6E4C2F

#6E4C2F
(110,76,47)
#7B5C41
(123,92,65)
#886C53
(136,108,83)
#957C65
(149,124,101)
#A28C77
(162,140,119)
#AF9C89
(175,156,137)
#BCAC9B
(188,172,155)
#C9BCAD
(201,188,173)
#D6CCBF
(214,204,191)
#E3DCD1
(227,220,209)
#F0ECE3
(240,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C2F; }

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

This text font color is #6E4C2F.


Background Color

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

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

This div background color is #6E4C2F.


Border color

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

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

This div border color is #6E4C2F.


Opacity

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

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

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

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

This text has shadow with #6E4C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C2F on black background.


Color preview on white background

This text has color #6E4C2F on white background.



Black color preview on #6E4C2F background

This text has black color on #6E4C2F background.


White color preview on #6E4C2F background

This text has white color on #6E4C2F background.