COLOR #6E8378

HEX: #6E8378
RGB: (110,131,120)

Color info

#6E8378 contains red, green and blue colors in about the same proportion. Web safe color of #6E8378 is #669966 (or #696).

RGB color model

#6E8378 color RGB value is (110,131,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 120 of 255 = 47%

110
131
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 131 + 120 = 361 (100%)
R 110 of 361 ~ 30.47%
G 131 of 361 ~ 36.29%
B 120 of 361 ~ 33.24%

%30.47
%36.29
%33.24

CMYK color model

#6E8378 color CMYK value is (16,0,8,49).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(16,0,8,49)
C16M0Y8K49 
(16%,0%,8%,49%)
(0.16/0.00/0.08/0.49)	

CMYK percentages

%16.03
%0
%8.4
%48.63

Codes

Color #6E8378 in popluar color models

6E8378
RGB110131120
HSL149°8.71%47.25%
HSB/HSV149°16.03%51.37%
CMYK16.03%0.00%8.40%
48.63%

Color #6E8378 in popluar number systems.

HEX6E8378
Decimal110131120
Binary1101110100000111111000
Octal156203170

Shades and tints

Shades of #6E8378

#6E8378
(110,131,120)
#64786E
(100,120,110)
#5A6D64
(90,109,100)
#50625A
(80,98,90)
#465750
(70,87,80)
#3C4C46
(60,76,70)
#32413C
(50,65,60)
#283632
(40,54,50)
#1E2B28
(30,43,40)
#14201E
(20,32,30)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #6E8378

#6E8378
(110,131,120)
#7B8E84
(123,142,132)
#889990
(136,153,144)
#95A49C
(149,164,156)
#A2AFA8
(162,175,168)
#AFBAB4
(175,186,180)
#BCC5C0
(188,197,192)
#C9D0CC
(201,208,204)
#D6DBD8
(214,219,216)
#E3E6E4
(227,230,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8378; }

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

This text font color is #6E8378.


Background Color

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

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

This div background color is #6E8378.


Border color

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

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

This div border color is #6E8378.


Opacity

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

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

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

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

This text has shadow with #6E8378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8378 on black background.


Color preview on white background

This text has color #6E8378 on white background.



Black color preview on #6E8378 background

This text has black color on #6E8378 background.


White color preview on #6E8378 background

This text has white color on #6E8378 background.