COLOR #6C7D5E

HEX: #6C7D5E
RGB: (108,125,94)

Color info

#6C7D5E contains red, green and blue colors in about the same proportion. Web safe color of #6C7D5E is #666666 (or #666).

RGB color model

#6C7D5E color RGB value is (108,125,94).

  • red value is 108;
  • green value is 125;
  • blue value is 94.
RGB:
(108,125,94)
(42%,49%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 94 of 255 = 37%

108
125
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 94 = 327 (100%)
R 108 of 327 ~ 33.03%
G 125 of 327 ~ 38.23%
B 94 of 327 ~ 28.75%

%33.03
%38.23
%28.75

CMYK color model

#6C7D5E color CMYK value is (14,0,25,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(14,0,25,51)
C14M0Y25K51 
(14%,0%,25%,51%)
(0.14/0.00/0.25/0.51)	

CMYK percentages

%13.6
%0
%24.8
%50.98

Codes

Color #6C7D5E in popluar color models

6C7D5E
RGB10812594
HSL93°14.16%42.94%
HSB/HSV93°24.80%49.02%
CMYK13.60%0.00%24.80%
50.98%

Color #6C7D5E in popluar number systems.

HEX6C7D5E
Decimal10812594
Binary110110011111011011110
Octal154175136

Shades and tints

Shades of #6C7D5E

#6C7D5E
(108,125,94)
#637256
(99,114,86)
#5A674E
(90,103,78)
#515C46
(81,92,70)
#48513E
(72,81,62)
#3F4636
(63,70,54)
#363B2E
(54,59,46)
#2D3026
(45,48,38)
#24251E
(36,37,30)
#1B1A16
(27,26,22)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C7D5E

#6C7D5E
(108,125,94)
#79886C
(121,136,108)
#86937A
(134,147,122)
#939E88
(147,158,136)
#A0A996
(160,169,150)
#ADB4A4
(173,180,164)
#BABFB2
(186,191,178)
#C7CAC0
(199,202,192)
#D4D5CE
(212,213,206)
#E1E0DC
(225,224,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7D5E color. Also use rgb(108,125,94) instead hex code.

Text Font Color

.myTextColor { color: #6C7D5E; }

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

This text font color is #6C7D5E.


Background Color

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

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

This div background color is #6C7D5E.


Border color

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

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

This div border color is #6C7D5E.


Opacity

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

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

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

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

This text has shadow with #6C7D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D5E on black background.


Color preview on white background

This text has color #6C7D5E on white background.



Black color preview on #6C7D5E background

This text has black color on #6C7D5E background.


White color preview on #6C7D5E background

This text has white color on #6C7D5E background.