COLOR #6C7127

HEX: #6C7127
RGB: (108,113,39)

Color info

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

RGB color model

#6C7127 color RGB value is (108,113,39).

  • red value is 108;
  • green value is 113;
  • blue value is 39.
RGB:
(108,113,39)
(42%,44%,15%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 39 of 255 = 15%

108
113
39

R + G + B ~ 34%. #6C7127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 39 = 260 (100%)
R 108 of 260 ~ 41.54%
G 113 of 260 ~ 43.46%
B 39 of 260 ~ 15%

%41.54
%43.46
%15

CMYK color model

#6C7127 color CMYK value is (4,0,65,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 65.49%
  • key color value is 55.69%
CMYK:
(4,0,65,56)
C4M0Y65K56 
(4%,0%,65%,56%)
(0.04/0.00/0.65/0.56)	

CMYK percentages

%4.42
%0
%65.49
%55.69

Codes

Color #6C7127 in popluar color models

6C7127
RGB10811339
HSL64°48.68%29.80%
HSB/HSV64°65.49%44.31%
CMYK4.42%0.00%65.49%
55.69%

Color #6C7127 in popluar number systems.

HEX6C7127
Decimal10811339
Binary11011001110001100111
Octal15416147

Shades and tints

Shades of #6C7127

#6C7127
(108,113,39)
#636724
(99,103,36)
#5A5D21
(90,93,33)
#51531E
(81,83,30)
#48491B
(72,73,27)
#3F3F18
(63,63,24)
#363515
(54,53,21)
#2D2B12
(45,43,18)
#24210F
(36,33,15)
#1B170C
(27,23,12)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C7127

#6C7127
(108,113,39)
#797D3A
(121,125,58)
#86894D
(134,137,77)
#939560
(147,149,96)
#A0A173
(160,161,115)
#ADAD86
(173,173,134)
#BAB999
(186,185,153)
#C7C5AC
(199,197,172)
#D4D1BF
(212,209,191)
#E1DDD2
(225,221,210)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7127 color. Also use rgb(108,113,39) instead hex code.

Text Font Color

.myTextColor { color: #6C7127; }

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

This text font color is #6C7127.


Background Color

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

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

This div background color is #6C7127.


Border color

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

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

This div border color is #6C7127.


Opacity

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

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

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

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

This text has shadow with #6C7127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7127 on black background.


Color preview on white background

This text has color #6C7127 on white background.



Black color preview on #6C7127 background

This text has black color on #6C7127 background.


White color preview on #6C7127 background

This text has white color on #6C7127 background.