COLOR #6C887F

HEX: #6C887F RGB: (108,136,127)

Color info

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

RGB color model

#6C887F color RGB value is (108,136,127).

RGB: (108,136,127) (42%, 53%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 127 of 255 = 50%

108
136
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 127 = 371 (100%)
R 108 of 371 ~ 29.11%
G 136 of 371 ~ 36.66%
B 127 of 371 ~ 34.23'%

%29.11
%36.66
%34.23

CMYK color model

#6C887F color CMYK value is (21,0,7,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%

CMYK: (21,0,7,47)
C21M0Y7K47 (21%, 0%, 7%, 47%)
(0.21 / 0.00 / 0.07 / 0.47)

CMYK percentages

%20.59
%0
%6.62
%46.67

Codes

Color #6C887F in popluar color models

6C 88 7F
RGB 108 136 127
HSL 161° 11.48% 47.84%
HSB/HSV 161° 20.59% 53.33%
CMYK 20.59% 0.00% 6.62%
46.67%

Color #6C887F in popluar number systems.

HEX 6C 88 7F
Decimal 108 136 127
Binary 1101100 10001000 1111111
Octal 154 210 177

Shades and tints

Shades of #6C887F

#6C887F
(108,136,127)
#637C74
(99,124,116)
#5A7069
(90,112,105)
#51645E
(81,100,94)
#485853
(72,88,83)
#3F4C48
(63,76,72)
#36403D
(54,64,61)
#2D3432
(45,52,50)
#242827
(36,40,39)
#1B1C1C
(27,28,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C887F

#6C887F
(108,136,127)
#79928A
(121,146,138)
#869C95
(134,156,149)
#93A6A0
(147,166,160)
#A0B0AB
(160,176,171)
#ADBAB6
(173,186,182)
#BAC4C1
(186,196,193)
#C7CECC
(199,206,204)
#D4D8D7
(212,216,215)
#E1E2E2
(225,226,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C887F color. Also use rgb(108,136,127) instead hex code.

Text Font Color

.myTextColor { color: #6C887F; }

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

This text font color is #6C887F.

Background Color

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

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

This div background color is #6C887F.

Border color

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

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

This div border color is #6C887F.

Opacity

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

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

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

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

This text has shadow with #6C887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C887F.

Preview

Color preview on black background

This text has color #6C887F on black background.


Color preview on white background

This text has color #6C887F on white background.


Black color preview on #6C887F background

This text has black color on #6C887F background.


White color preview on #6C887F background

This text has white color on #6C887F background.


Related colors

Complementary color

Complementary color for #hex is #937780.


I love getcolorcode.com

Triadic colors

1 #7F6C88 and #887F6C with #6C887F are triadic colors.

2 #7F886C and #886C7F with #6C887F are triadic colors.