COLOR #6D823E

HEX: #6D823E
RGB: (109,130,62)

Color info

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

RGB color model

#6D823E color RGB value is (109,130,62).

  • red value is 109;
  • green value is 130;
  • blue value is 62.
RGB:
(109,130,62)
(43%,51%,24%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 62 of 255 = 24%

109
130
62

R + G + B ~ 39%. #6D823E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 62 = 301 (100%)
R 109 of 301 ~ 36.21%
G 130 of 301 ~ 43.19%
B 62 of 301 ~ 20.6%

%36.21
%43.19
%20.6

CMYK color model

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

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • 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
%52.31
%49.02

Codes

Color #6D823E in popluar color models

6D823E
RGB10913062
HSL79°35.42%37.65%
HSB/HSV79°52.31%50.98%
CMYK16.15%0.00%52.31%
49.02%

Color #6D823E in popluar number systems.

HEX6D823E
Decimal10913062
Binary110110110000010111110
Octal15520276

Shades and tints

Shades of #6D823E

#6D823E
(109,130,62)
#647739
(100,119,57)
#5B6C34
(91,108,52)
#52612F
(82,97,47)
#49562A
(73,86,42)
#404B25
(64,75,37)
#374020
(55,64,32)
#2E351B
(46,53,27)
#252A16
(37,42,22)
#1C1F11
(28,31,17)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #6D823E

#6D823E
(109,130,62)
#7A8D4F
(122,141,79)
#879860
(135,152,96)
#94A371
(148,163,113)
#A1AE82
(161,174,130)
#AEB993
(174,185,147)
#BBC4A4
(187,196,164)
#C8CFB5
(200,207,181)
#D5DAC6
(213,218,198)
#E2E5D7
(226,229,215)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D823E; }

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

This text font color is #6D823E.


Background Color

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

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

This div background color is #6D823E.


Border color

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

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

This div border color is #6D823E.


Opacity

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

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

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

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

This text has shadow with #6D823E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D823E on black background.


Color preview on white background

This text has color #6D823E on white background.



Black color preview on #6D823E background

This text has black color on #6D823E background.


White color preview on #6D823E background

This text has white color on #6D823E background.