COLOR #6E7872

HEX: #6E7872
RGB: (110,120,114)

Color info

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

RGB color model

#6E7872 color RGB value is (110,120,114).

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

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 114 of 255 = 45%

110
120
114

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 114 = 344 (100%)
R 110 of 344 ~ 31.98%
G 120 of 344 ~ 34.88%
B 114 of 344 ~ 33.14%

%31.98
%34.88
%33.14

CMYK color model

#6E7872 color CMYK value is (8,0,5,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(8,0,5,53)
C8M0Y5K53 
(8%,0%,5%,53%)
(0.08/0.00/0.05/0.53)	

CMYK percentages

%8.33
%0
%5
%52.94

Codes

Color #6E7872 in popluar color models

6E7872
RGB110120114
HSL144°4.35%45.10%
HSB/HSV144°8.33%47.06%
CMYK8.33%0.00%5.00%
52.94%

Color #6E7872 in popluar number systems.

HEX6E7872
Decimal110120114
Binary110111011110001110010
Octal156170162

Shades and tints

Shades of #6E7872

#6E7872
(110,120,114)
#646E68
(100,110,104)
#5A645E
(90,100,94)
#505A54
(80,90,84)
#46504A
(70,80,74)
#3C4640
(60,70,64)
#323C36
(50,60,54)
#28322C
(40,50,44)
#1E2822
(30,40,34)
#141E18
(20,30,24)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E7872

#6E7872
(110,120,114)
#7B847E
(123,132,126)
#88908A
(136,144,138)
#959C96
(149,156,150)
#A2A8A2
(162,168,162)
#AFB4AE
(175,180,174)
#BCC0BA
(188,192,186)
#C9CCC6
(201,204,198)
#D6D8D2
(214,216,210)
#E3E4DE
(227,228,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7872; }

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

This text font color is #6E7872.


Background Color

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

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

This div background color is #6E7872.


Border color

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

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

This div border color is #6E7872.


Opacity

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

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

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

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

This text has shadow with #6E7872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7872 on black background.


Color preview on white background

This text has color #6E7872 on white background.



Black color preview on #6E7872 background

This text has black color on #6E7872 background.


White color preview on #6E7872 background

This text has white color on #6E7872 background.