COLOR #6E9478

HEX: #6E9478
RGB: (110,148,120)

Color info

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

RGB color model

#6E9478 color RGB value is (110,148,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 120 of 255 = 47%

110
148
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 120 = 378 (100%)
R 110 of 378 ~ 29.1%
G 148 of 378 ~ 39.15%
B 120 of 378 ~ 31.75%

%29.1
%39.15
%31.75

CMYK color model

#6E9478 color CMYK value is (26,0,19,42).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(26,0,19,42)
C26M0Y19K42 
(26%,0%,19%,42%)
(0.26/0.00/0.19/0.42)	

CMYK percentages

%25.68
%0
%18.92
%41.96

Codes

Color #6E9478 in popluar color models

6E9478
RGB110148120
HSL136°15.08%50.59%
HSB/HSV136°25.68%58.04%
CMYK25.68%0.00%18.92%
41.96%

Color #6E9478 in popluar number systems.

HEX6E9478
Decimal110148120
Binary1101110100101001111000
Octal156224170

Shades and tints

Shades of #6E9478

#6E9478
(110,148,120)
#64876E
(100,135,110)
#5A7A64
(90,122,100)
#506D5A
(80,109,90)
#466050
(70,96,80)
#3C5346
(60,83,70)
#32463C
(50,70,60)
#283932
(40,57,50)
#1E2C28
(30,44,40)
#141F1E
(20,31,30)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6E9478

#6E9478
(110,148,120)
#7B9D84
(123,157,132)
#88A690
(136,166,144)
#95AF9C
(149,175,156)
#A2B8A8
(162,184,168)
#AFC1B4
(175,193,180)
#BCCAC0
(188,202,192)
#C9D3CC
(201,211,204)
#D6DCD8
(214,220,216)
#E3E5E4
(227,229,228)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9478; }

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

This text font color is #6E9478.


Background Color

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

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

This div background color is #6E9478.


Border color

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

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

This div border color is #6E9478.


Opacity

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

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

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

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

This text has shadow with #6E9478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9478 on black background.


Color preview on white background

This text has color #6E9478 on white background.



Black color preview on #6E9478 background

This text has black color on #6E9478 background.


White color preview on #6E9478 background

This text has white color on #6E9478 background.