COLOR #6C7D4E

HEX: #6C7D4E
RGB: (108,125,78)

Color info

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

RGB color model

#6C7D4E color RGB value is (108,125,78).

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

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 78 of 255 = 31%

108
125
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 78 = 311 (100%)
R 108 of 311 ~ 34.73%
G 125 of 311 ~ 40.19%
B 78 of 311 ~ 25.08%

%34.73
%40.19
%25.08

CMYK color model

#6C7D4E color CMYK value is (14,0,38,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(14,0,38,51)
C14M0Y38K51 
(14%,0%,38%,51%)
(0.14/0.00/0.38/0.51)	

CMYK percentages

%13.6
%0
%37.6
%50.98

Codes

Color #6C7D4E in popluar color models

6C7D4E
RGB10812578
HSL82°23.15%39.80%
HSB/HSV82°37.60%49.02%
CMYK13.60%0.00%37.60%
50.98%

Color #6C7D4E in popluar number systems.

HEX6C7D4E
Decimal10812578
Binary110110011111011001110
Octal154175116

Shades and tints

Shades of #6C7D4E

#6C7D4E
(108,125,78)
#637247
(99,114,71)
#5A6740
(90,103,64)
#515C39
(81,92,57)
#485132
(72,81,50)
#3F462B
(63,70,43)
#363B24
(54,59,36)
#2D301D
(45,48,29)
#242516
(36,37,22)
#1B1A0F
(27,26,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #6C7D4E

#6C7D4E
(108,125,78)
#79885E
(121,136,94)
#86936E
(134,147,110)
#939E7E
(147,158,126)
#A0A98E
(160,169,142)
#ADB49E
(173,180,158)
#BABFAE
(186,191,174)
#C7CABE
(199,202,190)
#D4D5CE
(212,213,206)
#E1E0DE
(225,224,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7D4E; }

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

This text font color is #6C7D4E.


Background Color

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

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

This div background color is #6C7D4E.


Border color

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

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

This div border color is #6C7D4E.


Opacity

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

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

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

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

This text has shadow with #6C7D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D4E on black background.


Color preview on white background

This text has color #6C7D4E on white background.



Black color preview on #6C7D4E background

This text has black color on #6C7D4E background.


White color preview on #6C7D4E background

This text has white color on #6C7D4E background.