COLOR #6C884E

HEX: #6C884E
RGB: (108,136,78)

Color info

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

RGB color model

#6C884E color RGB value is (108,136,78).

  • red value is 108;
  • green value is 136;
  • blue value is 78.
RGB:
(108,136,78)
(42%,53%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 78 of 255 = 31%

108
136
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 78 = 322 (100%)
R 108 of 322 ~ 33.54%
G 136 of 322 ~ 42.24%
B 78 of 322 ~ 24.22%

%33.54
%42.24
%24.22

CMYK color model

#6C884E color CMYK value is (21,0,43,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(21,0,43,47)
C21M0Y43K47 
(21%,0%,43%,47%)
(0.21/0.00/0.43/0.47)	

CMYK percentages

%20.59
%0
%42.65
%46.67

Codes

Color #6C884E in popluar color models

6C884E
RGB10813678
HSL89°27.10%41.96%
HSB/HSV89°42.65%53.33%
CMYK20.59%0.00%42.65%
46.67%

Color #6C884E in popluar number systems.

HEX6C884E
Decimal10813678
Binary1101100100010001001110
Octal154210116

Shades and tints

Shades of #6C884E

#6C884E
(108,136,78)
#637C47
(99,124,71)
#5A7040
(90,112,64)
#516439
(81,100,57)
#485832
(72,88,50)
#3F4C2B
(63,76,43)
#364024
(54,64,36)
#2D341D
(45,52,29)
#242816
(36,40,22)
#1B1C0F
(27,28,15)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #6C884E

#6C884E
(108,136,78)
#79925E
(121,146,94)
#869C6E
(134,156,110)
#93A67E
(147,166,126)
#A0B08E
(160,176,142)
#ADBA9E
(173,186,158)
#BAC4AE
(186,196,174)
#C7CEBE
(199,206,190)
#D4D8CE
(212,216,206)
#E1E2DE
(225,226,222)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C884E; }

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

This text font color is #6C884E.


Background Color

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

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

This div background color is #6C884E.


Border color

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

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

This div border color is #6C884E.


Opacity

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

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

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

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

This text has shadow with #6C884E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C884E on black background.


Color preview on white background

This text has color #6C884E on white background.



Black color preview on #6C884E background

This text has black color on #6C884E background.


White color preview on #6C884E background

This text has white color on #6C884E background.