COLOR #6E7970

HEX: #6E7970
RGB: (110,121,112)

Color info

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

RGB color model

#6E7970 color RGB value is (110,121,112).

  • red value is 110;
  • green value is 121;
  • blue value is 112.
RGB:
(110,121,112)
(43%,47%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 112 of 255 = 44%

110
121
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 112 = 343 (100%)
R 110 of 343 ~ 32.07%
G 121 of 343 ~ 35.28%
B 112 of 343 ~ 32.65%

%32.07
%35.28
%32.65

CMYK color model

#6E7970 color CMYK value is (9,0,7,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(9,0,7,53)
C9M0Y7K53 
(9%,0%,7%,53%)
(0.09/0.00/0.07/0.53)	

CMYK percentages

%9.09
%0
%7.44
%52.55

Codes

Color #6E7970 in popluar color models

6E7970
RGB110121112
HSL131°4.76%45.29%
HSB/HSV131°9.09%47.45%
CMYK9.09%0.00%7.44%
52.55%

Color #6E7970 in popluar number systems.

HEX6E7970
Decimal110121112
Binary110111011110011110000
Octal156171160

Shades and tints

Shades of #6E7970

#6E7970
(110,121,112)
#646E66
(100,110,102)
#5A635C
(90,99,92)
#505852
(80,88,82)
#464D48
(70,77,72)
#3C423E
(60,66,62)
#323734
(50,55,52)
#282C2A
(40,44,42)
#1E2120
(30,33,32)
#141616
(20,22,22)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E7970

#6E7970
(110,121,112)
#7B857D
(123,133,125)
#88918A
(136,145,138)
#959D97
(149,157,151)
#A2A9A4
(162,169,164)
#AFB5B1
(175,181,177)
#BCC1BE
(188,193,190)
#C9CDCB
(201,205,203)
#D6D9D8
(214,217,216)
#E3E5E5
(227,229,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7970 color. Also use rgb(110,121,112) instead hex code.

Text Font Color

.myTextColor { color: #6E7970; }

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

This text font color is #6E7970.


Background Color

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

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

This div background color is #6E7970.


Border color

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

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

This div border color is #6E7970.


Opacity

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

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

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

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

This text has shadow with #6E7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7970 on black background.


Color preview on white background

This text has color #6E7970 on white background.



Black color preview on #6E7970 background

This text has black color on #6E7970 background.


White color preview on #6E7970 background

This text has white color on #6E7970 background.