COLOR #6C8045

HEX: #6C8045
RGB: (108,128,69)

Color info

#6C8045 contains red, green and blue colors in about the same proportion. Web safe color of #6C8045 is #666633 (or #663).

RGB color model

#6C8045 color RGB value is (108,128,69).

  • red value is 108;
  • green value is 128;
  • blue value is 69.
RGB:
(108,128,69)
(42%,50%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 69 of 255 = 27%

108
128
69

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 69 = 305 (100%)
R 108 of 305 ~ 35.41%
G 128 of 305 ~ 41.97%
B 69 of 305 ~ 22.62%

%35.41
%41.97
%22.62

CMYK color model

#6C8045 color CMYK value is (16,0,46,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 46.09%
  • key color value is 49.80%
CMYK:
(16,0,46,50)
C16M0Y46K50 
(16%,0%,46%,50%)
(0.16/0.00/0.46/0.50)	

CMYK percentages

%15.63
%0
%46.09
%49.8

Codes

Color #6C8045 in popluar color models

6C8045
RGB10812869
HSL80°29.95%38.63%
HSB/HSV80°46.09%50.20%
CMYK15.63%0.00%46.09%
49.80%

Color #6C8045 in popluar number systems.

HEX6C8045
Decimal10812869
Binary1101100100000001000101
Octal154200105

Shades and tints

Shades of #6C8045

#6C8045
(108,128,69)
#63753F
(99,117,63)
#5A6A39
(90,106,57)
#515F33
(81,95,51)
#48542D
(72,84,45)
#3F4927
(63,73,39)
#363E21
(54,62,33)
#2D331B
(45,51,27)
#242815
(36,40,21)
#1B1D0F
(27,29,15)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #6C8045

#6C8045
(108,128,69)
#798B55
(121,139,85)
#869665
(134,150,101)
#93A175
(147,161,117)
#A0AC85
(160,172,133)
#ADB795
(173,183,149)
#BAC2A5
(186,194,165)
#C7CDB5
(199,205,181)
#D4D8C5
(212,216,197)
#E1E3D5
(225,227,213)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8045 color. Also use rgb(108,128,69) instead hex code.

Text Font Color

.myTextColor { color: #6C8045; }

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

This text font color is #6C8045.


Background Color

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

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

This div background color is #6C8045.


Border color

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

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

This div border color is #6C8045.


Opacity

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

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

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

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

This text has shadow with #6C8045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8045 on black background.


Color preview on white background

This text has color #6C8045 on white background.



Black color preview on #6C8045 background

This text has black color on #6C8045 background.


White color preview on #6C8045 background

This text has white color on #6C8045 background.