COLOR #6C8572

HEX: #6C8572
RGB: (108,133,114)

Color info

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

RGB color model

#6C8572 color RGB value is (108,133,114).

  • red value is 108;
  • green value is 133;
  • blue value is 114.
RGB:
(108,133,114)
(42%,52%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 114 of 255 = 45%

108
133
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 114 = 355 (100%)
R 108 of 355 ~ 30.42%
G 133 of 355 ~ 37.46%
B 114 of 355 ~ 32.11%

%30.42
%37.46
%32.11

CMYK color model

#6C8572 color CMYK value is (19,0,14,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(19,0,14,48)
C19M0Y14K48 
(19%,0%,14%,48%)
(0.19/0.00/0.14/0.48)	

CMYK percentages

%18.8
%0
%14.29
%47.84

Codes

Color #6C8572 in popluar color models

6C8572
RGB108133114
HSL134°10.37%47.25%
HSB/HSV134°18.80%52.16%
CMYK18.80%0.00%14.29%
47.84%

Color #6C8572 in popluar number systems.

HEX6C8572
Decimal108133114
Binary1101100100001011110010
Octal154205162

Shades and tints

Shades of #6C8572

#6C8572
(108,133,114)
#637968
(99,121,104)
#5A6D5E
(90,109,94)
#516154
(81,97,84)
#48554A
(72,85,74)
#3F4940
(63,73,64)
#363D36
(54,61,54)
#2D312C
(45,49,44)
#242522
(36,37,34)
#1B1918
(27,25,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C8572

#6C8572
(108,133,114)
#79907E
(121,144,126)
#869B8A
(134,155,138)
#93A696
(147,166,150)
#A0B1A2
(160,177,162)
#ADBCAE
(173,188,174)
#BAC7BA
(186,199,186)
#C7D2C6
(199,210,198)
#D4DDD2
(212,221,210)
#E1E8DE
(225,232,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8572 color. Also use rgb(108,133,114) instead hex code.

Text Font Color

.myTextColor { color: #6C8572; }

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

This text font color is #6C8572.


Background Color

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

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

This div background color is #6C8572.


Border color

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

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

This div border color is #6C8572.


Opacity

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

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

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

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

This text has shadow with #6C8572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8572 on black background.


Color preview on white background

This text has color #6C8572 on white background.



Black color preview on #6C8572 background

This text has black color on #6C8572 background.


White color preview on #6C8572 background

This text has white color on #6C8572 background.