COLOR #6D846D

HEX: #6D846D
RGB: (109,132,109)

Color info

#6D846D contains red, green and blue colors in about the same proportion. Web safe color of #6D846D is #669966 (or #696).

RGB color model

#6D846D color RGB value is (109,132,109).

  • red value is 109;
  • green value is 132;
  • blue value is 109.
RGB:
(109,132,109)
(43%,52%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 109 of 255 = 43%

109
132
109

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 109 = 350 (100%)
R 109 of 350 ~ 31.14%
G 132 of 350 ~ 37.71%
B 109 of 350 ~ 31.14%

%31.14
%37.71
%31.14

CMYK color model

#6D846D color CMYK value is (17,0,17,48).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 48.24%
CMYK:
(17,0,17,48)
C17M0Y17K48 
(17%,0%,17%,48%)
(0.17/0.00/0.17/0.48)	

CMYK percentages

%17.42
%0
%17.42
%48.24

Codes

Color #6D846D in popluar color models

6D846D
RGB109132109
HSL120°9.54%47.25%
HSB/HSV120°17.42%51.76%
CMYK17.42%0.00%17.42%
48.24%

Color #6D846D in popluar number systems.

HEX6D846D
Decimal109132109
Binary1101101100001001101101
Octal155204155

Shades and tints

Shades of #6D846D

#6D846D
(109,132,109)
#647864
(100,120,100)
#5B6C5B
(91,108,91)
#526052
(82,96,82)
#495449
(73,84,73)
#404840
(64,72,64)
#373C37
(55,60,55)
#2E302E
(46,48,46)
#252425
(37,36,37)
#1C181C
(28,24,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D846D

#6D846D
(109,132,109)
#7A8F7A
(122,143,122)
#879A87
(135,154,135)
#94A594
(148,165,148)
#A1B0A1
(161,176,161)
#AEBBAE
(174,187,174)
#BBC6BB
(187,198,187)
#C8D1C8
(200,209,200)
#D5DCD5
(213,220,213)
#E2E7E2
(226,231,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D846D color. Also use rgb(109,132,109) instead hex code.

Text Font Color

.myTextColor { color: #6D846D; }

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

This text font color is #6D846D.


Background Color

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

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

This div background color is #6D846D.


Border color

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

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

This div border color is #6D846D.


Opacity

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

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

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

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

This text has shadow with #6D846D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D846D on black background.


Color preview on white background

This text has color #6D846D on white background.



Black color preview on #6D846D background

This text has black color on #6D846D background.


White color preview on #6D846D background

This text has white color on #6D846D background.