COLOR #6E7C47

HEX: #6E7C47
RGB: (110,124,71)

Color info

#6E7C47 contains red, green and blue colors in about the same proportion. Web safe color of #6E7C47 is #666633 (or #663).

RGB color model

#6E7C47 color RGB value is (110,124,71).

  • red value is 110;
  • green value is 124;
  • blue value is 71.
RGB:
(110,124,71)
(43%,49%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 124 of 255 = 49%
B 71 of 255 = 28%

110
124
71

R + G + B ~ 40%. #6E7C47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 124 + 71 = 305 (100%)
R 110 of 305 ~ 36.07%
G 124 of 305 ~ 40.66%
B 71 of 305 ~ 23.28%

%36.07
%40.66
%23.28

CMYK color model

#6E7C47 color CMYK value is (11,0,43,51).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 51.37%
CMYK:
(11,0,43,51)
C11M0Y43K51 
(11%,0%,43%,51%)
(0.11/0.00/0.43/0.51)	

CMYK percentages

%11.29
%0
%42.74
%51.37

Codes

Color #6E7C47 in popluar color models

6E7C47
RGB11012471
HSL76°27.18%38.24%
HSB/HSV76°42.74%48.63%
CMYK11.29%0.00%42.74%
51.37%

Color #6E7C47 in popluar number systems.

HEX6E7C47
Decimal11012471
Binary110111011111001000111
Octal156174107

Shades and tints

Shades of #6E7C47

#6E7C47
(110,124,71)
#647141
(100,113,65)
#5A663B
(90,102,59)
#505B35
(80,91,53)
#46502F
(70,80,47)
#3C4529
(60,69,41)
#323A23
(50,58,35)
#282F1D
(40,47,29)
#1E2417
(30,36,23)
#141911
(20,25,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E7C47

#6E7C47
(110,124,71)
#7B8757
(123,135,87)
#889267
(136,146,103)
#959D77
(149,157,119)
#A2A887
(162,168,135)
#AFB397
(175,179,151)
#BCBEA7
(188,190,167)
#C9C9B7
(201,201,183)
#D6D4C7
(214,212,199)
#E3DFD7
(227,223,215)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7C47; }

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

This text font color is #6E7C47.


Background Color

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

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

This div background color is #6E7C47.


Border color

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

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

This div border color is #6E7C47.


Opacity

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

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

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

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

This text has shadow with #6E7C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7C47 on black background.


Color preview on white background

This text has color #6E7C47 on white background.



Black color preview on #6E7C47 background

This text has black color on #6E7C47 background.


White color preview on #6E7C47 background

This text has white color on #6E7C47 background.