COLOR #6C8571

HEX: #6C8571
RGB: (108,133,113)

Color info

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

RGB color model

#6C8571 color RGB value is (108,133,113).

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

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 113 of 255 = 44%

108
133
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 113 = 354 (100%)
R 108 of 354 ~ 30.51%
G 133 of 354 ~ 37.57%
B 113 of 354 ~ 31.92%

%30.51
%37.57
%31.92

CMYK color model

#6C8571 color CMYK value is (19,0,15,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 47.84%
CMYK:
(19,0,15,48)
C19M0Y15K48 
(19%,0%,15%,48%)
(0.19/0.00/0.15/0.48)	

CMYK percentages

%18.8
%0
%15.04
%47.84

Codes

Color #6C8571 in popluar color models

6C8571
RGB108133113
HSL132°10.37%47.25%
HSB/HSV132°18.80%52.16%
CMYK18.80%0.00%15.04%
47.84%

Color #6C8571 in popluar number systems.

HEX6C8571
Decimal108133113
Binary1101100100001011110001
Octal154205161

Shades and tints

Shades of #6C8571

#6C8571
(108,133,113)
#637967
(99,121,103)
#5A6D5D
(90,109,93)
#516153
(81,97,83)
#485549
(72,85,73)
#3F493F
(63,73,63)
#363D35
(54,61,53)
#2D312B
(45,49,43)
#242521
(36,37,33)
#1B1917
(27,25,23)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #6C8571

#6C8571
(108,133,113)
#79907D
(121,144,125)
#869B89
(134,155,137)
#93A695
(147,166,149)
#A0B1A1
(160,177,161)
#ADBCAD
(173,188,173)
#BAC7B9
(186,199,185)
#C7D2C5
(199,210,197)
#D4DDD1
(212,221,209)
#E1E8DD
(225,232,221)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8571; }

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

This text font color is #6C8571.


Background Color

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

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

This div background color is #6C8571.


Border color

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

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

This div border color is #6C8571.


Opacity

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

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

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

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

This text has shadow with #6C8571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8571 on black background.


Color preview on white background

This text has color #6C8571 on white background.



Black color preview on #6C8571 background

This text has black color on #6C8571 background.


White color preview on #6C8571 background

This text has white color on #6C8571 background.