COLOR #6C7A5C

HEX: #6C7A5C
RGB: (108,122,92)

Color info

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

RGB color model

#6C7A5C color RGB value is (108,122,92).

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

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 92 of 255 = 36%

108
122
92

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 92 = 322 (100%)
R 108 of 322 ~ 33.54%
G 122 of 322 ~ 37.89%
B 92 of 322 ~ 28.57%

%33.54
%37.89
%28.57

CMYK color model

#6C7A5C color CMYK value is (11,0,25,52).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(11,0,25,52)
C11M0Y25K52 
(11%,0%,25%,52%)
(0.11/0.00/0.25/0.52)	

CMYK percentages

%11.48
%0
%24.59
%52.16

Codes

Color #6C7A5C in popluar color models

6C7A5C
RGB10812292
HSL88°14.02%41.96%
HSB/HSV88°24.59%47.84%
CMYK11.48%0.00%24.59%
52.16%

Color #6C7A5C in popluar number systems.

HEX6C7A5C
Decimal10812292
Binary110110011110101011100
Octal154172134

Shades and tints

Shades of #6C7A5C

#6C7A5C
(108,122,92)
#636F54
(99,111,84)
#5A644C
(90,100,76)
#515944
(81,89,68)
#484E3C
(72,78,60)
#3F4334
(63,67,52)
#36382C
(54,56,44)
#2D2D24
(45,45,36)
#24221C
(36,34,28)
#1B1714
(27,23,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C7A5C

#6C7A5C
(108,122,92)
#79866A
(121,134,106)
#869278
(134,146,120)
#939E86
(147,158,134)
#A0AA94
(160,170,148)
#ADB6A2
(173,182,162)
#BAC2B0
(186,194,176)
#C7CEBE
(199,206,190)
#D4DACC
(212,218,204)
#E1E6DA
(225,230,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A5C; }

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

This text font color is #6C7A5C.


Background Color

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

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

This div background color is #6C7A5C.


Border color

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

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

This div border color is #6C7A5C.


Opacity

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

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

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

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

This text has shadow with #6C7A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A5C on black background.


Color preview on white background

This text has color #6C7A5C on white background.



Black color preview on #6C7A5C background

This text has black color on #6C7A5C background.


White color preview on #6C7A5C background

This text has white color on #6C7A5C background.