COLOR #6D827D

HEX: #6D827D
RGB: (109,130,125)

Color info

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

RGB color model

#6D827D color RGB value is (109,130,125).

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

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 125 of 255 = 49%

109
130
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 125 = 364 (100%)
R 109 of 364 ~ 29.95%
G 130 of 364 ~ 35.71%
B 125 of 364 ~ 34.34%

%29.95
%35.71
%34.34

CMYK color model

#6D827D color CMYK value is (16,0,4,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(16,0,4,49)
C16M0Y4K49 
(16%,0%,4%,49%)
(0.16/0.00/0.04/0.49)	

CMYK percentages

%16.15
%0
%3.85
%49.02

Codes

Color #6D827D in popluar color models

6D827D
RGB109130125
HSL166°8.79%46.86%
HSB/HSV166°16.15%50.98%
CMYK16.15%0.00%3.85%
49.02%

Color #6D827D in popluar number systems.

HEX6D827D
Decimal109130125
Binary1101101100000101111101
Octal155202175

Shades and tints

Shades of #6D827D

#6D827D
(109,130,125)
#647772
(100,119,114)
#5B6C67
(91,108,103)
#52615C
(82,97,92)
#495651
(73,86,81)
#404B46
(64,75,70)
#37403B
(55,64,59)
#2E3530
(46,53,48)
#252A25
(37,42,37)
#1C1F1A
(28,31,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #6D827D

#6D827D
(109,130,125)
#7A8D88
(122,141,136)
#879893
(135,152,147)
#94A39E
(148,163,158)
#A1AEA9
(161,174,169)
#AEB9B4
(174,185,180)
#BBC4BF
(187,196,191)
#C8CFCA
(200,207,202)
#D5DAD5
(213,218,213)
#E2E5E0
(226,229,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D827D; }

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

This text font color is #6D827D.


Background Color

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

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

This div background color is #6D827D.


Border color

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

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

This div border color is #6D827D.


Opacity

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

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

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

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

This text has shadow with #6D827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D827D on black background.


Color preview on white background

This text has color #6D827D on white background.



Black color preview on #6D827D background

This text has black color on #6D827D background.


White color preview on #6D827D background

This text has white color on #6D827D background.