COLOR #6C724D

HEX: #6C724D RGB: (108,114,77)

Color info

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

RGB color model

#6C724D color RGB value is (108,114,77).

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

RGB channels and saturation

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

108
114
77

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

Portions of RGB colors in percentages

R + G + B = 108 + 114 + 77 = 299 (100%)
R 108 of 299 ~ 36.12%
G 114 of 299 ~ 38.13%
B 77 of 299 ~ 25.75'%

%36.12
%38.13
%25.75

CMYK color model

#6C724D color CMYK value is (5,0,32,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK: (5,0,32,55) C5M0Y32K55 (5%,0%,32%,55%) (0.05/0.00/0.32/0.55) 

CMYK percentages

%5.26
%0
%32.46
%55.29

Codes

Color #6C724D in popluar color models

6C 72 4D
RGB 108 114 77
HSL 70° 19.37% 37.45%
HSB/HSV 70° 32.46% 44.71%
CMYK 5.26% 0.00% 32.46%
55.29%

Color #6C724D in popluar number systems.

HEX 6C 72 4D
Decimal 108 114 77
Binary 1101100 1110010 1001101
Octal 154 162 115

Shades and tints

Shades of #6C724D

#6C724D
(108,114,77)
#636846
(99,104,70)
#5A5E3F
(90,94,63)
#515438
(81,84,56)
#484A31
(72,74,49)
#3F402A
(63,64,42)
#363623
(54,54,35)
#2D2C1C
(45,44,28)
#242215
(36,34,21)
#1B180E
(27,24,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #6C724D

#6C724D
(108,114,77)
#797E5D
(121,126,93)
#868A6D
(134,138,109)
#93967D
(147,150,125)
#A0A28D
(160,162,141)
#ADAE9D
(173,174,157)
#BABAAD
(186,186,173)
#C7C6BD
(199,198,189)
#D4D2CD
(212,210,205)
#E1DEDD
(225,222,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C724D; }

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

This text font color is #6C724D.

Background Color

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

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

This div background color is #6C724D.

Border color

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

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

This div border color is #6C724D.

Opacity

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

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

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

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

This text has shadow with #6C724D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C724D.

Preview

Color preview on black background

This text has color #6C724D on black background.


Color preview on white background

This text has color #6C724D on white background.


Black color preview on #6C724D background

This text has black color on #6C724D background.


White color preview on #6C724D background

This text has white color on #6C724D background.


Related colors

Complementary color

Complementary color for #hex is #938DB2.


I love getcolorcode.com

Triadic colors

1 #4D6C72 and #724D6C with #6C724D are triadic colors.

2 #4D726C and #726C4D with #6C724D are triadic colors.