COLOR #6C7F29

HEX: #6C7F29
RGB: (108,127,41)

Color info

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

RGB color model

#6C7F29 color RGB value is (108,127,41).

  • red value is 108;
  • green value is 127;
  • blue value is 41.
RGB:
(108,127,41)
(42%,50%,16%)

RGB channels and saturation

R 108 of 255 = 42%
G 127 of 255 = 50%
B 41 of 255 = 16%

108
127
41

R + G + B ~ 36%. #6C7F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 127 + 41 = 276 (100%)
R 108 of 276 ~ 39.13%
G 127 of 276 ~ 46.01%
B 41 of 276 ~ 14.86%

%39.13
%46.01
%14.86

CMYK color model

#6C7F29 color CMYK value is (15,0,68,50).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK:
(15,0,68,50)
C15M0Y68K50 
(15%,0%,68%,50%)
(0.15/0.00/0.68/0.50)	

CMYK percentages

%14.96
%0
%67.72
%50.2

Codes

Color #6C7F29 in popluar color models

6C7F29
RGB10812741
HSL73°51.19%32.94%
HSB/HSV73°67.72%49.80%
CMYK14.96%0.00%67.72%
50.20%

Color #6C7F29 in popluar number systems.

HEX6C7F29
Decimal10812741
Binary11011001111111101001
Octal15417751

Shades and tints

Shades of #6C7F29

#6C7F29
(108,127,41)
#637426
(99,116,38)
#5A6923
(90,105,35)
#515E20
(81,94,32)
#48531D
(72,83,29)
#3F481A
(63,72,26)
#363D17
(54,61,23)
#2D3214
(45,50,20)
#242711
(36,39,17)
#1B1C0E
(27,28,14)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #6C7F29

#6C7F29
(108,127,41)
#798A3C
(121,138,60)
#86954F
(134,149,79)
#93A062
(147,160,98)
#A0AB75
(160,171,117)
#ADB688
(173,182,136)
#BAC19B
(186,193,155)
#C7CCAE
(199,204,174)
#D4D7C1
(212,215,193)
#E1E2D4
(225,226,212)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7F29 color. Also use rgb(108,127,41) instead hex code.

Text Font Color

.myTextColor { color: #6C7F29; }

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

This text font color is #6C7F29.


Background Color

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

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

This div background color is #6C7F29.


Border color

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

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

This div border color is #6C7F29.


Opacity

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

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

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

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

This text has shadow with #6C7F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7F29 on black background.


Color preview on white background

This text has color #6C7F29 on white background.



Black color preview on #6C7F29 background

This text has black color on #6C7F29 background.


White color preview on #6C7F29 background

This text has white color on #6C7F29 background.