COLOR #6A8256

HEX: #6A8256
RGB: (106,130,86)

Color info

#6A8256 contains red, green and blue colors in about the same proportion. Web safe color of #6A8256 is #669966 (or #696).

RGB color model

#6A8256 color RGB value is (106,130,86).

  • red value is 106;
  • green value is 130;
  • blue value is 86.
RGB:
(106,130,86)
(42%,51%,34%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 86 of 255 = 34%

106
130
86

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 86 = 322 (100%)
R 106 of 322 ~ 32.92%
G 130 of 322 ~ 40.37%
B 86 of 322 ~ 26.71%

%32.92
%40.37
%26.71

CMYK color model

#6A8256 color CMYK value is (18,0,34,49).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(18,0,34,49)
C18M0Y34K49 
(18%,0%,34%,49%)
(0.18/0.00/0.34/0.49)	

CMYK percentages

%18.46
%0
%33.85
%49.02

Codes

Color #6A8256 in popluar color models

6A8256
RGB10613086
HSL93°20.37%42.35%
HSB/HSV93°33.85%50.98%
CMYK18.46%0.00%33.85%
49.02%

Color #6A8256 in popluar number systems.

HEX6A8256
Decimal10613086
Binary1101010100000101010110
Octal152202126

Shades and tints

Shades of #6A8256

#6A8256
(106,130,86)
#61774F
(97,119,79)
#586C48
(88,108,72)
#4F6141
(79,97,65)
#46563A
(70,86,58)
#3D4B33
(61,75,51)
#34402C
(52,64,44)
#2B3525
(43,53,37)
#222A1E
(34,42,30)
#191F17
(25,31,23)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6A8256

#6A8256
(106,130,86)
#778D65
(119,141,101)
#849874
(132,152,116)
#91A383
(145,163,131)
#9EAE92
(158,174,146)
#ABB9A1
(171,185,161)
#B8C4B0
(184,196,176)
#C5CFBF
(197,207,191)
#D2DACE
(210,218,206)
#DFE5DD
(223,229,221)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8256 color. Also use rgb(106,130,86) instead hex code.

Text Font Color

.myTextColor { color: #6A8256; }

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

This text font color is #6A8256.


Background Color

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

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

This div background color is #6A8256.


Border color

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

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

This div border color is #6A8256.


Opacity

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

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

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

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

This text has shadow with #6A8256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8256 on black background.


Color preview on white background

This text has color #6A8256 on white background.



Black color preview on #6A8256 background

This text has black color on #6A8256 background.


White color preview on #6A8256 background

This text has white color on #6A8256 background.