COLOR #6E785B

HEX: #6E785B
RGB: (110,120,91)

Color info

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

RGB color model

#6E785B color RGB value is (110,120,91).

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

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 91 of 255 = 36%

110
120
91

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 91 = 321 (100%)
R 110 of 321 ~ 34.27%
G 120 of 321 ~ 37.38%
B 91 of 321 ~ 28.35%

%34.27
%37.38
%28.35

CMYK color model

#6E785B color CMYK value is (8,0,24,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(8,0,24,53)
C8M0Y24K53 
(8%,0%,24%,53%)
(0.08/0.00/0.24/0.53)	

CMYK percentages

%8.33
%0
%24.17
%52.94

Codes

Color #6E785B in popluar color models

6E785B
RGB11012091
HSL81°13.74%41.37%
HSB/HSV81°24.17%47.06%
CMYK8.33%0.00%24.17%
52.94%

Color #6E785B in popluar number systems.

HEX6E785B
Decimal11012091
Binary110111011110001011011
Octal156170133

Shades and tints

Shades of #6E785B

#6E785B
(110,120,91)
#646E53
(100,110,83)
#5A644B
(90,100,75)
#505A43
(80,90,67)
#46503B
(70,80,59)
#3C4633
(60,70,51)
#323C2B
(50,60,43)
#283223
(40,50,35)
#1E281B
(30,40,27)
#141E13
(20,30,19)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6E785B

#6E785B
(110,120,91)
#7B8469
(123,132,105)
#889077
(136,144,119)
#959C85
(149,156,133)
#A2A893
(162,168,147)
#AFB4A1
(175,180,161)
#BCC0AF
(188,192,175)
#C9CCBD
(201,204,189)
#D6D8CB
(214,216,203)
#E3E4D9
(227,228,217)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E785B; }

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

This text font color is #6E785B.


Background Color

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

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

This div background color is #6E785B.


Border color

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

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

This div border color is #6E785B.


Opacity

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

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

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

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

This text has shadow with #6E785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E785B on black background.


Color preview on white background

This text has color #6E785B on white background.



Black color preview on #6E785B background

This text has black color on #6E785B background.


White color preview on #6E785B background

This text has white color on #6E785B background.