COLOR #6D947E

HEX: #6D947E
RGB: (109,148,126)

Color info

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

RGB color model

#6D947E color RGB value is (109,148,126).

  • red value is 109;
  • green value is 148;
  • blue value is 126.
RGB:
(109,148,126)
(43%,58%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 126 of 255 = 49%

109
148
126

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 126 = 383 (100%)
R 109 of 383 ~ 28.46%
G 148 of 383 ~ 38.64%
B 126 of 383 ~ 32.9%

%28.46
%38.64
%32.9

CMYK color model

#6D947E color CMYK value is (26,0,15,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(26,0,15,42)
C26M0Y15K42 
(26%,0%,15%,42%)
(0.26/0.00/0.15/0.42)	

CMYK percentages

%26.35
%0
%14.86
%41.96

Codes

Color #6D947E in popluar color models

6D947E
RGB109148126
HSL146°15.42%50.39%
HSB/HSV146°26.35%58.04%
CMYK26.35%0.00%14.86%
41.96%

Color #6D947E in popluar number systems.

HEX6D947E
Decimal109148126
Binary1101101100101001111110
Octal155224176

Shades and tints

Shades of #6D947E

#6D947E
(109,148,126)
#648773
(100,135,115)
#5B7A68
(91,122,104)
#526D5D
(82,109,93)
#496052
(73,96,82)
#405347
(64,83,71)
#37463C
(55,70,60)
#2E3931
(46,57,49)
#252C26
(37,44,38)
#1C1F1B
(28,31,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6D947E

#6D947E
(109,148,126)
#7A9D89
(122,157,137)
#87A694
(135,166,148)
#94AF9F
(148,175,159)
#A1B8AA
(161,184,170)
#AEC1B5
(174,193,181)
#BBCAC0
(187,202,192)
#C8D3CB
(200,211,203)
#D5DCD6
(213,220,214)
#E2E5E1
(226,229,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D947E color. Also use rgb(109,148,126) instead hex code.

Text Font Color

.myTextColor { color: #6D947E; }

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

This text font color is #6D947E.


Background Color

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

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

This div background color is #6D947E.


Border color

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

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

This div border color is #6D947E.


Opacity

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

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

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

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

This text has shadow with #6D947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D947E on black background.


Color preview on white background

This text has color #6D947E on white background.



Black color preview on #6D947E background

This text has black color on #6D947E background.


White color preview on #6D947E background

This text has white color on #6D947E background.