COLOR #6C716D

HEX: #6C716D
RGB: (108,113,109)

Color info

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

RGB color model

#6C716D color RGB value is (108,113,109).

  • red value is 108;
  • green value is 113;
  • blue value is 109.
RGB:
(108,113,109)
(42%,44%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 109 of 255 = 43%

108
113
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 109 = 330 (100%)
R 108 of 330 ~ 32.73%
G 113 of 330 ~ 34.24%
B 109 of 330 ~ 33.03%

%32.73
%34.24
%33.03

CMYK color model

#6C716D color CMYK value is (4,0,4,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(4,0,4,56)
C4M0Y4K56 
(4%,0%,4%,56%)
(0.04/0.00/0.04/0.56)	

CMYK percentages

%4.42
%0
%3.54
%55.69

Codes

Color #6C716D in popluar color models

6C716D
RGB108113109
HSL132°2.26%43.33%
HSB/HSV132°4.42%44.31%
CMYK4.42%0.00%3.54%
55.69%

Color #6C716D in popluar number systems.

HEX6C716D
Decimal108113109
Binary110110011100011101101
Octal154161155

Shades and tints

Shades of #6C716D

#6C716D
(108,113,109)
#636764
(99,103,100)
#5A5D5B
(90,93,91)
#515352
(81,83,82)
#484949
(72,73,73)
#3F3F40
(63,63,64)
#363537
(54,53,55)
#2D2B2E
(45,43,46)
#242125
(36,33,37)
#1B171C
(27,23,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C716D

#6C716D
(108,113,109)
#797D7A
(121,125,122)
#868987
(134,137,135)
#939594
(147,149,148)
#A0A1A1
(160,161,161)
#ADADAE
(173,173,174)
#BAB9BB
(186,185,187)
#C7C5C8
(199,197,200)
#D4D1D5
(212,209,213)
#E1DDE2
(225,221,226)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C716D color. Also use rgb(108,113,109) instead hex code.

Text Font Color

.myTextColor { color: #6C716D; }

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

This text font color is #6C716D.


Background Color

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

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

This div background color is #6C716D.


Border color

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

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

This div border color is #6C716D.


Opacity

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

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

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

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

This text has shadow with #6C716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C716D on black background.


Color preview on white background

This text has color #6C716D on white background.



Black color preview on #6C716D background

This text has black color on #6C716D background.


White color preview on #6C716D background

This text has white color on #6C716D background.