COLOR #6D7D50

HEX: #6D7D50
RGB: (109,125,80)

Color info

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

RGB color model

#6D7D50 color RGB value is (109,125,80).

  • red value is 109;
  • green value is 125;
  • blue value is 80.
RGB:
(109,125,80)
(43%,49%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 80 of 255 = 31%

109
125
80

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 80 = 314 (100%)
R 109 of 314 ~ 34.71%
G 125 of 314 ~ 39.81%
B 80 of 314 ~ 25.48%

%34.71
%39.81
%25.48

CMYK color model

#6D7D50 color CMYK value is (13,0,36,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 50.98%
CMYK:
(13,0,36,51)
C13M0Y36K51 
(13%,0%,36%,51%)
(0.13/0.00/0.36/0.51)	

CMYK percentages

%12.8
%0
%36
%50.98

Codes

Color #6D7D50 in popluar color models

6D7D50
RGB10912580
HSL81°21.95%40.20%
HSB/HSV81°36.00%49.02%
CMYK12.80%0.00%36.00%
50.98%

Color #6D7D50 in popluar number systems.

HEX6D7D50
Decimal10912580
Binary110110111111011010000
Octal155175120

Shades and tints

Shades of #6D7D50

#6D7D50
(109,125,80)
#647249
(100,114,73)
#5B6742
(91,103,66)
#525C3B
(82,92,59)
#495134
(73,81,52)
#40462D
(64,70,45)
#373B26
(55,59,38)
#2E301F
(46,48,31)
#252518
(37,37,24)
#1C1A11
(28,26,17)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #6D7D50

#6D7D50
(109,125,80)
#7A885F
(122,136,95)
#87936E
(135,147,110)
#949E7D
(148,158,125)
#A1A98C
(161,169,140)
#AEB49B
(174,180,155)
#BBBFAA
(187,191,170)
#C8CAB9
(200,202,185)
#D5D5C8
(213,213,200)
#E2E0D7
(226,224,215)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7D50 color. Also use rgb(109,125,80) instead hex code.

Text Font Color

.myTextColor { color: #6D7D50; }

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

This text font color is #6D7D50.


Background Color

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

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

This div background color is #6D7D50.


Border color

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

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

This div border color is #6D7D50.


Opacity

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

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

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

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

This text has shadow with #6D7D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D50 on black background.


Color preview on white background

This text has color #6D7D50 on white background.



Black color preview on #6D7D50 background

This text has black color on #6D7D50 background.


White color preview on #6D7D50 background

This text has white color on #6D7D50 background.