COLOR #6C804B

HEX: #6C804B
RGB: (108,128,75)

Color info

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

RGB color model

#6C804B color RGB value is (108,128,75).

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

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 75 of 255 = 29%

108
128
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 75 = 311 (100%)
R 108 of 311 ~ 34.73%
G 128 of 311 ~ 41.16%
B 75 of 311 ~ 24.12%

%34.73
%41.16
%24.12

CMYK color model

#6C804B color CMYK value is (16,0,41,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 49.80%
CMYK:
(16,0,41,50)
C16M0Y41K50 
(16%,0%,41%,50%)
(0.16/0.00/0.41/0.50)	

CMYK percentages

%15.63
%0
%41.41
%49.8

Codes

Color #6C804B in popluar color models

6C804B
RGB10812875
HSL83°26.11%39.80%
HSB/HSV83°41.41%50.20%
CMYK15.63%0.00%41.41%
49.80%

Color #6C804B in popluar number systems.

HEX6C804B
Decimal10812875
Binary1101100100000001001011
Octal154200113

Shades and tints

Shades of #6C804B

#6C804B
(108,128,75)
#637545
(99,117,69)
#5A6A3F
(90,106,63)
#515F39
(81,95,57)
#485433
(72,84,51)
#3F492D
(63,73,45)
#363E27
(54,62,39)
#2D3321
(45,51,33)
#24281B
(36,40,27)
#1B1D15
(27,29,21)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C804B

#6C804B
(108,128,75)
#798B5B
(121,139,91)
#86966B
(134,150,107)
#93A17B
(147,161,123)
#A0AC8B
(160,172,139)
#ADB79B
(173,183,155)
#BAC2AB
(186,194,171)
#C7CDBB
(199,205,187)
#D4D8CB
(212,216,203)
#E1E3DB
(225,227,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C804B; }

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

This text font color is #6C804B.


Background Color

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

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

This div background color is #6C804B.


Border color

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

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

This div border color is #6C804B.


Opacity

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

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

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

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

This text has shadow with #6C804B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C804B on black background.


Color preview on white background

This text has color #6C804B on white background.



Black color preview on #6C804B background

This text has black color on #6C804B background.


White color preview on #6C804B background

This text has white color on #6C804B background.