COLOR #6C7847

HEX: #6C7847
RGB: (108,120,71)

Color info

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

RGB color model

#6C7847 color RGB value is (108,120,71).

  • red value is 108;
  • green value is 120;
  • blue value is 71.
RGB:
(108,120,71)
(42%,47%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 71 of 255 = 28%

108
120
71

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

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 71 = 299 (100%)
R 108 of 299 ~ 36.12%
G 120 of 299 ~ 40.13%
B 71 of 299 ~ 23.75%

%36.12
%40.13
%23.75

CMYK color model

#6C7847 color CMYK value is (10,0,41,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 52.94%
CMYK:
(10,0,41,53)
C10M0Y41K53 
(10%,0%,41%,53%)
(0.10/0.00/0.41/0.53)	

CMYK percentages

%10
%0
%40.83
%52.94

Codes

Color #6C7847 in popluar color models

6C7847
RGB10812071
HSL75°25.65%37.45%
HSB/HSV75°40.83%47.06%
CMYK10.00%0.00%40.83%
52.94%

Color #6C7847 in popluar number systems.

HEX6C7847
Decimal10812071
Binary110110011110001000111
Octal154170107

Shades and tints

Shades of #6C7847

#6C7847
(108,120,71)
#636E41
(99,110,65)
#5A643B
(90,100,59)
#515A35
(81,90,53)
#48502F
(72,80,47)
#3F4629
(63,70,41)
#363C23
(54,60,35)
#2D321D
(45,50,29)
#242817
(36,40,23)
#1B1E11
(27,30,17)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #6C7847

#6C7847
(108,120,71)
#798457
(121,132,87)
#869067
(134,144,103)
#939C77
(147,156,119)
#A0A887
(160,168,135)
#ADB497
(173,180,151)
#BAC0A7
(186,192,167)
#C7CCB7
(199,204,183)
#D4D8C7
(212,216,199)
#E1E4D7
(225,228,215)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7847 color. Also use rgb(108,120,71) instead hex code.

Text Font Color

.myTextColor { color: #6C7847; }

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

This text font color is #6C7847.


Background Color

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

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

This div background color is #6C7847.


Border color

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

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

This div border color is #6C7847.


Opacity

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

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

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

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

This text has shadow with #6C7847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7847 on black background.


Color preview on white background

This text has color #6C7847 on white background.



Black color preview on #6C7847 background

This text has black color on #6C7847 background.


White color preview on #6C7847 background

This text has white color on #6C7847 background.