COLOR #6C7A5A

HEX: #6C7A5A
RGB: (108,122,90)

Color info

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

RGB color model

#6C7A5A color RGB value is (108,122,90).

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

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 90 of 255 = 35%

108
122
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 90 = 320 (100%)
R 108 of 320 ~ 33.75%
G 122 of 320 ~ 38.13%
B 90 of 320 ~ 28.13%

%33.75
%38.13
%28.13

CMYK color model

#6C7A5A color CMYK value is (11,0,26,52).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(11,0,26,52)
C11M0Y26K52 
(11%,0%,26%,52%)
(0.11/0.00/0.26/0.52)	

CMYK percentages

%11.48
%0
%26.23
%52.16

Codes

Color #6C7A5A in popluar color models

6C7A5A
RGB10812290
HSL86°15.09%41.57%
HSB/HSV86°26.23%47.84%
CMYK11.48%0.00%26.23%
52.16%

Color #6C7A5A in popluar number systems.

HEX6C7A5A
Decimal10812290
Binary110110011110101011010
Octal154172132

Shades and tints

Shades of #6C7A5A

#6C7A5A
(108,122,90)
#636F52
(99,111,82)
#5A644A
(90,100,74)
#515942
(81,89,66)
#484E3A
(72,78,58)
#3F4332
(63,67,50)
#36382A
(54,56,42)
#2D2D22
(45,45,34)
#24221A
(36,34,26)
#1B1712
(27,23,18)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C7A5A

#6C7A5A
(108,122,90)
#798669
(121,134,105)
#869278
(134,146,120)
#939E87
(147,158,135)
#A0AA96
(160,170,150)
#ADB6A5
(173,182,165)
#BAC2B4
(186,194,180)
#C7CEC3
(199,206,195)
#D4DAD2
(212,218,210)
#E1E6E1
(225,230,225)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A5A; }

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

This text font color is #6C7A5A.


Background Color

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

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

This div background color is #6C7A5A.


Border color

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

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

This div border color is #6C7A5A.


Opacity

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

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

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

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

This text has shadow with #6C7A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A5A on black background.


Color preview on white background

This text has color #6C7A5A on white background.



Black color preview on #6C7A5A background

This text has black color on #6C7A5A background.


White color preview on #6C7A5A background

This text has white color on #6C7A5A background.