COLOR #6D8F81

HEX: #6D8F81
RGB: (109,143,129)

Color info

#6D8F81 contains red, green and blue colors in about the same proportion. Web safe color of #6D8F81 is #669999 (or #699).

RGB color model

#6D8F81 color RGB value is (109,143,129).

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

RGB channels and saturation

R 109 of 255 = 43%
G 143 of 255 = 56%
B 129 of 255 = 51%

109
143
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 143 + 129 = 381 (100%)
R 109 of 381 ~ 28.61%
G 143 of 381 ~ 37.53%
B 129 of 381 ~ 33.86%

%28.61
%37.53
%33.86

CMYK color model

#6D8F81 color CMYK value is (24,0,10,44).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 43.92%
CMYK:
(24,0,10,44)
C24M0Y10K44 
(24%,0%,10%,44%)
(0.24/0.00/0.10/0.44)	

CMYK percentages

%23.78
%0
%9.79
%43.92

Codes

Color #6D8F81 in popluar color models

6D8F81
RGB109143129
HSL155°13.49%49.41%
HSB/HSV155°23.78%56.08%
CMYK23.78%0.00%9.79%
43.92%

Color #6D8F81 in popluar number systems.

HEX6D8F81
Decimal109143129
Binary11011011000111110000001
Octal155217201

Shades and tints

Shades of #6D8F81

#6D8F81
(109,143,129)
#648276
(100,130,118)
#5B756B
(91,117,107)
#526860
(82,104,96)
#495B55
(73,91,85)
#404E4A
(64,78,74)
#37413F
(55,65,63)
#2E3434
(46,52,52)
#252729
(37,39,41)
#1C1A1E
(28,26,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D8F81

#6D8F81
(109,143,129)
#7A998C
(122,153,140)
#87A397
(135,163,151)
#94ADA2
(148,173,162)
#A1B7AD
(161,183,173)
#AEC1B8
(174,193,184)
#BBCBC3
(187,203,195)
#C8D5CE
(200,213,206)
#D5DFD9
(213,223,217)
#E2E9E4
(226,233,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8F81; }

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

This text font color is #6D8F81.


Background Color

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

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

This div background color is #6D8F81.


Border color

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

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

This div border color is #6D8F81.


Opacity

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

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

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

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

This text has shadow with #6D8F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8F81 on black background.


Color preview on white background

This text has color #6D8F81 on white background.



Black color preview on #6D8F81 background

This text has black color on #6D8F81 background.


White color preview on #6D8F81 background

This text has white color on #6D8F81 background.