COLOR #6D7E34

HEX: #6D7E34
RGB: (109,126,52)

Color info

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

RGB color model

#6D7E34 color RGB value is (109,126,52).

  • red value is 109;
  • green value is 126;
  • blue value is 52.
RGB:
(109,126,52)
(43%,49%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 52 of 255 = 20%

109
126
52

R + G + B ~ 37%. #6D7E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 52 = 287 (100%)
R 109 of 287 ~ 37.98%
G 126 of 287 ~ 43.9%
B 52 of 287 ~ 18.12%

%37.98
%43.9
%18.12

CMYK color model

#6D7E34 color CMYK value is (13,0,59,51).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 58.73%
  • key color value is 50.59%
CMYK:
(13,0,59,51)
C13M0Y59K51 
(13%,0%,59%,51%)
(0.13/0.00/0.59/0.51)	

CMYK percentages

%13.49
%0
%58.73
%50.59

Codes

Color #6D7E34 in popluar color models

6D7E34
RGB10912652
HSL74°41.57%34.90%
HSB/HSV74°58.73%49.41%
CMYK13.49%0.00%58.73%
50.59%

Color #6D7E34 in popluar number systems.

HEX6D7E34
Decimal10912652
Binary11011011111110110100
Octal15517664

Shades and tints

Shades of #6D7E34

#6D7E34
(109,126,52)
#647330
(100,115,48)
#5B682C
(91,104,44)
#525D28
(82,93,40)
#495224
(73,82,36)
#404720
(64,71,32)
#373C1C
(55,60,28)
#2E3118
(46,49,24)
#252614
(37,38,20)
#1C1B10
(28,27,16)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D7E34

#6D7E34
(109,126,52)
#7A8946
(122,137,70)
#879458
(135,148,88)
#949F6A
(148,159,106)
#A1AA7C
(161,170,124)
#AEB58E
(174,181,142)
#BBC0A0
(187,192,160)
#C8CBB2
(200,203,178)
#D5D6C4
(213,214,196)
#E2E1D6
(226,225,214)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E34 color. Also use rgb(109,126,52) instead hex code.

Text Font Color

.myTextColor { color: #6D7E34; }

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

This text font color is #6D7E34.


Background Color

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

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

This div background color is #6D7E34.


Border color

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

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

This div border color is #6D7E34.


Opacity

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

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

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

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

This text has shadow with #6D7E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E34 on black background.


Color preview on white background

This text has color #6D7E34 on white background.



Black color preview on #6D7E34 background

This text has black color on #6D7E34 background.


White color preview on #6D7E34 background

This text has white color on #6D7E34 background.