COLOR #6D836F

HEX: #6D836F
RGB: (109,131,111)

Color info

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

RGB color model

#6D836F color RGB value is (109,131,111).

  • red value is 109;
  • green value is 131;
  • blue value is 111.
RGB:
(109,131,111)
(43%,51%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 111 of 255 = 44%

109
131
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 111 = 351 (100%)
R 109 of 351 ~ 31.05%
G 131 of 351 ~ 37.32%
B 111 of 351 ~ 31.62%

%31.05
%37.32
%31.62

CMYK color model

#6D836F color CMYK value is (17,0,15,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(17,0,15,49)
C17M0Y15K49 
(17%,0%,15%,49%)
(0.17/0.00/0.15/0.49)	

CMYK percentages

%16.79
%0
%15.27
%48.63

Codes

Color #6D836F in popluar color models

6D836F
RGB109131111
HSL125°9.17%47.06%
HSB/HSV125°16.79%51.37%
CMYK16.79%0.00%15.27%
48.63%

Color #6D836F in popluar number systems.

HEX6D836F
Decimal109131111
Binary1101101100000111101111
Octal155203157

Shades and tints

Shades of #6D836F

#6D836F
(109,131,111)
#647865
(100,120,101)
#5B6D5B
(91,109,91)
#526251
(82,98,81)
#495747
(73,87,71)
#404C3D
(64,76,61)
#374133
(55,65,51)
#2E3629
(46,54,41)
#252B1F
(37,43,31)
#1C2015
(28,32,21)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #6D836F

#6D836F
(109,131,111)
#7A8E7C
(122,142,124)
#879989
(135,153,137)
#94A496
(148,164,150)
#A1AFA3
(161,175,163)
#AEBAB0
(174,186,176)
#BBC5BD
(187,197,189)
#C8D0CA
(200,208,202)
#D5DBD7
(213,219,215)
#E2E6E4
(226,230,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D836F; }

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

This text font color is #6D836F.


Background Color

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

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

This div background color is #6D836F.


Border color

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

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

This div border color is #6D836F.


Opacity

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

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

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

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

This text has shadow with #6D836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D836F on black background.


Color preview on white background

This text has color #6D836F on white background.



Black color preview on #6D836F background

This text has black color on #6D836F background.


White color preview on #6D836F background

This text has white color on #6D836F background.