COLOR #6E7759

HEX: #6E7759
RGB: (110,119,89)

Color info

#6E7759 contains red, green and blue colors in about the same proportion. Web safe color of #6E7759 is #666666 (or #666).

RGB color model

#6E7759 color RGB value is (110,119,89).

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

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 89 of 255 = 35%

110
119
89

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 89 = 318 (100%)
R 110 of 318 ~ 34.59%
G 119 of 318 ~ 37.42%
B 89 of 318 ~ 27.99%

%34.59
%37.42
%27.99

CMYK color model

#6E7759 color CMYK value is (8,0,25,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(8,0,25,53)
C8M0Y25K53 
(8%,0%,25%,53%)
(0.08/0.00/0.25/0.53)	

CMYK percentages

%7.56
%0
%25.21
%53.33

Codes

Color #6E7759 in popluar color models

6E7759
RGB11011989
HSL78°14.42%40.78%
HSB/HSV78°25.21%46.67%
CMYK7.56%0.00%25.21%
53.33%

Color #6E7759 in popluar number systems.

HEX6E7759
Decimal11011989
Binary110111011101111011001
Octal156167131

Shades and tints

Shades of #6E7759

#6E7759
(110,119,89)
#646D51
(100,109,81)
#5A6349
(90,99,73)
#505941
(80,89,65)
#464F39
(70,79,57)
#3C4531
(60,69,49)
#323B29
(50,59,41)
#283121
(40,49,33)
#1E2719
(30,39,25)
#141D11
(20,29,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #6E7759

#6E7759
(110,119,89)
#7B8368
(123,131,104)
#888F77
(136,143,119)
#959B86
(149,155,134)
#A2A795
(162,167,149)
#AFB3A4
(175,179,164)
#BCBFB3
(188,191,179)
#C9CBC2
(201,203,194)
#D6D7D1
(214,215,209)
#E3E3E0
(227,227,224)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7759; }

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

This text font color is #6E7759.


Background Color

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

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

This div background color is #6E7759.


Border color

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

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

This div border color is #6E7759.


Opacity

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

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

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

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

This text has shadow with #6E7759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7759 on black background.


Color preview on white background

This text has color #6E7759 on white background.



Black color preview on #6E7759 background

This text has black color on #6E7759 background.


White color preview on #6E7759 background

This text has white color on #6E7759 background.