COLOR #6E8469

HEX: #6E8469
RGB: (110,132,105)

Color info

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

RGB color model

#6E8469 color RGB value is (110,132,105).

  • red value is 110;
  • green value is 132;
  • blue value is 105.
RGB:
(110,132,105)
(43%,52%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 105 of 255 = 41%

110
132
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 105 = 347 (100%)
R 110 of 347 ~ 31.7%
G 132 of 347 ~ 38.04%
B 105 of 347 ~ 30.26%

%31.7
%38.04
%30.26

CMYK color model

#6E8469 color CMYK value is (17,0,20,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(17,0,20,48)
C17M0Y20K48 
(17%,0%,20%,48%)
(0.17/0.00/0.20/0.48)	

CMYK percentages

%16.67
%0
%20.45
%48.24

Codes

Color #6E8469 in popluar color models

6E8469
RGB110132105
HSL109°11.39%46.47%
HSB/HSV109°20.45%51.76%
CMYK16.67%0.00%20.45%
48.24%

Color #6E8469 in popluar number systems.

HEX6E8469
Decimal110132105
Binary1101110100001001101001
Octal156204151

Shades and tints

Shades of #6E8469

#6E8469
(110,132,105)
#647860
(100,120,96)
#5A6C57
(90,108,87)
#50604E
(80,96,78)
#465445
(70,84,69)
#3C483C
(60,72,60)
#323C33
(50,60,51)
#28302A
(40,48,42)
#1E2421
(30,36,33)
#141818
(20,24,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E8469

#6E8469
(110,132,105)
#7B8F76
(123,143,118)
#889A83
(136,154,131)
#95A590
(149,165,144)
#A2B09D
(162,176,157)
#AFBBAA
(175,187,170)
#BCC6B7
(188,198,183)
#C9D1C4
(201,209,196)
#D6DCD1
(214,220,209)
#E3E7DE
(227,231,222)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8469 color. Also use rgb(110,132,105) instead hex code.

Text Font Color

.myTextColor { color: #6E8469; }

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

This text font color is #6E8469.


Background Color

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

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

This div background color is #6E8469.


Border color

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

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

This div border color is #6E8469.


Opacity

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

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

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

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

This text has shadow with #6E8469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8469 on black background.


Color preview on white background

This text has color #6E8469 on white background.



Black color preview on #6E8469 background

This text has black color on #6E8469 background.


White color preview on #6E8469 background

This text has white color on #6E8469 background.