COLOR #6E7247

HEX: #6E7247
RGB: (110,114,71)

Color info

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

RGB color model

#6E7247 color RGB value is (110,114,71).

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

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 71 of 255 = 28%

110
114
71

R + G + B ~ 39%. #6E7247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 71 = 295 (100%)
R 110 of 295 ~ 37.29%
G 114 of 295 ~ 38.64%
B 71 of 295 ~ 24.07%

%37.29
%38.64
%24.07

CMYK color model

#6E7247 color CMYK value is (4,0,38,55).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(4,0,38,55)
C4M0Y38K55 
(4%,0%,38%,55%)
(0.04/0.00/0.38/0.55)	

CMYK percentages

%3.51
%0
%37.72
%55.29

Codes

Color #6E7247 in popluar color models

6E7247
RGB11011471
HSL66°23.24%36.27%
HSB/HSV66°37.72%44.71%
CMYK3.51%0.00%37.72%
55.29%

Color #6E7247 in popluar number systems.

HEX6E7247
Decimal11011471
Binary110111011100101000111
Octal156162107

Shades and tints

Shades of #6E7247

#6E7247
(110,114,71)
#646841
(100,104,65)
#5A5E3B
(90,94,59)
#505435
(80,84,53)
#464A2F
(70,74,47)
#3C4029
(60,64,41)
#323623
(50,54,35)
#282C1D
(40,44,29)
#1E2217
(30,34,23)
#141811
(20,24,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E7247

#6E7247
(110,114,71)
#7B7E57
(123,126,87)
#888A67
(136,138,103)
#959677
(149,150,119)
#A2A287
(162,162,135)
#AFAE97
(175,174,151)
#BCBAA7
(188,186,167)
#C9C6B7
(201,198,183)
#D6D2C7
(214,210,199)
#E3DED7
(227,222,215)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7247; }

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

This text font color is #6E7247.


Background Color

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

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

This div background color is #6E7247.


Border color

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

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

This div border color is #6E7247.


Opacity

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

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

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

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

This text has shadow with #6E7247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7247 on black background.


Color preview on white background

This text has color #6E7247 on white background.



Black color preview on #6E7247 background

This text has black color on #6E7247 background.


White color preview on #6E7247 background

This text has white color on #6E7247 background.