COLOR #6C785D

HEX: #6C785D
RGB: (108,120,93)

Color info

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

RGB color model

#6C785D color RGB value is (108,120,93).

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

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 93 of 255 = 36%

108
120
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 93 = 321 (100%)
R 108 of 321 ~ 33.64%
G 120 of 321 ~ 37.38%
B 93 of 321 ~ 28.97%

%33.64
%37.38
%28.97

CMYK color model

#6C785D color CMYK value is (10,0,23,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(10,0,23,53)
C10M0Y23K53 
(10%,0%,23%,53%)
(0.10/0.00/0.23/0.53)	

CMYK percentages

%10
%0
%22.5
%52.94

Codes

Color #6C785D in popluar color models

6C785D
RGB10812093
HSL87°12.68%41.76%
HSB/HSV87°22.50%47.06%
CMYK10.00%0.00%22.50%
52.94%

Color #6C785D in popluar number systems.

HEX6C785D
Decimal10812093
Binary110110011110001011101
Octal154170135

Shades and tints

Shades of #6C785D

#6C785D
(108,120,93)
#636E55
(99,110,85)
#5A644D
(90,100,77)
#515A45
(81,90,69)
#48503D
(72,80,61)
#3F4635
(63,70,53)
#363C2D
(54,60,45)
#2D3225
(45,50,37)
#24281D
(36,40,29)
#1B1E15
(27,30,21)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #6C785D

#6C785D
(108,120,93)
#79846B
(121,132,107)
#869079
(134,144,121)
#939C87
(147,156,135)
#A0A895
(160,168,149)
#ADB4A3
(173,180,163)
#BAC0B1
(186,192,177)
#C7CCBF
(199,204,191)
#D4D8CD
(212,216,205)
#E1E4DB
(225,228,219)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C785D; }

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

This text font color is #6C785D.


Background Color

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

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

This div background color is #6C785D.


Border color

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

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

This div border color is #6C785D.


Opacity

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

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

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

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

This text has shadow with #6C785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C785D on black background.


Color preview on white background

This text has color #6C785D on white background.



Black color preview on #6C785D background

This text has black color on #6C785D background.


White color preview on #6C785D background

This text has white color on #6C785D background.