COLOR #6E816A

HEX: #6E816A
RGB: (110,129,106)

Color info

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

RGB color model

#6E816A color RGB value is (110,129,106).

  • red value is 110;
  • green value is 129;
  • blue value is 106.
RGB:
(110,129,106)
(43%,51%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 106 of 255 = 42%

110
129
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 106 = 345 (100%)
R 110 of 345 ~ 31.88%
G 129 of 345 ~ 37.39%
B 106 of 345 ~ 30.72%

%31.88
%37.39
%30.72

CMYK color model

#6E816A color CMYK value is (15,0,18,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(15,0,18,49)
C15M0Y18K49 
(15%,0%,18%,49%)
(0.15/0.00/0.18/0.49)	

CMYK percentages

%14.73
%0
%17.83
%49.41

Codes

Color #6E816A in popluar color models

6E816A
RGB110129106
HSL110°9.79%46.08%
HSB/HSV110°17.83%50.59%
CMYK14.73%0.00%17.83%
49.41%

Color #6E816A in popluar number systems.

HEX6E816A
Decimal110129106
Binary1101110100000011101010
Octal156201152

Shades and tints

Shades of #6E816A

#6E816A
(110,129,106)
#647661
(100,118,97)
#5A6B58
(90,107,88)
#50604F
(80,96,79)
#465546
(70,85,70)
#3C4A3D
(60,74,61)
#323F34
(50,63,52)
#28342B
(40,52,43)
#1E2922
(30,41,34)
#141E19
(20,30,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E816A

#6E816A
(110,129,106)
#7B8C77
(123,140,119)
#889784
(136,151,132)
#95A291
(149,162,145)
#A2AD9E
(162,173,158)
#AFB8AB
(175,184,171)
#BCC3B8
(188,195,184)
#C9CEC5
(201,206,197)
#D6D9D2
(214,217,210)
#E3E4DF
(227,228,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E816A color. Also use rgb(110,129,106) instead hex code.

Text Font Color

.myTextColor { color: #6E816A; }

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

This text font color is #6E816A.


Background Color

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

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

This div background color is #6E816A.


Border color

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

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

This div border color is #6E816A.


Opacity

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

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

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

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

This text has shadow with #6E816A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E816A on black background.


Color preview on white background

This text has color #6E816A on white background.



Black color preview on #6E816A background

This text has black color on #6E816A background.


White color preview on #6E816A background

This text has white color on #6E816A background.