COLOR #6E8570

HEX: #6E8570
RGB: (110,133,112)

Color info

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

RGB color model

#6E8570 color RGB value is (110,133,112).

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

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 112 of 255 = 44%

110
133
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 112 = 355 (100%)
R 110 of 355 ~ 30.99%
G 133 of 355 ~ 37.46%
B 112 of 355 ~ 31.55%

%30.99
%37.46
%31.55

CMYK color model

#6E8570 color CMYK value is (17,0,16,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(17,0,16,48)
C17M0Y16K48 
(17%,0%,16%,48%)
(0.17/0.00/0.16/0.48)	

CMYK percentages

%17.29
%0
%15.79
%47.84

Codes

Color #6E8570 in popluar color models

6E8570
RGB110133112
HSL125°9.47%47.65%
HSB/HSV125°17.29%52.16%
CMYK17.29%0.00%15.79%
47.84%

Color #6E8570 in popluar number systems.

HEX6E8570
Decimal110133112
Binary1101110100001011110000
Octal156205160

Shades and tints

Shades of #6E8570

#6E8570
(110,133,112)
#647966
(100,121,102)
#5A6D5C
(90,109,92)
#506152
(80,97,82)
#465548
(70,85,72)
#3C493E
(60,73,62)
#323D34
(50,61,52)
#28312A
(40,49,42)
#1E2520
(30,37,32)
#141916
(20,25,22)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E8570

#6E8570
(110,133,112)
#7B907D
(123,144,125)
#889B8A
(136,155,138)
#95A697
(149,166,151)
#A2B1A4
(162,177,164)
#AFBCB1
(175,188,177)
#BCC7BE
(188,199,190)
#C9D2CB
(201,210,203)
#D6DDD8
(214,221,216)
#E3E8E5
(227,232,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8570; }

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

This text font color is #6E8570.


Background Color

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

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

This div background color is #6E8570.


Border color

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

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

This div border color is #6E8570.


Opacity

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

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

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

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

This text has shadow with #6E8570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8570 on black background.


Color preview on white background

This text has color #6E8570 on white background.



Black color preview on #6E8570 background

This text has black color on #6E8570 background.


White color preview on #6E8570 background

This text has white color on #6E8570 background.