COLOR #6E7847

HEX: #6E7847 RGB: (110,120,71)

Color info

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

RGB color model

#6E7847 color RGB value is (110,120,71).

RGB: (110,120,71) (43%, 47%, 28%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 71 of 255 = 28%

110
120
71

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

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 71 = 301 (100%)
R 110 of 301 ~ 36.54%
G 120 of 301 ~ 39.87%
B 71 of 301 ~ 23.59'%

%36.54
%39.87
%23.59

CMYK color model

#6E7847 color CMYK value is (8,0,41,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 52.94%
CMYK: (8,0,41,53) C8M0Y41K53 (8%,0%,41%,53%) (0.08/0.00/0.41/0.53) 

CMYK percentages

%8.33
%0
%40.83
%52.94

Codes

Color #6E7847 in popluar color models

6E 78 47
RGB 110 120 71
HSL 72° 25.65% 37.45%
HSB/HSV 72° 40.83% 47.06%
CMYK 8.33% 0.00% 40.83%
52.94%

Color #6E7847 in popluar number systems.

HEX 6E 78 47
Decimal 110 120 71
Binary 1101110 1111000 1000111
Octal 156 170 107

Shades and tints

Shades of #6E7847

#6E7847
(110,120,71)
#646E41
(100,110,65)
#5A643B
(90,100,59)
#505A35
(80,90,53)
#46502F
(70,80,47)
#3C4629
(60,70,41)
#323C23
(50,60,35)
#28321D
(40,50,29)
#1E2817
(30,40,23)
#141E11
(20,30,17)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6E7847

#6E7847
(110,120,71)
#7B8457
(123,132,87)
#889067
(136,144,103)
#959C77
(149,156,119)
#A2A887
(162,168,135)
#AFB497
(175,180,151)
#BCC0A7
(188,192,167)
#C9CCB7
(201,204,183)
#D6D8C7
(214,216,199)
#E3E4D7
(227,228,215)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7847; }

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

This text font color is #6E7847.

Background Color

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

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

This div background color is #6E7847.

Border color

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

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

This div border color is #6E7847.

Opacity

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

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

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

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

This text has shadow with #6E7847 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7847.

Preview

Color preview on black background

This text has color #6E7847 on black background.


Color preview on white background

This text has color #6E7847 on white background.


Black color preview on #6E7847 background

This text has black color on #6E7847 background.


White color preview on #6E7847 background

This text has white color on #6E7847 background.


Related colors

Complementary color

Complementary color for #hex is #9187B8.


I love getcolorcode.com

Triadic colors

1 #476E78 and #78476E with #6E7847 are triadic colors.

2 #47786E and #786E47 with #6E7847 are triadic colors.