COLOR #6D8441

HEX: #6D8441
RGB: (109,132,65)

Color info

#6D8441 contains mainly red and green colors. Web safe color of #6D8441 is #669933 (or #693).

RGB color model

#6D8441 color RGB value is (109,132,65).

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

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 65 of 255 = 25%

109
132
65

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 65 = 306 (100%)
R 109 of 306 ~ 35.62%
G 132 of 306 ~ 43.14%
B 65 of 306 ~ 21.24%

%35.62
%43.14
%21.24

CMYK color model

#6D8441 color CMYK value is (17,0,51,48).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 50.76%
  • key color value is 48.24%
CMYK:
(17,0,51,48)
C17M0Y51K48 
(17%,0%,51%,48%)
(0.17/0.00/0.51/0.48)	

CMYK percentages

%17.42
%0
%50.76
%48.24

Codes

Color #6D8441 in popluar color models

6D8441
RGB10913265
HSL81°34.01%38.63%
HSB/HSV81°50.76%51.76%
CMYK17.42%0.00%50.76%
48.24%

Color #6D8441 in popluar number systems.

HEX6D8441
Decimal10913265
Binary1101101100001001000001
Octal155204101

Shades and tints

Shades of #6D8441

#6D8441
(109,132,65)
#64783C
(100,120,60)
#5B6C37
(91,108,55)
#526032
(82,96,50)
#49542D
(73,84,45)
#404828
(64,72,40)
#373C23
(55,60,35)
#2E301E
(46,48,30)
#252419
(37,36,25)
#1C1814
(28,24,20)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D8441

#6D8441
(109,132,65)
#7A8F52
(122,143,82)
#879A63
(135,154,99)
#94A574
(148,165,116)
#A1B085
(161,176,133)
#AEBB96
(174,187,150)
#BBC6A7
(187,198,167)
#C8D1B8
(200,209,184)
#D5DCC9
(213,220,201)
#E2E7DA
(226,231,218)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8441; }

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

This text font color is #6D8441.


Background Color

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

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

This div background color is #6D8441.


Border color

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

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

This div border color is #6D8441.


Opacity

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

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

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

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

This text has shadow with #6D8441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8441 on black background.


Color preview on white background

This text has color #6D8441 on white background.



Black color preview on #6D8441 background

This text has black color on #6D8441 background.


White color preview on #6D8441 background

This text has white color on #6D8441 background.