COLOR #6C7371

HEX: #6C7371
RGB: (108,115,113)

Color info

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

RGB color model

#6C7371 color RGB value is (108,115,113).

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

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 113 of 255 = 44%

108
115
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 113 = 336 (100%)
R 108 of 336 ~ 32.14%
G 115 of 336 ~ 34.23%
B 113 of 336 ~ 33.63%

%32.14
%34.23
%33.63

CMYK color model

#6C7371 color CMYK value is (6,0,2,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(6,0,2,55)
C6M0Y2K55 
(6%,0%,2%,55%)
(0.06/0.00/0.02/0.55)	

CMYK percentages

%6.09
%0
%1.74
%54.9

Codes

Color #6C7371 in popluar color models

6C7371
RGB108115113
HSL163°3.14%43.73%
HSB/HSV163°6.09%45.10%
CMYK6.09%0.00%1.74%
54.90%

Color #6C7371 in popluar number systems.

HEX6C7371
Decimal108115113
Binary110110011100111110001
Octal154163161

Shades and tints

Shades of #6C7371

#6C7371
(108,115,113)
#636967
(99,105,103)
#5A5F5D
(90,95,93)
#515553
(81,85,83)
#484B49
(72,75,73)
#3F413F
(63,65,63)
#363735
(54,55,53)
#2D2D2B
(45,45,43)
#242321
(36,35,33)
#1B1917
(27,25,23)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C7371

#6C7371
(108,115,113)
#797F7D
(121,127,125)
#868B89
(134,139,137)
#939795
(147,151,149)
#A0A3A1
(160,163,161)
#ADAFAD
(173,175,173)
#BABBB9
(186,187,185)
#C7C7C5
(199,199,197)
#D4D3D1
(212,211,209)
#E1DFDD
(225,223,221)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7371; }

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

This text font color is #6C7371.


Background Color

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

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

This div background color is #6C7371.


Border color

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

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

This div border color is #6C7371.


Opacity

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

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

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

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

This text has shadow with #6C7371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7371 on black background.


Color preview on white background

This text has color #6C7371 on white background.



Black color preview on #6C7371 background

This text has black color on #6C7371 background.


White color preview on #6C7371 background

This text has white color on #6C7371 background.