COLOR #6D8481

HEX: #6D8481
RGB: (109,132,129)

Color info

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

RGB color model

#6D8481 color RGB value is (109,132,129).

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

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 129 of 255 = 51%

109
132
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 129 = 370 (100%)
R 109 of 370 ~ 29.46%
G 132 of 370 ~ 35.68%
B 129 of 370 ~ 34.86%

%29.46
%35.68
%34.86

CMYK color model

#6D8481 color CMYK value is (17,0,2,48).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(17,0,2,48)
C17M0Y2K48 
(17%,0%,2%,48%)
(0.17/0.00/0.02/0.48)	

CMYK percentages

%17.42
%0
%2.27
%48.24

Codes

Color #6D8481 in popluar color models

6D8481
RGB109132129
HSL172°9.54%47.25%
HSB/HSV172°17.42%51.76%
CMYK17.42%0.00%2.27%
48.24%

Color #6D8481 in popluar number systems.

HEX6D8481
Decimal109132129
Binary11011011000010010000001
Octal155204201

Shades and tints

Shades of #6D8481

#6D8481
(109,132,129)
#647876
(100,120,118)
#5B6C6B
(91,108,107)
#526060
(82,96,96)
#495455
(73,84,85)
#40484A
(64,72,74)
#373C3F
(55,60,63)
#2E3034
(46,48,52)
#252429
(37,36,41)
#1C181E
(28,24,30)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D8481

#6D8481
(109,132,129)
#7A8F8C
(122,143,140)
#879A97
(135,154,151)
#94A5A2
(148,165,162)
#A1B0AD
(161,176,173)
#AEBBB8
(174,187,184)
#BBC6C3
(187,198,195)
#C8D1CE
(200,209,206)
#D5DCD9
(213,220,217)
#E2E7E4
(226,231,228)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8481; }

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

This text font color is #6D8481.


Background Color

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

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

This div background color is #6D8481.


Border color

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

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

This div border color is #6D8481.


Opacity

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

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

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

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

This text has shadow with #6D8481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8481 on black background.


Color preview on white background

This text has color #6D8481 on white background.



Black color preview on #6D8481 background

This text has black color on #6D8481 background.


White color preview on #6D8481 background

This text has white color on #6D8481 background.