COLOR #6E784F

HEX: #6E784F
RGB: (110,120,79)

Color info

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

RGB color model

#6E784F color RGB value is (110,120,79).

  • red value is 110;
  • green value is 120;
  • blue value is 79.
RGB:
(110,120,79)
(43%,47%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 79 of 255 = 31%

110
120
79

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 79 = 309 (100%)
R 110 of 309 ~ 35.6%
G 120 of 309 ~ 38.83%
B 79 of 309 ~ 25.57%

%35.6
%38.83
%25.57

CMYK color model

#6E784F color CMYK value is (8,0,34,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(8,0,34,53)
C8M0Y34K53 
(8%,0%,34%,53%)
(0.08/0.00/0.34/0.53)	

CMYK percentages

%8.33
%0
%34.17
%52.94

Codes

Color #6E784F in popluar color models

6E784F
RGB11012079
HSL75°20.60%39.02%
HSB/HSV75°34.17%47.06%
CMYK8.33%0.00%34.17%
52.94%

Color #6E784F in popluar number systems.

HEX6E784F
Decimal11012079
Binary110111011110001001111
Octal156170117

Shades and tints

Shades of #6E784F

#6E784F
(110,120,79)
#646E48
(100,110,72)
#5A6441
(90,100,65)
#505A3A
(80,90,58)
#465033
(70,80,51)
#3C462C
(60,70,44)
#323C25
(50,60,37)
#28321E
(40,50,30)
#1E2817
(30,40,23)
#141E10
(20,30,16)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #6E784F

#6E784F
(110,120,79)
#7B845F
(123,132,95)
#88906F
(136,144,111)
#959C7F
(149,156,127)
#A2A88F
(162,168,143)
#AFB49F
(175,180,159)
#BCC0AF
(188,192,175)
#C9CCBF
(201,204,191)
#D6D8CF
(214,216,207)
#E3E4DF
(227,228,223)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E784F; }

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

This text font color is #6E784F.


Background Color

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

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

This div background color is #6E784F.


Border color

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

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

This div border color is #6E784F.


Opacity

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

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

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

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

This text has shadow with #6E784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E784F on black background.


Color preview on white background

This text has color #6E784F on white background.



Black color preview on #6E784F background

This text has black color on #6E784F background.


White color preview on #6E784F background

This text has white color on #6E784F background.