COLOR #6E7742

HEX: #6E7742 RGB: (110,119,66)

Color info

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

RGB color model

#6E7742 color RGB value is (110,119,66).

RGB: (110,119,66) (43%, 47%, 26%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 66 of 255 = 26%

110
119
66

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

Portions of RGB colors in percentages

R + G + B = 110 + 119 + 66 = 295 (100%)
R 110 of 295 ~ 37.29%
G 119 of 295 ~ 40.34%
B 66 of 295 ~ 22.37'%

%37.29
%40.34
%22.37

CMYK color model

#6E7742 color CMYK value is (8,0,45,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 53.33%

CMYK: (8,0,45,53)
C8M0Y45K53 (8%, 0%, 45%, 53%)
(0.08 / 0.00 / 0.45 / 0.53)

CMYK percentages

%7.56
%0
%44.54
%53.33

Codes

Color #6E7742 in popluar color models

6E 77 42
RGB 110 119 66
HSL 70° 28.65% 36.27%
HSB/HSV 70° 44.54% 46.67%
CMYK 7.56% 0.00% 44.54%
53.33%

Color #6E7742 in popluar number systems.

HEX 6E 77 42
Decimal 110 119 66
Binary 1101110 1110111 1000010
Octal 156 167 102

Shades and tints

Shades of #6E7742

#6E7742
(110,119,66)
#646D3C
(100,109,60)
#5A6336
(90,99,54)
#505930
(80,89,48)
#464F2A
(70,79,42)
#3C4524
(60,69,36)
#323B1E
(50,59,30)
#283118
(40,49,24)
#1E2712
(30,39,18)
#141D0C
(20,29,12)
#0A1306
(10,19,6)
#000000
(0,0,0)

Tints of #6E7742

#6E7742
(110,119,66)
#7B8353
(123,131,83)
#888F64
(136,143,100)
#959B75
(149,155,117)
#A2A786
(162,167,134)
#AFB397
(175,179,151)
#BCBFA8
(188,191,168)
#C9CBB9
(201,203,185)
#D6D7CA
(214,215,202)
#E3E3DB
(227,227,219)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7742 color. Also use rgb(110,119,66) instead hex code.

Text Font Color

.myTextColor { color: #6E7742; }

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

This text font color is #6E7742.

Background Color

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

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

This div background color is #6E7742.

Border color

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

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

This div border color is #6E7742.

Opacity

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

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

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

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

This text has shadow with #6E7742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7742.

Preview

Color preview on black background

This text has color #6E7742 on black background.


Color preview on white background

This text has color #6E7742 on white background.


Black color preview on #6E7742 background

This text has black color on #6E7742 background.


White color preview on #6E7742 background

This text has white color on #6E7742 background.


Related colors

Complementary color

Complementary color for #hex is #9188BD.


I love getcolorcode.com

Triadic colors

1 #426E77 and #77426E with #6E7742 are triadic colors.

2 #42776E and #776E42 with #6E7742 are triadic colors.