COLOR #6C7746

HEX: #6C7746
RGB: (108,119,70)

Color info

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

RGB color model

#6C7746 color RGB value is (108,119,70).

  • red value is 108;
  • green value is 119;
  • blue value is 70.
RGB:
(108,119,70)
(42%,47%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 70 of 255 = 27%

108
119
70

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 70 = 297 (100%)
R 108 of 297 ~ 36.36%
G 119 of 297 ~ 40.07%
B 70 of 297 ~ 23.57%

%36.36
%40.07
%23.57

CMYK color model

#6C7746 color CMYK value is (9,0,41,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(9,0,41,53)
C9M0Y41K53 
(9%,0%,41%,53%)
(0.09/0.00/0.41/0.53)	

CMYK percentages

%9.24
%0
%41.18
%53.33

Codes

Color #6C7746 in popluar color models

6C7746
RGB10811970
HSL73°25.93%37.06%
HSB/HSV73°41.18%46.67%
CMYK9.24%0.00%41.18%
53.33%

Color #6C7746 in popluar number systems.

HEX6C7746
Decimal10811970
Binary110110011101111000110
Octal154167106

Shades and tints

Shades of #6C7746

#6C7746
(108,119,70)
#636D40
(99,109,64)
#5A633A
(90,99,58)
#515934
(81,89,52)
#484F2E
(72,79,46)
#3F4528
(63,69,40)
#363B22
(54,59,34)
#2D311C
(45,49,28)
#242716
(36,39,22)
#1B1D10
(27,29,16)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #6C7746

#6C7746
(108,119,70)
#798356
(121,131,86)
#868F66
(134,143,102)
#939B76
(147,155,118)
#A0A786
(160,167,134)
#ADB396
(173,179,150)
#BABFA6
(186,191,166)
#C7CBB6
(199,203,182)
#D4D7C6
(212,215,198)
#E1E3D6
(225,227,214)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7746 color. Also use rgb(108,119,70) instead hex code.

Text Font Color

.myTextColor { color: #6C7746; }

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

This text font color is #6C7746.


Background Color

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

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

This div background color is #6C7746.


Border color

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

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

This div border color is #6C7746.


Opacity

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

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

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

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

This text has shadow with #6C7746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7746 on black background.


Color preview on white background

This text has color #6C7746 on white background.



Black color preview on #6C7746 background

This text has black color on #6C7746 background.


White color preview on #6C7746 background

This text has white color on #6C7746 background.