COLOR #6D7D46

HEX: #6D7D46
RGB: (109,125,70)

Color info

#6D7D46 contains red, green and blue colors in about the same proportion. Web safe color of #6D7D46 is #666633 (or #663).

RGB color model

#6D7D46 color RGB value is (109,125,70).

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

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 70 of 255 = 27%

109
125
70

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 70 = 304 (100%)
R 109 of 304 ~ 35.86%
G 125 of 304 ~ 41.12%
B 70 of 304 ~ 23.03%

%35.86
%41.12
%23.03

CMYK color model

#6D7D46 color CMYK value is (13,0,44,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 50.98%
CMYK:
(13,0,44,51)
C13M0Y44K51 
(13%,0%,44%,51%)
(0.13/0.00/0.44/0.51)	

CMYK percentages

%12.8
%0
%44
%50.98

Codes

Color #6D7D46 in popluar color models

6D7D46
RGB10912570
HSL77°28.21%38.24%
HSB/HSV77°44.00%49.02%
CMYK12.80%0.00%44.00%
50.98%

Color #6D7D46 in popluar number systems.

HEX6D7D46
Decimal10912570
Binary110110111111011000110
Octal155175106

Shades and tints

Shades of #6D7D46

#6D7D46
(109,125,70)
#647240
(100,114,64)
#5B673A
(91,103,58)
#525C34
(82,92,52)
#49512E
(73,81,46)
#404628
(64,70,40)
#373B22
(55,59,34)
#2E301C
(46,48,28)
#252516
(37,37,22)
#1C1A10
(28,26,16)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #6D7D46

#6D7D46
(109,125,70)
#7A8856
(122,136,86)
#879366
(135,147,102)
#949E76
(148,158,118)
#A1A986
(161,169,134)
#AEB496
(174,180,150)
#BBBFA6
(187,191,166)
#C8CAB6
(200,202,182)
#D5D5C6
(213,213,198)
#E2E0D6
(226,224,214)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7D46; }

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

This text font color is #6D7D46.


Background Color

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

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

This div background color is #6D7D46.


Border color

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

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

This div border color is #6D7D46.


Opacity

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

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

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

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

This text has shadow with #6D7D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D46 on black background.


Color preview on white background

This text has color #6D7D46 on white background.



Black color preview on #6D7D46 background

This text has black color on #6D7D46 background.


White color preview on #6D7D46 background

This text has white color on #6D7D46 background.