COLOR #6D8478

HEX: #6D8478
RGB: (109,132,120)

Color info

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

RGB color model

#6D8478 color RGB value is (109,132,120).

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

RGB channels and saturation

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

109
132
120

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 120 = 361 (100%)
R 109 of 361 ~ 30.19%
G 132 of 361 ~ 36.57%
B 120 of 361 ~ 33.24%

%30.19
%36.57
%33.24

CMYK color model

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

  • cyan value is 17.42%
  • 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

%17.42
%0
%9.09
%48.24

Codes

Color #6D8478 in popluar color models

6D8478
RGB109132120
HSL149°9.54%47.25%
HSB/HSV149°17.42%51.76%
CMYK17.42%0.00%9.09%
48.24%

Color #6D8478 in popluar number systems.

HEX6D8478
Decimal109132120
Binary1101101100001001111000
Octal155204170

Shades and tints

Shades of #6D8478

#6D8478
(109,132,120)
#64786E
(100,120,110)
#5B6C64
(91,108,100)
#52605A
(82,96,90)
#495450
(73,84,80)
#404846
(64,72,70)
#373C3C
(55,60,60)
#2E3032
(46,48,50)
#252428
(37,36,40)
#1C181E
(28,24,30)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #6D8478

#6D8478
(109,132,120)
#7A8F84
(122,143,132)
#879A90
(135,154,144)
#94A59C
(148,165,156)
#A1B0A8
(161,176,168)
#AEBBB4
(174,187,180)
#BBC6C0
(187,198,192)
#C8D1CC
(200,209,204)
#D5DCD8
(213,220,216)
#E2E7E4
(226,231,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8478; }

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

This text font color is #6D8478.


Background Color

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

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

This div background color is #6D8478.


Border color

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

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

This div border color is #6D8478.


Opacity

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

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

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

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

This text has shadow with #6D8478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8478 on black background.


Color preview on white background

This text has color #6D8478 on white background.



Black color preview on #6D8478 background

This text has black color on #6D8478 background.


White color preview on #6D8478 background

This text has white color on #6D8478 background.