COLOR #6C8D48

HEX: #6C8D48
RGB: (108,141,72)

Color info

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

RGB color model

#6C8D48 color RGB value is (108,141,72).

  • red value is 108;
  • green value is 141;
  • blue value is 72.
RGB:
(108,141,72)
(42%,55%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 141 of 255 = 55%
B 72 of 255 = 28%

108
141
72

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

Portions of RGB colors in percentages

R + G + B =
108 + 141 + 72 = 321 (100%)
R 108 of 321 ~ 33.64%
G 141 of 321 ~ 43.93%
B 72 of 321 ~ 22.43%

%33.64
%43.93
%22.43

CMYK color model

#6C8D48 color CMYK value is (23,0,49,45).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(23,0,49,45)
C23M0Y49K45 
(23%,0%,49%,45%)
(0.23/0.00/0.49/0.45)	

CMYK percentages

%23.4
%0
%48.94
%44.71

Codes

Color #6C8D48 in popluar color models

6C8D48
RGB10814172
HSL89°32.39%41.76%
HSB/HSV89°48.94%55.29%
CMYK23.40%0.00%48.94%
44.71%

Color #6C8D48 in popluar number systems.

HEX6C8D48
Decimal10814172
Binary1101100100011011001000
Octal154215110

Shades and tints

Shades of #6C8D48

#6C8D48
(108,141,72)
#638142
(99,129,66)
#5A753C
(90,117,60)
#516936
(81,105,54)
#485D30
(72,93,48)
#3F512A
(63,81,42)
#364524
(54,69,36)
#2D391E
(45,57,30)
#242D18
(36,45,24)
#1B2112
(27,33,18)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #6C8D48

#6C8D48
(108,141,72)
#799758
(121,151,88)
#86A168
(134,161,104)
#93AB78
(147,171,120)
#A0B588
(160,181,136)
#ADBF98
(173,191,152)
#BAC9A8
(186,201,168)
#C7D3B8
(199,211,184)
#D4DDC8
(212,221,200)
#E1E7D8
(225,231,216)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8D48 color. Also use rgb(108,141,72) instead hex code.

Text Font Color

.myTextColor { color: #6C8D48; }

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

This text font color is #6C8D48.


Background Color

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

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

This div background color is #6C8D48.


Border color

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

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

This div border color is #6C8D48.


Opacity

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

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

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

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

This text has shadow with #6C8D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8D48 on black background.


Color preview on white background

This text has color #6C8D48 on white background.



Black color preview on #6C8D48 background

This text has black color on #6C8D48 background.


White color preview on #6C8D48 background

This text has white color on #6C8D48 background.