COLOR #6D7A3B

HEX: #6D7A3B
RGB: (109,122,59)

Color info

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

RGB color model

#6D7A3B color RGB value is (109,122,59).

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

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 59 of 255 = 23%

109
122
59

R + G + B ~ 38%. #6D7A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 59 = 290 (100%)
R 109 of 290 ~ 37.59%
G 122 of 290 ~ 42.07%
B 59 of 290 ~ 20.34%

%37.59
%42.07
%20.34

CMYK color model

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

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 51.64%
  • key color value is 52.16%
CMYK:
(11,0,52,52)
C11M0Y52K52 
(11%,0%,52%,52%)
(0.11/0.00/0.52/0.52)	

CMYK percentages

%10.66
%0
%51.64
%52.16

Codes

Color #6D7A3B in popluar color models

6D7A3B
RGB10912259
HSL72°34.81%35.49%
HSB/HSV72°51.64%47.84%
CMYK10.66%0.00%51.64%
52.16%

Color #6D7A3B in popluar number systems.

HEX6D7A3B
Decimal10912259
Binary11011011111010111011
Octal15517273

Shades and tints

Shades of #6D7A3B

#6D7A3B
(109,122,59)
#646F36
(100,111,54)
#5B6431
(91,100,49)
#52592C
(82,89,44)
#494E27
(73,78,39)
#404322
(64,67,34)
#37381D
(55,56,29)
#2E2D18
(46,45,24)
#252213
(37,34,19)
#1C170E
(28,23,14)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #6D7A3B

#6D7A3B
(109,122,59)
#7A864C
(122,134,76)
#87925D
(135,146,93)
#949E6E
(148,158,110)
#A1AA7F
(161,170,127)
#AEB690
(174,182,144)
#BBC2A1
(187,194,161)
#C8CEB2
(200,206,178)
#D5DAC3
(213,218,195)
#E2E6D4
(226,230,212)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7A3B; }

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

This text font color is #6D7A3B.


Background Color

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

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

This div background color is #6D7A3B.


Border color

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

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

This div border color is #6D7A3B.


Opacity

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

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

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

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

This text has shadow with #6D7A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A3B on black background.


Color preview on white background

This text has color #6D7A3B on white background.



Black color preview on #6D7A3B background

This text has black color on #6D7A3B background.


White color preview on #6D7A3B background

This text has white color on #6D7A3B background.