COLOR #6A8367

HEX: #6A8367
RGB: (106,131,103)

Color info

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

RGB color model

#6A8367 color RGB value is (106,131,103).

  • red value is 106;
  • green value is 131;
  • blue value is 103.
RGB:
(106,131,103)
(42%,51%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 103 of 255 = 40%

106
131
103

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 103 = 340 (100%)
R 106 of 340 ~ 31.18%
G 131 of 340 ~ 38.53%
B 103 of 340 ~ 30.29%

%31.18
%38.53
%30.29

CMYK color model

#6A8367 color CMYK value is (19,0,21,49).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK:
(19,0,21,49)
C19M0Y21K49 
(19%,0%,21%,49%)
(0.19/0.00/0.21/0.49)	

CMYK percentages

%19.08
%0
%21.37
%48.63

Codes

Color #6A8367 in popluar color models

6A8367
RGB106131103
HSL114°11.97%45.88%
HSB/HSV114°21.37%51.37%
CMYK19.08%0.00%21.37%
48.63%

Color #6A8367 in popluar number systems.

HEX6A8367
Decimal106131103
Binary1101010100000111100111
Octal152203147

Shades and tints

Shades of #6A8367

#6A8367
(106,131,103)
#61785E
(97,120,94)
#586D55
(88,109,85)
#4F624C
(79,98,76)
#465743
(70,87,67)
#3D4C3A
(61,76,58)
#344131
(52,65,49)
#2B3628
(43,54,40)
#222B1F
(34,43,31)
#192016
(25,32,22)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #6A8367

#6A8367
(106,131,103)
#778E74
(119,142,116)
#849981
(132,153,129)
#91A48E
(145,164,142)
#9EAF9B
(158,175,155)
#ABBAA8
(171,186,168)
#B8C5B5
(184,197,181)
#C5D0C2
(197,208,194)
#D2DBCF
(210,219,207)
#DFE6DC
(223,230,220)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8367 color. Also use rgb(106,131,103) instead hex code.

Text Font Color

.myTextColor { color: #6A8367; }

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

This text font color is #6A8367.


Background Color

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

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

This div background color is #6A8367.


Border color

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

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

This div border color is #6A8367.


Opacity

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

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

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

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

This text has shadow with #6A8367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8367 on black background.


Color preview on white background

This text has color #6A8367 on white background.



Black color preview on #6A8367 background

This text has black color on #6A8367 background.


White color preview on #6A8367 background

This text has white color on #6A8367 background.