COLOR #6C8144

HEX: #6C8144
RGB: (108,129,68)

Color info

#6C8144 contains mainly red and green colors. Web safe color of #6C8144 is #669933 (or #693).

RGB color model

#6C8144 color RGB value is (108,129,68).

  • red value is 108;
  • green value is 129;
  • blue value is 68.
RGB:
(108,129,68)
(42%,51%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 68 of 255 = 27%

108
129
68

R + G + B ~ 40%. #6C8144 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 68 = 305 (100%)
R 108 of 305 ~ 35.41%
G 129 of 305 ~ 42.3%
B 68 of 305 ~ 22.3%

%35.41
%42.3
%22.3

CMYK color model

#6C8144 color CMYK value is (16,0,47,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 47.29%
  • key color value is 49.41%
CMYK:
(16,0,47,49)
C16M0Y47K49 
(16%,0%,47%,49%)
(0.16/0.00/0.47/0.49)	

CMYK percentages

%16.28
%0
%47.29
%49.41

Codes

Color #6C8144 in popluar color models

6C8144
RGB10812968
HSL81°30.96%38.63%
HSB/HSV81°47.29%50.59%
CMYK16.28%0.00%47.29%
49.41%

Color #6C8144 in popluar number systems.

HEX6C8144
Decimal10812968
Binary1101100100000011000100
Octal154201104

Shades and tints

Shades of #6C8144

#6C8144
(108,129,68)
#63763E
(99,118,62)
#5A6B38
(90,107,56)
#516032
(81,96,50)
#48552C
(72,85,44)
#3F4A26
(63,74,38)
#363F20
(54,63,32)
#2D341A
(45,52,26)
#242914
(36,41,20)
#1B1E0E
(27,30,14)
#121308
(18,19,8)
#000000
(0,0,0)

Tints of #6C8144

#6C8144
(108,129,68)
#798C55
(121,140,85)
#869766
(134,151,102)
#93A277
(147,162,119)
#A0AD88
(160,173,136)
#ADB899
(173,184,153)
#BAC3AA
(186,195,170)
#C7CEBB
(199,206,187)
#D4D9CC
(212,217,204)
#E1E4DD
(225,228,221)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8144 color. Also use rgb(108,129,68) instead hex code.

Text Font Color

.myTextColor { color: #6C8144; }

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

This text font color is #6C8144.


Background Color

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

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

This div background color is #6C8144.


Border color

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

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

This div border color is #6C8144.


Opacity

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

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

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

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

This text has shadow with #6C8144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8144 on black background.


Color preview on white background

This text has color #6C8144 on white background.



Black color preview on #6C8144 background

This text has black color on #6C8144 background.


White color preview on #6C8144 background

This text has white color on #6C8144 background.