COLOR #6C805D

HEX: #6C805D
RGB: (108,128,93)

Color info

#6C805D contains red, green and blue colors in about the same proportion. Web safe color of #6C805D is #666666 (or #666).

RGB color model

#6C805D color RGB value is (108,128,93).

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

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 93 of 255 = 36%

108
128
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 93 = 329 (100%)
R 108 of 329 ~ 32.83%
G 128 of 329 ~ 38.91%
B 93 of 329 ~ 28.27%

%32.83
%38.91
%28.27

CMYK color model

#6C805D color CMYK value is (16,0,27,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK:
(16,0,27,50)
C16M0Y27K50 
(16%,0%,27%,50%)
(0.16/0.00/0.27/0.50)	

CMYK percentages

%15.63
%0
%27.34
%49.8

Codes

Color #6C805D in popluar color models

6C805D
RGB10812893
HSL94°15.84%43.33%
HSB/HSV94°27.34%50.20%
CMYK15.63%0.00%27.34%
49.80%

Color #6C805D in popluar number systems.

HEX6C805D
Decimal10812893
Binary1101100100000001011101
Octal154200135

Shades and tints

Shades of #6C805D

#6C805D
(108,128,93)
#637555
(99,117,85)
#5A6A4D
(90,106,77)
#515F45
(81,95,69)
#48543D
(72,84,61)
#3F4935
(63,73,53)
#363E2D
(54,62,45)
#2D3325
(45,51,37)
#24281D
(36,40,29)
#1B1D15
(27,29,21)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #6C805D

#6C805D
(108,128,93)
#798B6B
(121,139,107)
#869679
(134,150,121)
#93A187
(147,161,135)
#A0AC95
(160,172,149)
#ADB7A3
(173,183,163)
#BAC2B1
(186,194,177)
#C7CDBF
(199,205,191)
#D4D8CD
(212,216,205)
#E1E3DB
(225,227,219)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C805D; }

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

This text font color is #6C805D.


Background Color

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

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

This div background color is #6C805D.


Border color

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

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

This div border color is #6C805D.


Opacity

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

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

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

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

This text has shadow with #6C805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C805D on black background.


Color preview on white background

This text has color #6C805D on white background.



Black color preview on #6C805D background

This text has black color on #6C805D background.


White color preview on #6C805D background

This text has white color on #6C805D background.