COLOR #6E7749

HEX: #6E7749
RGB: (110,119,73)

Color info

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

RGB color model

#6E7749 color RGB value is (110,119,73).

  • red value is 110;
  • green value is 119;
  • blue value is 73.
RGB:
(110,119,73)
(43%,47%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 73 of 255 = 29%

110
119
73

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 73 = 302 (100%)
R 110 of 302 ~ 36.42%
G 119 of 302 ~ 39.4%
B 73 of 302 ~ 24.17%

%36.42
%39.4
%24.17

CMYK color model

#6E7749 color CMYK value is (8,0,39,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(8,0,39,53)
C8M0Y39K53 
(8%,0%,39%,53%)
(0.08/0.00/0.39/0.53)	

CMYK percentages

%7.56
%0
%38.66
%53.33

Codes

Color #6E7749 in popluar color models

6E7749
RGB11011973
HSL72°23.96%37.65%
HSB/HSV72°38.66%46.67%
CMYK7.56%0.00%38.66%
53.33%

Color #6E7749 in popluar number systems.

HEX6E7749
Decimal11011973
Binary110111011101111001001
Octal156167111

Shades and tints

Shades of #6E7749

#6E7749
(110,119,73)
#646D43
(100,109,67)
#5A633D
(90,99,61)
#505937
(80,89,55)
#464F31
(70,79,49)
#3C452B
(60,69,43)
#323B25
(50,59,37)
#28311F
(40,49,31)
#1E2719
(30,39,25)
#141D13
(20,29,19)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E7749

#6E7749
(110,119,73)
#7B8359
(123,131,89)
#888F69
(136,143,105)
#959B79
(149,155,121)
#A2A789
(162,167,137)
#AFB399
(175,179,153)
#BCBFA9
(188,191,169)
#C9CBB9
(201,203,185)
#D6D7C9
(214,215,201)
#E3E3D9
(227,227,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7749; }

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

This text font color is #6E7749.


Background Color

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

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

This div background color is #6E7749.


Border color

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

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

This div border color is #6E7749.


Opacity

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

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

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

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

This text has shadow with #6E7749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7749 on black background.


Color preview on white background

This text has color #6E7749 on white background.



Black color preview on #6E7749 background

This text has black color on #6E7749 background.


White color preview on #6E7749 background

This text has white color on #6E7749 background.