COLOR #6D7A2C

HEX: #6D7A2C
RGB: (109,122,44)

Color info

#6D7A2C contains mainly red and green colors. Web safe color of #6D7A2C is #666633 (or #663).

RGB color model

#6D7A2C color RGB value is (109,122,44).

  • red value is 109;
  • green value is 122;
  • blue value is 44.
RGB:
(109,122,44)
(43%,48%,17%)

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 44 of 255 = 17%

109
122
44

R + G + B ~ 36%. #6D7A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 44 = 275 (100%)
R 109 of 275 ~ 39.64%
G 122 of 275 ~ 44.36%
B 44 of 275 ~ 16%

%39.64
%44.36
%16

CMYK color model

#6D7A2C color CMYK value is (11,0,64,52).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 63.93%
  • key color value is 52.16%
CMYK:
(11,0,64,52)
C11M0Y64K52 
(11%,0%,64%,52%)
(0.11/0.00/0.64/0.52)	

CMYK percentages

%10.66
%0
%63.93
%52.16

Codes

Color #6D7A2C in popluar color models

6D7A2C
RGB10912244
HSL70°46.99%32.55%
HSB/HSV70°63.93%47.84%
CMYK10.66%0.00%63.93%
52.16%

Color #6D7A2C in popluar number systems.

HEX6D7A2C
Decimal10912244
Binary11011011111010101100
Octal15517254

Shades and tints

Shades of #6D7A2C

#6D7A2C
(109,122,44)
#646F28
(100,111,40)
#5B6424
(91,100,36)
#525920
(82,89,32)
#494E1C
(73,78,28)
#404318
(64,67,24)
#373814
(55,56,20)
#2E2D10
(46,45,16)
#25220C
(37,34,12)
#1C1708
(28,23,8)
#130C04
(19,12,4)
#000000
(0,0,0)

Tints of #6D7A2C

#6D7A2C
(109,122,44)
#7A863F
(122,134,63)
#879252
(135,146,82)
#949E65
(148,158,101)
#A1AA78
(161,170,120)
#AEB68B
(174,182,139)
#BBC29E
(187,194,158)
#C8CEB1
(200,206,177)
#D5DAC4
(213,218,196)
#E2E6D7
(226,230,215)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7A2C color. Also use rgb(109,122,44) instead hex code.

Text Font Color

.myTextColor { color: #6D7A2C; }

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

This text font color is #6D7A2C.


Background Color

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

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

This div background color is #6D7A2C.


Border color

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

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

This div border color is #6D7A2C.


Opacity

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

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

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

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

This text has shadow with #6D7A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A2C on black background.


Color preview on white background

This text has color #6D7A2C on white background.



Black color preview on #6D7A2C background

This text has black color on #6D7A2C background.


White color preview on #6D7A2C background

This text has white color on #6D7A2C background.