COLOR #6E8A67

HEX: #6E8A67
RGB: (110,138,103)

Color info

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

RGB color model

#6E8A67 color RGB value is (110,138,103).

  • red value is 110;
  • green value is 138;
  • blue value is 103.
RGB:
(110,138,103)
(43%,54%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 103 of 255 = 40%

110
138
103

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

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 103 = 351 (100%)
R 110 of 351 ~ 31.34%
G 138 of 351 ~ 39.32%
B 103 of 351 ~ 29.34%

%31.34
%39.32
%29.34

CMYK color model

#6E8A67 color CMYK value is (20,0,25,46).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 25.36%
  • key color value is 45.88%
CMYK:
(20,0,25,46)
C20M0Y25K46 
(20%,0%,25%,46%)
(0.20/0.00/0.25/0.46)	

CMYK percentages

%20.29
%0
%25.36
%45.88

Codes

Color #6E8A67 in popluar color models

6E8A67
RGB110138103
HSL108°14.52%47.25%
HSB/HSV108°25.36%54.12%
CMYK20.29%0.00%25.36%
45.88%

Color #6E8A67 in popluar number systems.

HEX6E8A67
Decimal110138103
Binary1101110100010101100111
Octal156212147

Shades and tints

Shades of #6E8A67

#6E8A67
(110,138,103)
#647E5E
(100,126,94)
#5A7255
(90,114,85)
#50664C
(80,102,76)
#465A43
(70,90,67)
#3C4E3A
(60,78,58)
#324231
(50,66,49)
#283628
(40,54,40)
#1E2A1F
(30,42,31)
#141E16
(20,30,22)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #6E8A67

#6E8A67
(110,138,103)
#7B9474
(123,148,116)
#889E81
(136,158,129)
#95A88E
(149,168,142)
#A2B29B
(162,178,155)
#AFBCA8
(175,188,168)
#BCC6B5
(188,198,181)
#C9D0C2
(201,208,194)
#D6DACF
(214,218,207)
#E3E4DC
(227,228,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A67 color. Also use rgb(110,138,103) instead hex code.

Text Font Color

.myTextColor { color: #6E8A67; }

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

This text font color is #6E8A67.


Background Color

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

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

This div background color is #6E8A67.


Border color

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

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

This div border color is #6E8A67.


Opacity

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

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

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

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

This text has shadow with #6E8A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A67 on black background.


Color preview on white background

This text has color #6E8A67 on white background.



Black color preview on #6E8A67 background

This text has black color on #6E8A67 background.


White color preview on #6E8A67 background

This text has white color on #6E8A67 background.