COLOR #6D7F5A

HEX: #6D7F5A
RGB: (109,127,90)

Color info

#6D7F5A contains red, green and blue colors in about the same proportion. Web safe color of #6D7F5A is #666666 (or #666).

RGB color model

#6D7F5A color RGB value is (109,127,90).

  • red value is 109;
  • green value is 127;
  • blue value is 90.
RGB:
(109,127,90)
(43%,50%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 90 of 255 = 35%

109
127
90

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 90 = 326 (100%)
R 109 of 326 ~ 33.44%
G 127 of 326 ~ 38.96%
B 90 of 326 ~ 27.61%

%33.44
%38.96
%27.61

CMYK color model

#6D7F5A color CMYK value is (14,0,29,50).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(14,0,29,50)
C14M0Y29K50 
(14%,0%,29%,50%)
(0.14/0.00/0.29/0.50)	

CMYK percentages

%14.17
%0
%29.13
%50.2

Codes

Color #6D7F5A in popluar color models

6D7F5A
RGB10912790
HSL89°17.05%42.55%
HSB/HSV89°29.13%49.80%
CMYK14.17%0.00%29.13%
50.20%

Color #6D7F5A in popluar number systems.

HEX6D7F5A
Decimal10912790
Binary110110111111111011010
Octal155177132

Shades and tints

Shades of #6D7F5A

#6D7F5A
(109,127,90)
#647452
(100,116,82)
#5B694A
(91,105,74)
#525E42
(82,94,66)
#49533A
(73,83,58)
#404832
(64,72,50)
#373D2A
(55,61,42)
#2E3222
(46,50,34)
#25271A
(37,39,26)
#1C1C12
(28,28,18)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #6D7F5A

#6D7F5A
(109,127,90)
#7A8A69
(122,138,105)
#879578
(135,149,120)
#94A087
(148,160,135)
#A1AB96
(161,171,150)
#AEB6A5
(174,182,165)
#BBC1B4
(187,193,180)
#C8CCC3
(200,204,195)
#D5D7D2
(213,215,210)
#E2E2E1
(226,226,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7F5A color. Also use rgb(109,127,90) instead hex code.

Text Font Color

.myTextColor { color: #6D7F5A; }

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

This text font color is #6D7F5A.


Background Color

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

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

This div background color is #6D7F5A.


Border color

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

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

This div border color is #6D7F5A.


Opacity

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

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

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

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

This text has shadow with #6D7F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7F5A on black background.


Color preview on white background

This text has color #6D7F5A on white background.



Black color preview on #6D7F5A background

This text has black color on #6D7F5A background.


White color preview on #6D7F5A background

This text has white color on #6D7F5A background.