COLOR #6D823F

HEX: #6D823F RGB: (109,130,63)

Color info

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

RGB color model

#6D823F color RGB value is (109,130,63).

RGB: (109,130,63) (43%, 51%, 25%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 63 of 255 = 25%

109
130
63

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

Portions of RGB colors in percentages

R + G + B = 109 + 130 + 63 = 302 (100%)
R 109 of 302 ~ 36.09%
G 130 of 302 ~ 43.05%
B 63 of 302 ~ 20.86'%

%36.09
%43.05
%20.86

CMYK color model

#6D823F color CMYK value is (16,0,52,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK: (16,0,52,49) C16M0Y52K49 (16%,0%,52%,49%) (0.16/0.00/0.52/0.49) 

CMYK percentages

%16.15
%0
%51.54
%49.02

Codes

Color #6D823F in popluar color models

6D 82 3F
RGB 109 130 63
HSL 79° 34.72% 37.84%
HSB/HSV 79° 51.54% 50.98%
CMYK 16.15% 0.00% 51.54%
49.02%

Color #6D823F in popluar number systems.

HEX 6D 82 3F
Decimal 109 130 63
Binary 1101101 10000010 111111
Octal 155 202 77

Shades and tints

Shades of #6D823F

#6D823F
(109,130,63)
#64773A
(100,119,58)
#5B6C35
(91,108,53)
#526130
(82,97,48)
#49562B
(73,86,43)
#404B26
(64,75,38)
#374021
(55,64,33)
#2E351C
(46,53,28)
#252A17
(37,42,23)
#1C1F12
(28,31,18)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #6D823F

#6D823F
(109,130,63)
#7A8D50
(122,141,80)
#879861
(135,152,97)
#94A372
(148,163,114)
#A1AE83
(161,174,131)
#AEB994
(174,185,148)
#BBC4A5
(187,196,165)
#C8CFB6
(200,207,182)
#D5DAC7
(213,218,199)
#E2E5D8
(226,229,216)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D823F color. Also use rgb(109,130,63) instead hex code.

Text Font Color

.myTextColor { color: #6D823F; }

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

This text font color is #6D823F.

Background Color

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

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

This div background color is #6D823F.

Border color

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

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

This div border color is #6D823F.

Opacity

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

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

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

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

This text has shadow with #6D823F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D823F.

Preview

Color preview on black background

This text has color #6D823F on black background.


Color preview on white background

This text has color #6D823F on white background.


Black color preview on #6D823F background

This text has black color on #6D823F background.


White color preview on #6D823F background

This text has white color on #6D823F background.


Related colors

Complementary color

Complementary color for #hex is #927DC0.


I love getcolorcode.com

Triadic colors

1 #3F6D82 and #823F6D with #6D823F are triadic colors.

2 #3F826D and #826D3F with #6D823F are triadic colors.