COLOR #6D7B40

HEX: #6D7B40
RGB: (109,123,64)

Color info

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

RGB color model

#6D7B40 color RGB value is (109,123,64).

  • red value is 109;
  • green value is 123;
  • blue value is 64.
RGB:
(109,123,64)
(43%,48%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 123 of 255 = 48%
B 64 of 255 = 25%

109
123
64

R + G + B ~ 39%. #6D7B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 123 + 64 = 296 (100%)
R 109 of 296 ~ 36.82%
G 123 of 296 ~ 41.55%
B 64 of 296 ~ 21.62%

%36.82
%41.55
%21.62

CMYK color model

#6D7B40 color CMYK value is (11,0,48,52).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(11,0,48,52)
C11M0Y48K52 
(11%,0%,48%,52%)
(0.11/0.00/0.48/0.52)	

CMYK percentages

%11.38
%0
%47.97
%51.76

Codes

Color #6D7B40 in popluar color models

6D7B40
RGB10912364
HSL74°31.55%36.67%
HSB/HSV74°47.97%48.24%
CMYK11.38%0.00%47.97%
51.76%

Color #6D7B40 in popluar number systems.

HEX6D7B40
Decimal10912364
Binary110110111110111000000
Octal155173100

Shades and tints

Shades of #6D7B40

#6D7B40
(109,123,64)
#64703B
(100,112,59)
#5B6536
(91,101,54)
#525A31
(82,90,49)
#494F2C
(73,79,44)
#404427
(64,68,39)
#373922
(55,57,34)
#2E2E1D
(46,46,29)
#252318
(37,35,24)
#1C1813
(28,24,19)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #6D7B40

#6D7B40
(109,123,64)
#7A8751
(122,135,81)
#879362
(135,147,98)
#949F73
(148,159,115)
#A1AB84
(161,171,132)
#AEB795
(174,183,149)
#BBC3A6
(187,195,166)
#C8CFB7
(200,207,183)
#D5DBC8
(213,219,200)
#E2E7D9
(226,231,217)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7B40 color. Also use rgb(109,123,64) instead hex code.

Text Font Color

.myTextColor { color: #6D7B40; }

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

This text font color is #6D7B40.


Background Color

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

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

This div background color is #6D7B40.


Border color

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

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

This div border color is #6D7B40.


Opacity

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

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

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

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

This text has shadow with #6D7B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7B40 on black background.


Color preview on white background

This text has color #6D7B40 on white background.



Black color preview on #6D7B40 background

This text has black color on #6D7B40 background.


White color preview on #6D7B40 background

This text has white color on #6D7B40 background.