COLOR #6C804D

HEX: #6C804D
RGB: (108,128,77)

Color info

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

RGB color model

#6C804D color RGB value is (108,128,77).

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

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 77 of 255 = 30%

108
128
77

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 77 = 313 (100%)
R 108 of 313 ~ 34.5%
G 128 of 313 ~ 40.89%
B 77 of 313 ~ 24.6%

%34.5
%40.89
%24.6

CMYK color model

#6C804D color CMYK value is (16,0,40,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(16,0,40,50)
C16M0Y40K50 
(16%,0%,40%,50%)
(0.16/0.00/0.40/0.50)	

CMYK percentages

%15.63
%0
%39.84
%49.8

Codes

Color #6C804D in popluar color models

6C804D
RGB10812877
HSL84°24.88%40.20%
HSB/HSV84°39.84%50.20%
CMYK15.63%0.00%39.84%
49.80%

Color #6C804D in popluar number systems.

HEX6C804D
Decimal10812877
Binary1101100100000001001101
Octal154200115

Shades and tints

Shades of #6C804D

#6C804D
(108,128,77)
#637546
(99,117,70)
#5A6A3F
(90,106,63)
#515F38
(81,95,56)
#485431
(72,84,49)
#3F492A
(63,73,42)
#363E23
(54,62,35)
#2D331C
(45,51,28)
#242815
(36,40,21)
#1B1D0E
(27,29,14)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #6C804D

#6C804D
(108,128,77)
#798B5D
(121,139,93)
#86966D
(134,150,109)
#93A17D
(147,161,125)
#A0AC8D
(160,172,141)
#ADB79D
(173,183,157)
#BAC2AD
(186,194,173)
#C7CDBD
(199,205,189)
#D4D8CD
(212,216,205)
#E1E3DD
(225,227,221)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C804D; }

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

This text font color is #6C804D.


Background Color

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

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

This div background color is #6C804D.


Border color

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

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

This div border color is #6C804D.


Opacity

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

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

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

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

This text has shadow with #6C804D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C804D on black background.


Color preview on white background

This text has color #6C804D on white background.



Black color preview on #6C804D background

This text has black color on #6C804D background.


White color preview on #6C804D background

This text has white color on #6C804D background.