COLOR #6D844A

HEX: #6D844A
RGB: (109,132,74)

Color info

#6D844A contains red, green and blue colors in about the same proportion. Web safe color of #6D844A is #669933 (or #693).

RGB color model

#6D844A color RGB value is (109,132,74).

  • red value is 109;
  • green value is 132;
  • blue value is 74.
RGB:
(109,132,74)
(43%,52%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 74 of 255 = 29%

109
132
74

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 74 = 315 (100%)
R 109 of 315 ~ 34.6%
G 132 of 315 ~ 41.9%
B 74 of 315 ~ 23.49%

%34.6
%41.9
%23.49

CMYK color model

#6D844A color CMYK value is (17,0,44,48).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(17,0,44,48)
C17M0Y44K48 
(17%,0%,44%,48%)
(0.17/0.00/0.44/0.48)	

CMYK percentages

%17.42
%0
%43.94
%48.24

Codes

Color #6D844A in popluar color models

6D844A
RGB10913274
HSL84°28.16%40.39%
HSB/HSV84°43.94%51.76%
CMYK17.42%0.00%43.94%
48.24%

Color #6D844A in popluar number systems.

HEX6D844A
Decimal10913274
Binary1101101100001001001010
Octal155204112

Shades and tints

Shades of #6D844A

#6D844A
(109,132,74)
#647844
(100,120,68)
#5B6C3E
(91,108,62)
#526038
(82,96,56)
#495432
(73,84,50)
#40482C
(64,72,44)
#373C26
(55,60,38)
#2E3020
(46,48,32)
#25241A
(37,36,26)
#1C1814
(28,24,20)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D844A

#6D844A
(109,132,74)
#7A8F5A
(122,143,90)
#879A6A
(135,154,106)
#94A57A
(148,165,122)
#A1B08A
(161,176,138)
#AEBB9A
(174,187,154)
#BBC6AA
(187,198,170)
#C8D1BA
(200,209,186)
#D5DCCA
(213,220,202)
#E2E7DA
(226,231,218)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D844A color. Also use rgb(109,132,74) instead hex code.

Text Font Color

.myTextColor { color: #6D844A; }

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

This text font color is #6D844A.


Background Color

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

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

This div background color is #6D844A.


Border color

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

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

This div border color is #6D844A.


Opacity

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

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

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

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

This text has shadow with #6D844A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D844A on black background.


Color preview on white background

This text has color #6D844A on white background.



Black color preview on #6D844A background

This text has black color on #6D844A background.


White color preview on #6D844A background

This text has white color on #6D844A background.