COLOR #6D826B

HEX: #6D826B
RGB: (109,130,107)

Color info

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

RGB color model

#6D826B color RGB value is (109,130,107).

  • red value is 109;
  • green value is 130;
  • blue value is 107.
RGB:
(109,130,107)
(43%,51%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 107 of 255 = 42%

109
130
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 107 = 346 (100%)
R 109 of 346 ~ 31.5%
G 130 of 346 ~ 37.57%
B 107 of 346 ~ 30.92%

%31.5
%37.57
%30.92

CMYK color model

#6D826B color CMYK value is (16,0,18,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(16,0,18,49)
C16M0Y18K49 
(16%,0%,18%,49%)
(0.16/0.00/0.18/0.49)	

CMYK percentages

%16.15
%0
%17.69
%49.02

Codes

Color #6D826B in popluar color models

6D826B
RGB109130107
HSL115°9.70%46.47%
HSB/HSV115°17.69%50.98%
CMYK16.15%0.00%17.69%
49.02%

Color #6D826B in popluar number systems.

HEX6D826B
Decimal109130107
Binary1101101100000101101011
Octal155202153

Shades and tints

Shades of #6D826B

#6D826B
(109,130,107)
#647762
(100,119,98)
#5B6C59
(91,108,89)
#526150
(82,97,80)
#495647
(73,86,71)
#404B3E
(64,75,62)
#374035
(55,64,53)
#2E352C
(46,53,44)
#252A23
(37,42,35)
#1C1F1A
(28,31,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D826B

#6D826B
(109,130,107)
#7A8D78
(122,141,120)
#879885
(135,152,133)
#94A392
(148,163,146)
#A1AE9F
(161,174,159)
#AEB9AC
(174,185,172)
#BBC4B9
(187,196,185)
#C8CFC6
(200,207,198)
#D5DAD3
(213,218,211)
#E2E5E0
(226,229,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D826B; }

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

This text font color is #6D826B.


Background Color

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

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

This div background color is #6D826B.


Border color

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

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

This div border color is #6D826B.


Opacity

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

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

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

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

This text has shadow with #6D826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D826B on black background.


Color preview on white background

This text has color #6D826B on white background.



Black color preview on #6D826B background

This text has black color on #6D826B background.


White color preview on #6D826B background

This text has white color on #6D826B background.