COLOR #6D827C

HEX: #6D827C RGB: (109,130,124)

Color info

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

RGB color model

#6D827C color RGB value is (109,130,124).

RGB: (109,130,124) (43%, 51%, 49%)

RGB channels and saturation

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

109
130
124

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

Portions of RGB colors in percentages

R + G + B = 109 + 130 + 124 = 363 (100%)
R 109 of 363 ~ 30.03%
G 130 of 363 ~ 35.81%
B 124 of 363 ~ 34.16'%

%30.03
%35.81
%34.16

CMYK color model

#6D827C color CMYK value is (16,0,5,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (16,0,5,49)
C16M0Y5K49 (16%, 0%, 5%, 49%)
(0.16 / 0.00 / 0.05 / 0.49)

CMYK percentages

%16.15
%0
%4.62
%49.02

Codes

Color #6D827C in popluar color models

6D 82 7C
RGB 109 130 124
HSL 163° 8.79% 46.86%
HSB/HSV 163° 16.15% 50.98%
CMYK 16.15% 0.00% 4.62%
49.02%

Color #6D827C in popluar number systems.

HEX 6D 82 7C
Decimal 109 130 124
Binary 1101101 10000010 1111100
Octal 155 202 174

Shades and tints

Shades of #6D827C

#6D827C
(109,130,124)
#647771
(100,119,113)
#5B6C66
(91,108,102)
#52615B
(82,97,91)
#495650
(73,86,80)
#404B45
(64,75,69)
#37403A
(55,64,58)
#2E352F
(46,53,47)
#252A24
(37,42,36)
#1C1F19
(28,31,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #6D827C

#6D827C
(109,130,124)
#7A8D87
(122,141,135)
#879892
(135,152,146)
#94A39D
(148,163,157)
#A1AEA8
(161,174,168)
#AEB9B3
(174,185,179)
#BBC4BE
(187,196,190)
#C8CFC9
(200,207,201)
#D5DAD4
(213,218,212)
#E2E5DF
(226,229,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D827C; }

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

This text font color is #6D827C.

Background Color

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

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

This div background color is #6D827C.

Border color

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

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

This div border color is #6D827C.

Opacity

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

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

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

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

This text has shadow with #6D827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D827C.

Preview

Color preview on black background

This text has color #6D827C on black background.


Color preview on white background

This text has color #6D827C on white background.


Black color preview on #6D827C background

This text has black color on #6D827C background.


White color preview on #6D827C background

This text has white color on #6D827C background.


Related colors

Complementary color

Complementary color for #hex is #927D83.


I love getcolorcode.com

Triadic colors

1 #7C6D82 and #827C6D with #6D827C are triadic colors.

2 #7C826D and #826D7C with #6D827C are triadic colors.