COLOR #6E9470

HEX: #6E9470
RGB: (110,148,112)

Color info

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

RGB color model

#6E9470 color RGB value is (110,148,112).

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

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 112 of 255 = 44%

110
148
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 112 = 370 (100%)
R 110 of 370 ~ 29.73%
G 148 of 370 ~ 40%
B 112 of 370 ~ 30.27%

%29.73
%40
%30.27

CMYK color model

#6E9470 color CMYK value is (26,0,24,42).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(26,0,24,42)
C26M0Y24K42 
(26%,0%,24%,42%)
(0.26/0.00/0.24/0.42)	

CMYK percentages

%25.68
%0
%24.32
%41.96

Codes

Color #6E9470 in popluar color models

6E9470
RGB110148112
HSL123°15.08%50.59%
HSB/HSV123°25.68%58.04%
CMYK25.68%0.00%24.32%
41.96%

Color #6E9470 in popluar number systems.

HEX6E9470
Decimal110148112
Binary1101110100101001110000
Octal156224160

Shades and tints

Shades of #6E9470

#6E9470
(110,148,112)
#648766
(100,135,102)
#5A7A5C
(90,122,92)
#506D52
(80,109,82)
#466048
(70,96,72)
#3C533E
(60,83,62)
#324634
(50,70,52)
#28392A
(40,57,42)
#1E2C20
(30,44,32)
#141F16
(20,31,22)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E9470

#6E9470
(110,148,112)
#7B9D7D
(123,157,125)
#88A68A
(136,166,138)
#95AF97
(149,175,151)
#A2B8A4
(162,184,164)
#AFC1B1
(175,193,177)
#BCCABE
(188,202,190)
#C9D3CB
(201,211,203)
#D6DCD8
(214,220,216)
#E3E5E5
(227,229,229)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9470; }

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

This text font color is #6E9470.


Background Color

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

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

This div background color is #6E9470.


Border color

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

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

This div border color is #6E9470.


Opacity

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

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

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

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

This text has shadow with #6E9470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9470 on black background.


Color preview on white background

This text has color #6E9470 on white background.



Black color preview on #6E9470 background

This text has black color on #6E9470 background.


White color preview on #6E9470 background

This text has white color on #6E9470 background.