COLOR #6C7464

HEX: #6C7464 RGB: (108,116,100)

Color info

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

RGB color model

#6C7464 color RGB value is (108,116,100).

RGB: (108,116,100) (42%, 45%, 39%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 100 of 255 = 39%

108
116
100

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 100 = 324 (100%)
R 108 of 324 ~ 33.33%
G 116 of 324 ~ 35.8%
B 100 of 324 ~ 30.86'%

%33.33
%35.8
%30.86

CMYK color model

#6C7464 color CMYK value is (7,0,14,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 54.51%

CMYK: (7,0,14,55)
C7M0Y14K55 (7%, 0%, 14%, 55%)
(0.07 / 0.00 / 0.14 / 0.55)

CMYK percentages

%6.9
%0
%13.79
%54.51

Codes

Color #6C7464 in popluar color models

6C 74 64
RGB 108 116 100
HSL 90° 7.41% 42.35%
HSB/HSV 90° 13.79% 45.49%
CMYK 6.90% 0.00% 13.79%
54.51%

Color #6C7464 in popluar number systems.

HEX 6C 74 64
Decimal 108 116 100
Binary 1101100 1110100 1100100
Octal 154 164 144

Shades and tints

Shades of #6C7464

#6C7464
(108,116,100)
#636A5B
(99,106,91)
#5A6052
(90,96,82)
#515649
(81,86,73)
#484C40
(72,76,64)
#3F4237
(63,66,55)
#36382E
(54,56,46)
#2D2E25
(45,46,37)
#24241C
(36,36,28)
#1B1A13
(27,26,19)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6C7464

#6C7464
(108,116,100)
#798072
(121,128,114)
#868C80
(134,140,128)
#93988E
(147,152,142)
#A0A49C
(160,164,156)
#ADB0AA
(173,176,170)
#BABCB8
(186,188,184)
#C7C8C6
(199,200,198)
#D4D4D4
(212,212,212)
#E1E0E2
(225,224,226)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7464; }

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

This text font color is #6C7464.

Background Color

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

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

This div background color is #6C7464.

Border color

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

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

This div border color is #6C7464.

Opacity

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

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

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

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

This text has shadow with #6C7464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7464.

Preview

Color preview on black background

This text has color #6C7464 on black background.


Color preview on white background

This text has color #6C7464 on white background.


Black color preview on #6C7464 background

This text has black color on #6C7464 background.


White color preview on #6C7464 background

This text has white color on #6C7464 background.


Related colors

Complementary color

Complementary color for #hex is #938B9B.


I love getcolorcode.com

Triadic colors

1 #646C74 and #74646C with #6C7464 are triadic colors.

2 #64746C and #746C64 with #6C7464 are triadic colors.