COLOR #6D844B

HEX: #6D844B RGB: (109,132,75)

Color info

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

RGB color model

#6D844B color RGB value is (109,132,75).

RGB: (109,132,75) (43%, 52%, 29%)

RGB channels and saturation

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

109
132
75

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

Portions of RGB colors in percentages

R + G + B = 109 + 132 + 75 = 316 (100%)
R 109 of 316 ~ 34.49%
G 132 of 316 ~ 41.77%
B 75 of 316 ~ 23.73'%

%34.49
%41.77
%23.73

CMYK color model

#6D844B color CMYK value is (17,0,43,48).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 48.24%

CMYK: (17,0,43,48)
C17M0Y43K48 (17%, 0%, 43%, 48%)
(0.17 / 0.00 / 0.43 / 0.48)

CMYK percentages

%17.42
%0
%43.18
%48.24

Codes

Color #6D844B in popluar color models

6D 84 4B
RGB 109 132 75
HSL 84° 27.54% 40.59%
HSB/HSV 84° 43.18% 51.76%
CMYK 17.42% 0.00% 43.18%
48.24%

Color #6D844B in popluar number systems.

HEX 6D 84 4B
Decimal 109 132 75
Binary 1101101 10000100 1001011
Octal 155 204 113

Shades and tints

Shades of #6D844B

#6D844B
(109,132,75)
#647845
(100,120,69)
#5B6C3F
(91,108,63)
#526039
(82,96,57)
#495433
(73,84,51)
#40482D
(64,72,45)
#373C27
(55,60,39)
#2E3021
(46,48,33)
#25241B
(37,36,27)
#1C1815
(28,24,21)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D844B

#6D844B
(109,132,75)
#7A8F5B
(122,143,91)
#879A6B
(135,154,107)
#94A57B
(148,165,123)
#A1B08B
(161,176,139)
#AEBB9B
(174,187,155)
#BBC6AB
(187,198,171)
#C8D1BB
(200,209,187)
#D5DCCB
(213,220,203)
#E2E7DB
(226,231,219)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D844B; }

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

This text font color is #6D844B.

Background Color

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

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

This div background color is #6D844B.

Border color

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

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

This div border color is #6D844B.

Opacity

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

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

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

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

This text has shadow with #6D844B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D844B.

Preview

Color preview on black background

This text has color #6D844B on black background.


Color preview on white background

This text has color #6D844B on white background.


Black color preview on #6D844B background

This text has black color on #6D844B background.


White color preview on #6D844B background

This text has white color on #6D844B background.


Related colors

Complementary color

Complementary color for #hex is #927BB4.


I love getcolorcode.com

Triadic colors

1 #4B6D84 and #844B6D with #6D844B are triadic colors.

2 #4B846D and #846D4B with #6D844B are triadic colors.