COLOR #6D8582

HEX: #6D8582
RGB: (109,133,130)

Color info

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

RGB color model

#6D8582 color RGB value is (109,133,130).

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

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 130 of 255 = 51%

109
133
130

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

Portions of RGB colors in percentages

R + G + B =
109 + 133 + 130 = 372 (100%)
R 109 of 372 ~ 29.3%
G 133 of 372 ~ 35.75%
B 130 of 372 ~ 34.95%

%29.3
%35.75
%34.95

CMYK color model

#6D8582 color CMYK value is (18,0,2,48).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(18,0,2,48)
C18M0Y2K48 
(18%,0%,2%,48%)
(0.18/0.00/0.02/0.48)	

CMYK percentages

%18.05
%0
%2.26
%47.84

Codes

Color #6D8582 in popluar color models

6D8582
RGB109133130
HSL173°9.92%47.45%
HSB/HSV173°18.05%52.16%
CMYK18.05%0.00%2.26%
47.84%

Color #6D8582 in popluar number systems.

HEX6D8582
Decimal109133130
Binary11011011000010110000010
Octal155205202

Shades and tints

Shades of #6D8582

#6D8582
(109,133,130)
#647977
(100,121,119)
#5B6D6C
(91,109,108)
#526161
(82,97,97)
#495556
(73,85,86)
#40494B
(64,73,75)
#373D40
(55,61,64)
#2E3135
(46,49,53)
#25252A
(37,37,42)
#1C191F
(28,25,31)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D8582

#6D8582
(109,133,130)
#7A908D
(122,144,141)
#879B98
(135,155,152)
#94A6A3
(148,166,163)
#A1B1AE
(161,177,174)
#AEBCB9
(174,188,185)
#BBC7C4
(187,199,196)
#C8D2CF
(200,210,207)
#D5DDDA
(213,221,218)
#E2E8E5
(226,232,229)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8582; }

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

This text font color is #6D8582.


Background Color

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

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

This div background color is #6D8582.


Border color

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

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

This div border color is #6D8582.


Opacity

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

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

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

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

This text has shadow with #6D8582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8582 on black background.


Color preview on white background

This text has color #6D8582 on white background.



Black color preview on #6D8582 background

This text has black color on #6D8582 background.


White color preview on #6D8582 background

This text has white color on #6D8582 background.