COLOR #6C7E41

HEX: #6C7E41
RGB: (108,126,65)

Color info

#6C7E41 contains mainly red and green colors. Web safe color of #6C7E41 is #666633 (or #663).

RGB color model

#6C7E41 color RGB value is (108,126,65).

  • red value is 108;
  • green value is 126;
  • blue value is 65.
RGB:
(108,126,65)
(42%,49%,25%)

RGB channels and saturation

R 108 of 255 = 42%
G 126 of 255 = 49%
B 65 of 255 = 25%

108
126
65

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 65 = 299 (100%)
R 108 of 299 ~ 36.12%
G 126 of 299 ~ 42.14%
B 65 of 299 ~ 21.74%

%36.12
%42.14
%21.74

CMYK color model

#6C7E41 color CMYK value is (14,0,48,51).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(14,0,48,51)
C14M0Y48K51 
(14%,0%,48%,51%)
(0.14/0.00/0.48/0.51)	

CMYK percentages

%14.29
%0
%48.41
%50.59

Codes

Color #6C7E41 in popluar color models

6C7E41
RGB10812665
HSL78°31.94%37.45%
HSB/HSV78°48.41%49.41%
CMYK14.29%0.00%48.41%
50.59%

Color #6C7E41 in popluar number systems.

HEX6C7E41
Decimal10812665
Binary110110011111101000001
Octal154176101

Shades and tints

Shades of #6C7E41

#6C7E41
(108,126,65)
#63733C
(99,115,60)
#5A6837
(90,104,55)
#515D32
(81,93,50)
#48522D
(72,82,45)
#3F4728
(63,71,40)
#363C23
(54,60,35)
#2D311E
(45,49,30)
#242619
(36,38,25)
#1B1B14
(27,27,20)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C7E41

#6C7E41
(108,126,65)
#798952
(121,137,82)
#869463
(134,148,99)
#939F74
(147,159,116)
#A0AA85
(160,170,133)
#ADB596
(173,181,150)
#BAC0A7
(186,192,167)
#C7CBB8
(199,203,184)
#D4D6C9
(212,214,201)
#E1E1DA
(225,225,218)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7E41 color. Also use rgb(108,126,65) instead hex code.

Text Font Color

.myTextColor { color: #6C7E41; }

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

This text font color is #6C7E41.


Background Color

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

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

This div background color is #6C7E41.


Border color

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

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

This div border color is #6C7E41.


Opacity

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

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

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

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

This text has shadow with #6C7E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7E41 on black background.


Color preview on white background

This text has color #6C7E41 on white background.



Black color preview on #6C7E41 background

This text has black color on #6C7E41 background.


White color preview on #6C7E41 background

This text has white color on #6C7E41 background.