COLOR #6C704C

HEX: #6C704C
RGB: (108,112,76)

Color info

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

RGB color model

#6C704C color RGB value is (108,112,76).

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

RGB channels and saturation

R 108 of 255 = 42%
G 112 of 255 = 44%
B 76 of 255 = 30%

108
112
76

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

Portions of RGB colors in percentages

R + G + B =
108 + 112 + 76 = 296 (100%)
R 108 of 296 ~ 36.49%
G 112 of 296 ~ 37.84%
B 76 of 296 ~ 25.68%

%36.49
%37.84
%25.68

CMYK color model

#6C704C color CMYK value is (4,0,32,56).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 56.08%
CMYK:
(4,0,32,56)
C4M0Y32K56 
(4%,0%,32%,56%)
(0.04/0.00/0.32/0.56)	

CMYK percentages

%3.57
%0
%32.14
%56.08

Codes

Color #6C704C in popluar color models

6C704C
RGB10811276
HSL67°19.15%36.86%
HSB/HSV67°32.14%43.92%
CMYK3.57%0.00%32.14%
56.08%

Color #6C704C in popluar number systems.

HEX6C704C
Decimal10811276
Binary110110011100001001100
Octal154160114

Shades and tints

Shades of #6C704C

#6C704C
(108,112,76)
#636646
(99,102,70)
#5A5C40
(90,92,64)
#51523A
(81,82,58)
#484834
(72,72,52)
#3F3E2E
(63,62,46)
#363428
(54,52,40)
#2D2A22
(45,42,34)
#24201C
(36,32,28)
#1B1616
(27,22,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C704C

#6C704C
(108,112,76)
#797D5C
(121,125,92)
#868A6C
(134,138,108)
#93977C
(147,151,124)
#A0A48C
(160,164,140)
#ADB19C
(173,177,156)
#BABEAC
(186,190,172)
#C7CBBC
(199,203,188)
#D4D8CC
(212,216,204)
#E1E5DC
(225,229,220)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C704C; }

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

This text font color is #6C704C.


Background Color

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

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

This div background color is #6C704C.


Border color

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

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

This div border color is #6C704C.


Opacity

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

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

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

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

This text has shadow with #6C704C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C704C on black background.


Color preview on white background

This text has color #6C704C on white background.



Black color preview on #6C704C background

This text has black color on #6C704C background.


White color preview on #6C704C background

This text has white color on #6C704C background.