COLOR #6D8782

HEX: #6D8782
RGB: (109,135,130)

Color info

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

RGB color model

#6D8782 color RGB value is (109,135,130).

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

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 130 of 255 = 51%

109
135
130

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

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 130 = 374 (100%)
R 109 of 374 ~ 29.14%
G 135 of 374 ~ 36.1%
B 130 of 374 ~ 34.76%

%29.14
%36.1
%34.76

CMYK color model

#6D8782 color CMYK value is (19,0,4,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(19,0,4,47)
C19M0Y4K47 
(19%,0%,4%,47%)
(0.19/0.00/0.04/0.47)	

CMYK percentages

%19.26
%0
%3.7
%47.06

Codes

Color #6D8782 in popluar color models

6D8782
RGB109135130
HSL168°10.66%47.84%
HSB/HSV168°19.26%52.94%
CMYK19.26%0.00%3.70%
47.06%

Color #6D8782 in popluar number systems.

HEX6D8782
Decimal109135130
Binary11011011000011110000010
Octal155207202

Shades and tints

Shades of #6D8782

#6D8782
(109,135,130)
#647B77
(100,123,119)
#5B6F6C
(91,111,108)
#526361
(82,99,97)
#495756
(73,87,86)
#404B4B
(64,75,75)
#373F40
(55,63,64)
#2E3335
(46,51,53)
#25272A
(37,39,42)
#1C1B1F
(28,27,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6D8782

#6D8782
(109,135,130)
#7A918D
(122,145,141)
#879B98
(135,155,152)
#94A5A3
(148,165,163)
#A1AFAE
(161,175,174)
#AEB9B9
(174,185,185)
#BBC3C4
(187,195,196)
#C8CDCF
(200,205,207)
#D5D7DA
(213,215,218)
#E2E1E5
(226,225,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8782; }

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

This text font color is #6D8782.


Background Color

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

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

This div background color is #6D8782.


Border color

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

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

This div border color is #6D8782.


Opacity

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

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

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

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

This text has shadow with #6D8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8782 on black background.


Color preview on white background

This text has color #6D8782 on white background.



Black color preview on #6D8782 background

This text has black color on #6D8782 background.


White color preview on #6D8782 background

This text has white color on #6D8782 background.