COLOR #6C724C

HEX: #6C724C
RGB: (108,114,76)

Color info

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

RGB color model

#6C724C color RGB value is (108,114,76).

  • red value is 108;
  • green value is 114;
  • blue value is 76.
RGB:
(108,114,76)
(42%,45%,30%)

RGB channels and saturation

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

108
114
76

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 76 = 298 (100%)
R 108 of 298 ~ 36.24%
G 114 of 298 ~ 38.26%
B 76 of 298 ~ 25.5%

%36.24
%38.26
%25.5

CMYK color model

#6C724C color CMYK value is (5,0,33,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(5,0,33,55)
C5M0Y33K55 
(5%,0%,33%,55%)
(0.05/0.00/0.33/0.55)	

CMYK percentages

%5.26
%0
%33.33
%55.29

Codes

Color #6C724C in popluar color models

6C724C
RGB10811476
HSL69°20.00%37.25%
HSB/HSV69°33.33%44.71%
CMYK5.26%0.00%33.33%
55.29%

Color #6C724C in popluar number systems.

HEX6C724C
Decimal10811476
Binary110110011100101001100
Octal154162114

Shades and tints

Shades of #6C724C

#6C724C
(108,114,76)
#636846
(99,104,70)
#5A5E40
(90,94,64)
#51543A
(81,84,58)
#484A34
(72,74,52)
#3F402E
(63,64,46)
#363628
(54,54,40)
#2D2C22
(45,44,34)
#24221C
(36,34,28)
#1B1816
(27,24,22)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C724C

#6C724C
(108,114,76)
#797E5C
(121,126,92)
#868A6C
(134,138,108)
#93967C
(147,150,124)
#A0A28C
(160,162,140)
#ADAE9C
(173,174,156)
#BABAAC
(186,186,172)
#C7C6BC
(199,198,188)
#D4D2CC
(212,210,204)
#E1DEDC
(225,222,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C724C; }

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

This text font color is #6C724C.


Background Color

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

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

This div background color is #6C724C.


Border color

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

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

This div border color is #6C724C.


Opacity

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

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

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

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

This text has shadow with #6C724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C724C on black background.


Color preview on white background

This text has color #6C724C on white background.



Black color preview on #6C724C background

This text has black color on #6C724C background.


White color preview on #6C724C background

This text has white color on #6C724C background.