COLOR #6C7843

HEX: #6C7843
RGB: (108,120,67)

Color info

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

RGB color model

#6C7843 color RGB value is (108,120,67).

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

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 67 of 255 = 26%

108
120
67

R + G + B ~ 38%. #6C7843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 67 = 295 (100%)
R 108 of 295 ~ 36.61%
G 120 of 295 ~ 40.68%
B 67 of 295 ~ 22.71%

%36.61
%40.68
%22.71

CMYK color model

#6C7843 color CMYK value is (10,0,44,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 52.94%
CMYK:
(10,0,44,53)
C10M0Y44K53 
(10%,0%,44%,53%)
(0.10/0.00/0.44/0.53)	

CMYK percentages

%10
%0
%44.17
%52.94

Codes

Color #6C7843 in popluar color models

6C7843
RGB10812067
HSL74°28.34%36.67%
HSB/HSV74°44.17%47.06%
CMYK10.00%0.00%44.17%
52.94%

Color #6C7843 in popluar number systems.

HEX6C7843
Decimal10812067
Binary110110011110001000011
Octal154170103

Shades and tints

Shades of #6C7843

#6C7843
(108,120,67)
#636E3D
(99,110,61)
#5A6437
(90,100,55)
#515A31
(81,90,49)
#48502B
(72,80,43)
#3F4625
(63,70,37)
#363C1F
(54,60,31)
#2D3219
(45,50,25)
#242813
(36,40,19)
#1B1E0D
(27,30,13)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #6C7843

#6C7843
(108,120,67)
#798454
(121,132,84)
#869065
(134,144,101)
#939C76
(147,156,118)
#A0A887
(160,168,135)
#ADB498
(173,180,152)
#BAC0A9
(186,192,169)
#C7CCBA
(199,204,186)
#D4D8CB
(212,216,203)
#E1E4DC
(225,228,220)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7843; }

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

This text font color is #6C7843.


Background Color

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

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

This div background color is #6C7843.


Border color

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

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

This div border color is #6C7843.


Opacity

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

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

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

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

This text has shadow with #6C7843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7843 on black background.


Color preview on white background

This text has color #6C7843 on white background.



Black color preview on #6C7843 background

This text has black color on #6C7843 background.


White color preview on #6C7843 background

This text has white color on #6C7843 background.