COLOR #6D825E

HEX: #6D825E
RGB: (109,130,94)

Color info

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

RGB color model

#6D825E color RGB value is (109,130,94).

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

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 94 of 255 = 37%

109
130
94

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 94 = 333 (100%)
R 109 of 333 ~ 32.73%
G 130 of 333 ~ 39.04%
B 94 of 333 ~ 28.23%

%32.73
%39.04
%28.23

CMYK color model

#6D825E color CMYK value is (16,0,28,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(16,0,28,49)
C16M0Y28K49 
(16%,0%,28%,49%)
(0.16/0.00/0.28/0.49)	

CMYK percentages

%16.15
%0
%27.69
%49.02

Codes

Color #6D825E in popluar color models

6D825E
RGB10913094
HSL95°16.07%43.92%
HSB/HSV95°27.69%50.98%
CMYK16.15%0.00%27.69%
49.02%

Color #6D825E in popluar number systems.

HEX6D825E
Decimal10913094
Binary1101101100000101011110
Octal155202136

Shades and tints

Shades of #6D825E

#6D825E
(109,130,94)
#647756
(100,119,86)
#5B6C4E
(91,108,78)
#526146
(82,97,70)
#49563E
(73,86,62)
#404B36
(64,75,54)
#37402E
(55,64,46)
#2E3526
(46,53,38)
#252A1E
(37,42,30)
#1C1F16
(28,31,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #6D825E

#6D825E
(109,130,94)
#7A8D6C
(122,141,108)
#87987A
(135,152,122)
#94A388
(148,163,136)
#A1AE96
(161,174,150)
#AEB9A4
(174,185,164)
#BBC4B2
(187,196,178)
#C8CFC0
(200,207,192)
#D5DACE
(213,218,206)
#E2E5DC
(226,229,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D825E; }

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

This text font color is #6D825E.


Background Color

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

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

This div background color is #6D825E.


Border color

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

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

This div border color is #6D825E.


Opacity

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

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

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

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

This text has shadow with #6D825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D825E on black background.


Color preview on white background

This text has color #6D825E on white background.



Black color preview on #6D825E background

This text has black color on #6D825E background.


White color preview on #6D825E background

This text has white color on #6D825E background.