COLOR #6E754D

HEX: #6E754D
RGB: (110,117,77)

Color info

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

RGB color model

#6E754D color RGB value is (110,117,77).

  • red value is 110;
  • green value is 117;
  • blue value is 77.
RGB:
(110,117,77)
(43%,46%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 77 of 255 = 30%

110
117
77

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 77 = 304 (100%)
R 110 of 304 ~ 36.18%
G 117 of 304 ~ 38.49%
B 77 of 304 ~ 25.33%

%36.18
%38.49
%25.33

CMYK color model

#6E754D color CMYK value is (6,0,34,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK:
(6,0,34,54)
C6M0Y34K54 
(6%,0%,34%,54%)
(0.06/0.00/0.34/0.54)	

CMYK percentages

%5.98
%0
%34.19
%54.12

Codes

Color #6E754D in popluar color models

6E754D
RGB11011777
HSL71°20.62%38.04%
HSB/HSV71°34.19%45.88%
CMYK5.98%0.00%34.19%
54.12%

Color #6E754D in popluar number systems.

HEX6E754D
Decimal11011777
Binary110111011101011001101
Octal156165115

Shades and tints

Shades of #6E754D

#6E754D
(110,117,77)
#646B46
(100,107,70)
#5A613F
(90,97,63)
#505738
(80,87,56)
#464D31
(70,77,49)
#3C432A
(60,67,42)
#323923
(50,57,35)
#282F1C
(40,47,28)
#1E2515
(30,37,21)
#141B0E
(20,27,14)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #6E754D

#6E754D
(110,117,77)
#7B815D
(123,129,93)
#888D6D
(136,141,109)
#95997D
(149,153,125)
#A2A58D
(162,165,141)
#AFB19D
(175,177,157)
#BCBDAD
(188,189,173)
#C9C9BD
(201,201,189)
#D6D5CD
(214,213,205)
#E3E1DD
(227,225,221)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E754D color. Also use rgb(110,117,77) instead hex code.

Text Font Color

.myTextColor { color: #6E754D; }

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

This text font color is #6E754D.


Background Color

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

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

This div background color is #6E754D.


Border color

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

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

This div border color is #6E754D.


Opacity

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

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

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

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

This text has shadow with #6E754D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E754D on black background.


Color preview on white background

This text has color #6E754D on white background.



Black color preview on #6E754D background

This text has black color on #6E754D background.


White color preview on #6E754D background

This text has white color on #6E754D background.