COLOR #6C7E5F

HEX: #6C7E5F
RGB: (108,126,95)

Color info

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

RGB color model

#6C7E5F color RGB value is (108,126,95).

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

RGB channels and saturation

R 108 of 255 = 42%
G 126 of 255 = 49%
B 95 of 255 = 37%

108
126
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 95 = 329 (100%)
R 108 of 329 ~ 32.83%
G 126 of 329 ~ 38.3%
B 95 of 329 ~ 28.88%

%32.83
%38.3
%28.88

CMYK color model

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

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

CMYK percentages

%14.29
%0
%24.6
%50.59

Codes

Color #6C7E5F in popluar color models

6C7E5F
RGB10812695
HSL95°14.03%43.33%
HSB/HSV95°24.60%49.41%
CMYK14.29%0.00%24.60%
50.59%

Color #6C7E5F in popluar number systems.

HEX6C7E5F
Decimal10812695
Binary110110011111101011111
Octal154176137

Shades and tints

Shades of #6C7E5F

#6C7E5F
(108,126,95)
#637357
(99,115,87)
#5A684F
(90,104,79)
#515D47
(81,93,71)
#48523F
(72,82,63)
#3F4737
(63,71,55)
#363C2F
(54,60,47)
#2D3127
(45,49,39)
#24261F
(36,38,31)
#1B1B17
(27,27,23)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C7E5F

#6C7E5F
(108,126,95)
#79896D
(121,137,109)
#86947B
(134,148,123)
#939F89
(147,159,137)
#A0AA97
(160,170,151)
#ADB5A5
(173,181,165)
#BAC0B3
(186,192,179)
#C7CBC1
(199,203,193)
#D4D6CF
(212,214,207)
#E1E1DD
(225,225,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7E5F color. Also use rgb(108,126,95) instead hex code.

Text Font Color

.myTextColor { color: #6C7E5F; }

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

This text font color is #6C7E5F.


Background Color

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

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

This div background color is #6C7E5F.


Border color

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

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

This div border color is #6C7E5F.


Opacity

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

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

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

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

This text has shadow with #6C7E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7E5F on black background.


Color preview on white background

This text has color #6C7E5F on white background.



Black color preview on #6C7E5F background

This text has black color on #6C7E5F background.


White color preview on #6C7E5F background

This text has white color on #6C7E5F background.