COLOR #6D814D

HEX: #6D814D
RGB: (109,129,77)

Color info

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

RGB color model

#6D814D color RGB value is (109,129,77).

  • red value is 109;
  • green value is 129;
  • blue value is 77.
RGB:
(109,129,77)
(43%,51%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 77 of 255 = 30%

109
129
77

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

Portions of RGB colors in percentages

R + G + B =
109 + 129 + 77 = 315 (100%)
R 109 of 315 ~ 34.6%
G 129 of 315 ~ 40.95%
B 77 of 315 ~ 24.44%

%34.6
%40.95
%24.44

CMYK color model

#6D814D color CMYK value is (16,0,40,49).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 49.41%
CMYK:
(16,0,40,49)
C16M0Y40K49 
(16%,0%,40%,49%)
(0.16/0.00/0.40/0.49)	

CMYK percentages

%15.5
%0
%40.31
%49.41

Codes

Color #6D814D in popluar color models

6D814D
RGB10912977
HSL83°25.24%40.39%
HSB/HSV83°40.31%50.59%
CMYK15.50%0.00%40.31%
49.41%

Color #6D814D in popluar number systems.

HEX6D814D
Decimal10912977
Binary1101101100000011001101
Octal155201115

Shades and tints

Shades of #6D814D

#6D814D
(109,129,77)
#647646
(100,118,70)
#5B6B3F
(91,107,63)
#526038
(82,96,56)
#495531
(73,85,49)
#404A2A
(64,74,42)
#373F23
(55,63,35)
#2E341C
(46,52,28)
#252915
(37,41,21)
#1C1E0E
(28,30,14)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #6D814D

#6D814D
(109,129,77)
#7A8C5D
(122,140,93)
#87976D
(135,151,109)
#94A27D
(148,162,125)
#A1AD8D
(161,173,141)
#AEB89D
(174,184,157)
#BBC3AD
(187,195,173)
#C8CEBD
(200,206,189)
#D5D9CD
(213,217,205)
#E2E4DD
(226,228,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D814D color. Also use rgb(109,129,77) instead hex code.

Text Font Color

.myTextColor { color: #6D814D; }

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

This text font color is #6D814D.


Background Color

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

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

This div background color is #6D814D.


Border color

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

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

This div border color is #6D814D.


Opacity

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

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

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

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

This text has shadow with #6D814D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D814D on black background.


Color preview on white background

This text has color #6D814D on white background.



Black color preview on #6D814D background

This text has black color on #6D814D background.


White color preview on #6D814D background

This text has white color on #6D814D background.