COLOR #6C744D

HEX: #6C744D RGB: (108,116,77)

Color info

#6C744D contains red, green and blue colors in about the same proportion. Web safe color of #6C744D is #666633 (or #663).

RGB color model

#6C744D color RGB value is (108,116,77).

RGB: (108,116,77) (42%, 45%, 30%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 77 of 255 = 30%

108
116
77

R + G + B ~ 39%. #6C744D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 77 = 301 (100%)
R 108 of 301 ~ 35.88%
G 116 of 301 ~ 38.54%
B 77 of 301 ~ 25.58'%

%35.88
%38.54
%25.58

CMYK color model

#6C744D color CMYK value is (7,0,34,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK: (7,0,34,55) C7M0Y34K55 (7%,0%,34%,55%) (0.07/0.00/0.34/0.55) 

CMYK percentages

%6.9
%0
%33.62
%54.51

Codes

Color #6C744D in popluar color models

6C 74 4D
RGB 108 116 77
HSL 72° 20.21% 37.84%
HSB/HSV 72° 33.62% 45.49%
CMYK 6.90% 0.00% 33.62%
54.51%

Color #6C744D in popluar number systems.

HEX 6C 74 4D
Decimal 108 116 77
Binary 1101100 1110100 1001101
Octal 154 164 115

Shades and tints

Shades of #6C744D

#6C744D
(108,116,77)
#636A46
(99,106,70)
#5A603F
(90,96,63)
#515638
(81,86,56)
#484C31
(72,76,49)
#3F422A
(63,66,42)
#363823
(54,56,35)
#2D2E1C
(45,46,28)
#242415
(36,36,21)
#1B1A0E
(27,26,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #6C744D

#6C744D
(108,116,77)
#79805D
(121,128,93)
#868C6D
(134,140,109)
#93987D
(147,152,125)
#A0A48D
(160,164,141)
#ADB09D
(173,176,157)
#BABCAD
(186,188,173)
#C7C8BD
(199,200,189)
#D4D4CD
(212,212,205)
#E1E0DD
(225,224,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C744D; }

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

This text font color is #6C744D.

Background Color

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

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

This div background color is #6C744D.

Border color

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

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

This div border color is #6C744D.

Opacity

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

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

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

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

This text has shadow with #6C744D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C744D.

Preview

Color preview on black background

This text has color #6C744D on black background.


Color preview on white background

This text has color #6C744D on white background.


Black color preview on #6C744D background

This text has black color on #6C744D background.


White color preview on #6C744D background

This text has white color on #6C744D background.


Related colors

Complementary color

Complementary color for #hex is #938BB2.


I love getcolorcode.com

Triadic colors

1 #4D6C74 and #744D6C with #6C744D are triadic colors.

2 #4D746C and #746C4D with #6C744D are triadic colors.