COLOR #6D887D

HEX: #6D887D
RGB: (109,136,125)

Color info

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

RGB color model

#6D887D color RGB value is (109,136,125).

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

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 125 of 255 = 49%

109
136
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 125 = 370 (100%)
R 109 of 370 ~ 29.46%
G 136 of 370 ~ 36.76%
B 125 of 370 ~ 33.78%

%29.46
%36.76
%33.78

CMYK color model

#6D887D color CMYK value is (20,0,8,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(20,0,8,47)
C20M0Y8K47 
(20%,0%,8%,47%)
(0.20/0.00/0.08/0.47)	

CMYK percentages

%19.85
%0
%8.09
%46.67

Codes

Color #6D887D in popluar color models

6D887D
RGB109136125
HSL156°11.02%48.04%
HSB/HSV156°19.85%53.33%
CMYK19.85%0.00%8.09%
46.67%

Color #6D887D in popluar number systems.

HEX6D887D
Decimal109136125
Binary1101101100010001111101
Octal155210175

Shades and tints

Shades of #6D887D

#6D887D
(109,136,125)
#647C72
(100,124,114)
#5B7067
(91,112,103)
#52645C
(82,100,92)
#495851
(73,88,81)
#404C46
(64,76,70)
#37403B
(55,64,59)
#2E3430
(46,52,48)
#252825
(37,40,37)
#1C1C1A
(28,28,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D887D

#6D887D
(109,136,125)
#7A9288
(122,146,136)
#879C93
(135,156,147)
#94A69E
(148,166,158)
#A1B0A9
(161,176,169)
#AEBAB4
(174,186,180)
#BBC4BF
(187,196,191)
#C8CECA
(200,206,202)
#D5D8D5
(213,216,213)
#E2E2E0
(226,226,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D887D; }

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

This text font color is #6D887D.


Background Color

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

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

This div background color is #6D887D.


Border color

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

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

This div border color is #6D887D.


Opacity

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

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

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

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

This text has shadow with #6D887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D887D on black background.


Color preview on white background

This text has color #6D887D on white background.



Black color preview on #6D887D background

This text has black color on #6D887D background.


White color preview on #6D887D background

This text has white color on #6D887D background.