COLOR #6C744F

HEX: #6C744F RGB: (108,116,79)

Color info

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

RGB color model

#6C744F color RGB value is (108,116,79).

RGB: (108,116,79) (42%, 45%, 31%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 79 of 255 = 31%

108
116
79

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 79 = 303 (100%)
R 108 of 303 ~ 35.64%
G 116 of 303 ~ 38.28%
B 79 of 303 ~ 26.07'%

%35.64
%38.28
%26.07

CMYK color model

#6C744F color CMYK value is (7,0,32,55).

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

CMYK: (7,0,32,55)
C7M0Y32K55 (7%, 0%, 32%, 55%)
(0.07 / 0.00 / 0.32 / 0.55)

CMYK percentages

%6.9
%0
%31.9
%54.51

Codes

Color #6C744F in popluar color models

6C 74 4F
RGB 108 116 79
HSL 73° 18.97% 38.24%
HSB/HSV 73° 31.90% 45.49%
CMYK 6.90% 0.00% 31.90%
54.51%

Color #6C744F in popluar number systems.

HEX 6C 74 4F
Decimal 108 116 79
Binary 1101100 1110100 1001111
Octal 154 164 117

Shades and tints

Shades of #6C744F

#6C744F
(108,116,79)
#636A48
(99,106,72)
#5A6041
(90,96,65)
#51563A
(81,86,58)
#484C33
(72,76,51)
#3F422C
(63,66,44)
#363825
(54,56,37)
#2D2E1E
(45,46,30)
#242417
(36,36,23)
#1B1A10
(27,26,16)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #6C744F

#6C744F
(108,116,79)
#79805F
(121,128,95)
#868C6F
(134,140,111)
#93987F
(147,152,127)
#A0A48F
(160,164,143)
#ADB09F
(173,176,159)
#BABCAF
(186,188,175)
#C7C8BF
(199,200,191)
#D4D4CF
(212,212,207)
#E1E0DF
(225,224,223)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C744F; }

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

This text font color is #6C744F.

Background Color

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

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

This div background color is #6C744F.

Border color

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

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

This div border color is #6C744F.

Opacity

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

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

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

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

This text has shadow with #6C744F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C744F.

Preview

Color preview on black background

This text has color #6C744F on black background.


Color preview on white background

This text has color #6C744F on white background.


Black color preview on #6C744F background

This text has black color on #6C744F background.


White color preview on #6C744F background

This text has white color on #6C744F background.


Related colors

Complementary color

Complementary color for #hex is #938BB0.


I love getcolorcode.com

Triadic colors

1 #4F6C74 and #744F6C with #6C744F are triadic colors.

2 #4F746C and #746C4F with #6C744F are triadic colors.