COLOR #6D817C

HEX: #6D817C
RGB: (109,129,124)

Color info

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

RGB color model

#6D817C color RGB value is (109,129,124).

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

RGB channels and saturation

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

109
129
124

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

Portions of RGB colors in percentages

R + G + B =
109 + 129 + 124 = 362 (100%)
R 109 of 362 ~ 30.11%
G 129 of 362 ~ 35.64%
B 124 of 362 ~ 34.25%

%30.11
%35.64
%34.25

CMYK color model

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

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

CMYK percentages

%15.5
%0
%3.88
%49.41

Codes

Color #6D817C in popluar color models

6D817C
RGB109129124
HSL165°8.40%46.67%
HSB/HSV165°15.50%50.59%
CMYK15.50%0.00%3.88%
49.41%

Color #6D817C in popluar number systems.

HEX6D817C
Decimal109129124
Binary1101101100000011111100
Octal155201174

Shades and tints

Shades of #6D817C

#6D817C
(109,129,124)
#647671
(100,118,113)
#5B6B66
(91,107,102)
#52605B
(82,96,91)
#495550
(73,85,80)
#404A45
(64,74,69)
#373F3A
(55,63,58)
#2E342F
(46,52,47)
#252924
(37,41,36)
#1C1E19
(28,30,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D817C

#6D817C
(109,129,124)
#7A8C87
(122,140,135)
#879792
(135,151,146)
#94A29D
(148,162,157)
#A1ADA8
(161,173,168)
#AEB8B3
(174,184,179)
#BBC3BE
(187,195,190)
#C8CEC9
(200,206,201)
#D5D9D4
(213,217,212)
#E2E4DF
(226,228,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D817C; }

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

This text font color is #6D817C.


Background Color

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

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

This div background color is #6D817C.


Border color

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

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

This div border color is #6D817C.


Opacity

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

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

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

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

This text has shadow with #6D817C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D817C on black background.


Color preview on white background

This text has color #6D817C on white background.



Black color preview on #6D817C background

This text has black color on #6D817C background.


White color preview on #6D817C background

This text has white color on #6D817C background.