COLOR #6C7A5F

HEX: #6C7A5F
RGB: (108,122,95)

Color info

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

RGB color model

#6C7A5F color RGB value is (108,122,95).

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

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 95 of 255 = 37%

108
122
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 95 = 325 (100%)
R 108 of 325 ~ 33.23%
G 122 of 325 ~ 37.54%
B 95 of 325 ~ 29.23%

%33.23
%37.54
%29.23

CMYK color model

#6C7A5F color CMYK value is (11,0,22,52).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(11,0,22,52)
C11M0Y22K52 
(11%,0%,22%,52%)
(0.11/0.00/0.22/0.52)	

CMYK percentages

%11.48
%0
%22.13
%52.16

Codes

Color #6C7A5F in popluar color models

6C7A5F
RGB10812295
HSL91°12.44%42.55%
HSB/HSV91°22.13%47.84%
CMYK11.48%0.00%22.13%
52.16%

Color #6C7A5F in popluar number systems.

HEX6C7A5F
Decimal10812295
Binary110110011110101011111
Octal154172137

Shades and tints

Shades of #6C7A5F

#6C7A5F
(108,122,95)
#636F57
(99,111,87)
#5A644F
(90,100,79)
#515947
(81,89,71)
#484E3F
(72,78,63)
#3F4337
(63,67,55)
#36382F
(54,56,47)
#2D2D27
(45,45,39)
#24221F
(36,34,31)
#1B1717
(27,23,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C7A5F

#6C7A5F
(108,122,95)
#79866D
(121,134,109)
#86927B
(134,146,123)
#939E89
(147,158,137)
#A0AA97
(160,170,151)
#ADB6A5
(173,182,165)
#BAC2B3
(186,194,179)
#C7CEC1
(199,206,193)
#D4DACF
(212,218,207)
#E1E6DD
(225,230,221)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A5F; }

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

This text font color is #6C7A5F.


Background Color

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

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

This div background color is #6C7A5F.


Border color

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

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

This div border color is #6C7A5F.


Opacity

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

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

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

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

This text has shadow with #6C7A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A5F on black background.


Color preview on white background

This text has color #6C7A5F on white background.



Black color preview on #6C7A5F background

This text has black color on #6C7A5F background.


White color preview on #6C7A5F background

This text has white color on #6C7A5F background.