COLOR #6C7F71

HEX: #6C7F71
RGB: (108,127,113)

Color info

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

RGB color model

#6C7F71 color RGB value is (108,127,113).

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

RGB channels and saturation

R 108 of 255 = 42%
G 127 of 255 = 50%
B 113 of 255 = 44%

108
127
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 127 + 113 = 348 (100%)
R 108 of 348 ~ 31.03%
G 127 of 348 ~ 36.49%
B 113 of 348 ~ 32.47%

%31.03
%36.49
%32.47

CMYK color model

#6C7F71 color CMYK value is (15,0,11,50).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(15,0,11,50)
C15M0Y11K50 
(15%,0%,11%,50%)
(0.15/0.00/0.11/0.50)	

CMYK percentages

%14.96
%0
%11.02
%50.2

Codes

Color #6C7F71 in popluar color models

6C7F71
RGB108127113
HSL136°8.09%46.08%
HSB/HSV136°14.96%49.80%
CMYK14.96%0.00%11.02%
50.20%

Color #6C7F71 in popluar number systems.

HEX6C7F71
Decimal108127113
Binary110110011111111110001
Octal154177161

Shades and tints

Shades of #6C7F71

#6C7F71
(108,127,113)
#637467
(99,116,103)
#5A695D
(90,105,93)
#515E53
(81,94,83)
#485349
(72,83,73)
#3F483F
(63,72,63)
#363D35
(54,61,53)
#2D322B
(45,50,43)
#242721
(36,39,33)
#1B1C17
(27,28,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #6C7F71

#6C7F71
(108,127,113)
#798A7D
(121,138,125)
#869589
(134,149,137)
#93A095
(147,160,149)
#A0ABA1
(160,171,161)
#ADB6AD
(173,182,173)
#BAC1B9
(186,193,185)
#C7CCC5
(199,204,197)
#D4D7D1
(212,215,209)
#E1E2DD
(225,226,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7F71; }

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

This text font color is #6C7F71.


Background Color

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

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

This div background color is #6C7F71.


Border color

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

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

This div border color is #6C7F71.


Opacity

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

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

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

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

This text has shadow with #6C7F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7F71 on black background.


Color preview on white background

This text has color #6C7F71 on white background.



Black color preview on #6C7F71 background

This text has black color on #6C7F71 background.


White color preview on #6C7F71 background

This text has white color on #6C7F71 background.