COLOR #6D8877

HEX: #6D8877
RGB: (109,136,119)

Color info

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

RGB color model

#6D8877 color RGB value is (109,136,119).

  • red value is 109;
  • green value is 136;
  • blue value is 119.
RGB:
(109,136,119)
(43%,53%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 119 of 255 = 47%

109
136
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 119 = 364 (100%)
R 109 of 364 ~ 29.95%
G 136 of 364 ~ 37.36%
B 119 of 364 ~ 32.69%

%29.95
%37.36
%32.69

CMYK color model

#6D8877 color CMYK value is (20,0,13,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(20,0,13,47)
C20M0Y13K47 
(20%,0%,13%,47%)
(0.20/0.00/0.13/0.47)	

CMYK percentages

%19.85
%0
%12.5
%46.67

Codes

Color #6D8877 in popluar color models

6D8877
RGB109136119
HSL142°11.02%48.04%
HSB/HSV142°19.85%53.33%
CMYK19.85%0.00%12.50%
46.67%

Color #6D8877 in popluar number systems.

HEX6D8877
Decimal109136119
Binary1101101100010001110111
Octal155210167

Shades and tints

Shades of #6D8877

#6D8877
(109,136,119)
#647C6D
(100,124,109)
#5B7063
(91,112,99)
#526459
(82,100,89)
#49584F
(73,88,79)
#404C45
(64,76,69)
#37403B
(55,64,59)
#2E3431
(46,52,49)
#252827
(37,40,39)
#1C1C1D
(28,28,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6D8877

#6D8877
(109,136,119)
#7A9283
(122,146,131)
#879C8F
(135,156,143)
#94A69B
(148,166,155)
#A1B0A7
(161,176,167)
#AEBAB3
(174,186,179)
#BBC4BF
(187,196,191)
#C8CECB
(200,206,203)
#D5D8D7
(213,216,215)
#E2E2E3
(226,226,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8877 color. Also use rgb(109,136,119) instead hex code.

Text Font Color

.myTextColor { color: #6D8877; }

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

This text font color is #6D8877.


Background Color

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

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

This div background color is #6D8877.


Border color

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

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

This div border color is #6D8877.


Opacity

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

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

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

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

This text has shadow with #6D8877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8877 on black background.


Color preview on white background

This text has color #6D8877 on white background.



Black color preview on #6D8877 background

This text has black color on #6D8877 background.


White color preview on #6D8877 background

This text has white color on #6D8877 background.