COLOR #6D831A

HEX: #6D831A
RGB: (109,131,26)

Color info

#6D831A contains mainly red and green colors. Web safe color of #6D831A is #669900 (or #690).

RGB color model

#6D831A color RGB value is (109,131,26).

  • red value is 109;
  • green value is 131;
  • blue value is 26.
RGB:
(109,131,26)
(43%,51%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 26 of 255 = 10%

109
131
26

R + G + B ~ 35%. #6D831A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 26 = 266 (100%)
R 109 of 266 ~ 40.98%
G 131 of 266 ~ 49.25%
B 26 of 266 ~ 9.77%

%40.98
%49.25
%9.77

CMYK color model

#6D831A color CMYK value is (17,0,80,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 80.15%
  • key color value is 48.63%
CMYK:
(17,0,80,49)
C17M0Y80K49 
(17%,0%,80%,49%)
(0.17/0.00/0.80/0.49)	

CMYK percentages

%16.79
%0
%80.15
%48.63

Codes

Color #6D831A in popluar color models

6D831A
RGB10913126
HSL73°66.88%30.78%
HSB/HSV73°80.15%51.37%
CMYK16.79%0.00%80.15%
48.63%

Color #6D831A in popluar number systems.

HEX6D831A
Decimal10913126
Binary11011011000001111010
Octal15520332

Shades and tints

Shades of #6D831A

#6D831A
(109,131,26)
#647818
(100,120,24)
#5B6D16
(91,109,22)
#526214
(82,98,20)
#495712
(73,87,18)
#404C10
(64,76,16)
#37410E
(55,65,14)
#2E360C
(46,54,12)
#252B0A
(37,43,10)
#1C2008
(28,32,8)
#131506
(19,21,6)
#000000
(0,0,0)

Tints of #6D831A

#6D831A
(109,131,26)
#7A8E2E
(122,142,46)
#879942
(135,153,66)
#94A456
(148,164,86)
#A1AF6A
(161,175,106)
#AEBA7E
(174,186,126)
#BBC592
(187,197,146)
#C8D0A6
(200,208,166)
#D5DBBA
(213,219,186)
#E2E6CE
(226,230,206)
#EFF1E2
(239,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D831A color. Also use rgb(109,131,26) instead hex code.

Text Font Color

.myTextColor { color: #6D831A; }

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

This text font color is #6D831A.


Background Color

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

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

This div background color is #6D831A.


Border color

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

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

This div border color is #6D831A.


Opacity

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

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

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

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

This text has shadow with #6D831A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D831A on black background.


Color preview on white background

This text has color #6D831A on white background.



Black color preview on #6D831A background

This text has black color on #6D831A background.


White color preview on #6D831A background

This text has white color on #6D831A background.