COLOR #6C7467

HEX: #6C7467
RGB: (108,116,103)

Color info

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

RGB color model

#6C7467 color RGB value is (108,116,103).

  • red value is 108;
  • green value is 116;
  • blue value is 103.
RGB:
(108,116,103)
(42%,45%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 103 of 255 = 40%

108
116
103

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 103 = 327 (100%)
R 108 of 327 ~ 33.03%
G 116 of 327 ~ 35.47%
B 103 of 327 ~ 31.5%

%33.03
%35.47
%31.5

CMYK color model

#6C7467 color CMYK value is (7,0,11,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(7,0,11,55)
C7M0Y11K55 
(7%,0%,11%,55%)
(0.07/0.00/0.11/0.55)	

CMYK percentages

%6.9
%0
%11.21
%54.51

Codes

Color #6C7467 in popluar color models

6C7467
RGB108116103
HSL97°5.94%42.94%
HSB/HSV97°11.21%45.49%
CMYK6.90%0.00%11.21%
54.51%

Color #6C7467 in popluar number systems.

HEX6C7467
Decimal108116103
Binary110110011101001100111
Octal154164147

Shades and tints

Shades of #6C7467

#6C7467
(108,116,103)
#636A5E
(99,106,94)
#5A6055
(90,96,85)
#51564C
(81,86,76)
#484C43
(72,76,67)
#3F423A
(63,66,58)
#363831
(54,56,49)
#2D2E28
(45,46,40)
#24241F
(36,36,31)
#1B1A16
(27,26,22)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C7467

#6C7467
(108,116,103)
#798074
(121,128,116)
#868C81
(134,140,129)
#93988E
(147,152,142)
#A0A49B
(160,164,155)
#ADB0A8
(173,176,168)
#BABCB5
(186,188,181)
#C7C8C2
(199,200,194)
#D4D4CF
(212,212,207)
#E1E0DC
(225,224,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7467 color. Also use rgb(108,116,103) instead hex code.

Text Font Color

.myTextColor { color: #6C7467; }

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

This text font color is #6C7467.


Background Color

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

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

This div background color is #6C7467.


Border color

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

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

This div border color is #6C7467.


Opacity

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

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

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

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

This text has shadow with #6C7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7467 on black background.


Color preview on white background

This text has color #6C7467 on white background.



Black color preview on #6C7467 background

This text has black color on #6C7467 background.


White color preview on #6C7467 background

This text has white color on #6C7467 background.