COLOR #6E8478

HEX: #6E8478
RGB: (110,132,120)

Color info

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

RGB color model

#6E8478 color RGB value is (110,132,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 120 of 255 = 47%

110
132
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 120 = 362 (100%)
R 110 of 362 ~ 30.39%
G 132 of 362 ~ 36.46%
B 120 of 362 ~ 33.15%

%30.39
%36.46
%33.15

CMYK color model

#6E8478 color CMYK value is (17,0,9,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(17,0,9,48)
C17M0Y9K48 
(17%,0%,9%,48%)
(0.17/0.00/0.09/0.48)	

CMYK percentages

%16.67
%0
%9.09
%48.24

Codes

Color #6E8478 in popluar color models

6E8478
RGB110132120
HSL147°9.09%47.45%
HSB/HSV147°16.67%51.76%
CMYK16.67%0.00%9.09%
48.24%

Color #6E8478 in popluar number systems.

HEX6E8478
Decimal110132120
Binary1101110100001001111000
Octal156204170

Shades and tints

Shades of #6E8478

#6E8478
(110,132,120)
#64786E
(100,120,110)
#5A6C64
(90,108,100)
#50605A
(80,96,90)
#465450
(70,84,80)
#3C4846
(60,72,70)
#323C3C
(50,60,60)
#283032
(40,48,50)
#1E2428
(30,36,40)
#14181E
(20,24,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E8478

#6E8478
(110,132,120)
#7B8F84
(123,143,132)
#889A90
(136,154,144)
#95A59C
(149,165,156)
#A2B0A8
(162,176,168)
#AFBBB4
(175,187,180)
#BCC6C0
(188,198,192)
#C9D1CC
(201,209,204)
#D6DCD8
(214,220,216)
#E3E7E4
(227,231,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8478; }

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

This text font color is #6E8478.


Background Color

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

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

This div background color is #6E8478.


Border color

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

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

This div border color is #6E8478.


Opacity

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

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

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

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

This text has shadow with #6E8478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8478 on black background.


Color preview on white background

This text has color #6E8478 on white background.



Black color preview on #6E8478 background

This text has black color on #6E8478 background.


White color preview on #6E8478 background

This text has white color on #6E8478 background.