COLOR #6C8874

HEX: #6C8874
RGB: (108,136,116)

Color info

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

RGB color model

#6C8874 color RGB value is (108,136,116).

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

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 116 of 255 = 45%

108
136
116

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 116 = 360 (100%)
R 108 of 360 ~ 30%
G 136 of 360 ~ 37.78%
B 116 of 360 ~ 32.22%

%30
%37.78
%32.22

CMYK color model

#6C8874 color CMYK value is (21,0,15,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(21,0,15,47)
C21M0Y15K47 
(21%,0%,15%,47%)
(0.21/0.00/0.15/0.47)	

CMYK percentages

%20.59
%0
%14.71
%46.67

Codes

Color #6C8874 in popluar color models

6C8874
RGB108136116
HSL137°11.48%47.84%
HSB/HSV137°20.59%53.33%
CMYK20.59%0.00%14.71%
46.67%

Color #6C8874 in popluar number systems.

HEX6C8874
Decimal108136116
Binary1101100100010001110100
Octal154210164

Shades and tints

Shades of #6C8874

#6C8874
(108,136,116)
#637C6A
(99,124,106)
#5A7060
(90,112,96)
#516456
(81,100,86)
#48584C
(72,88,76)
#3F4C42
(63,76,66)
#364038
(54,64,56)
#2D342E
(45,52,46)
#242824
(36,40,36)
#1B1C1A
(27,28,26)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C8874

#6C8874
(108,136,116)
#799280
(121,146,128)
#869C8C
(134,156,140)
#93A698
(147,166,152)
#A0B0A4
(160,176,164)
#ADBAB0
(173,186,176)
#BAC4BC
(186,196,188)
#C7CEC8
(199,206,200)
#D4D8D4
(212,216,212)
#E1E2E0
(225,226,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8874; }

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

This text font color is #6C8874.


Background Color

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

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

This div background color is #6C8874.


Border color

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

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

This div border color is #6C8874.


Opacity

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

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

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

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

This text has shadow with #6C8874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8874 on black background.


Color preview on white background

This text has color #6C8874 on white background.



Black color preview on #6C8874 background

This text has black color on #6C8874 background.


White color preview on #6C8874 background

This text has white color on #6C8874 background.