COLOR #6C7D5B

HEX: #6C7D5B
RGB: (108,125,91)

Color info

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

RGB color model

#6C7D5B color RGB value is (108,125,91).

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

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 91 of 255 = 36%

108
125
91

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 91 = 324 (100%)
R 108 of 324 ~ 33.33%
G 125 of 324 ~ 38.58%
B 91 of 324 ~ 28.09%

%33.33
%38.58
%28.09

CMYK color model

#6C7D5B color CMYK value is (14,0,27,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(14,0,27,51)
C14M0Y27K51 
(14%,0%,27%,51%)
(0.14/0.00/0.27/0.51)	

CMYK percentages

%13.6
%0
%27.2
%50.98

Codes

Color #6C7D5B in popluar color models

6C7D5B
RGB10812591
HSL90°15.74%42.35%
HSB/HSV90°27.20%49.02%
CMYK13.60%0.00%27.20%
50.98%

Color #6C7D5B in popluar number systems.

HEX6C7D5B
Decimal10812591
Binary110110011111011011011
Octal154175133

Shades and tints

Shades of #6C7D5B

#6C7D5B
(108,125,91)
#637253
(99,114,83)
#5A674B
(90,103,75)
#515C43
(81,92,67)
#48513B
(72,81,59)
#3F4633
(63,70,51)
#363B2B
(54,59,43)
#2D3023
(45,48,35)
#24251B
(36,37,27)
#1B1A13
(27,26,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C7D5B

#6C7D5B
(108,125,91)
#798869
(121,136,105)
#869377
(134,147,119)
#939E85
(147,158,133)
#A0A993
(160,169,147)
#ADB4A1
(173,180,161)
#BABFAF
(186,191,175)
#C7CABD
(199,202,189)
#D4D5CB
(212,213,203)
#E1E0D9
(225,224,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7D5B; }

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

This text font color is #6C7D5B.


Background Color

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

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

This div background color is #6C7D5B.


Border color

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

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

This div border color is #6C7D5B.


Opacity

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

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

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

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

This text has shadow with #6C7D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D5B on black background.


Color preview on white background

This text has color #6C7D5B on white background.



Black color preview on #6C7D5B background

This text has black color on #6C7D5B background.


White color preview on #6C7D5B background

This text has white color on #6C7D5B background.