COLOR #6A8063

HEX: #6A8063
RGB: (106,128,99)

Color info

#6A8063 contains red, green and blue colors in about the same proportion. Web safe color of #6A8063 is #666666 (or #666).

RGB color model

#6A8063 color RGB value is (106,128,99).

  • red value is 106;
  • green value is 128;
  • blue value is 99.
RGB:
(106,128,99)
(42%,50%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 99 of 255 = 39%

106
128
99

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

Portions of RGB colors in percentages

R + G + B =
106 + 128 + 99 = 333 (100%)
R 106 of 333 ~ 31.83%
G 128 of 333 ~ 38.44%
B 99 of 333 ~ 29.73%

%31.83
%38.44
%29.73

CMYK color model

#6A8063 color CMYK value is (17,0,23,50).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(17,0,23,50)
C17M0Y23K50 
(17%,0%,23%,50%)
(0.17/0.00/0.23/0.50)	

CMYK percentages

%17.19
%0
%22.66
%49.8

Codes

Color #6A8063 in popluar color models

6A8063
RGB10612899
HSL106°12.78%44.51%
HSB/HSV106°22.66%50.20%
CMYK17.19%0.00%22.66%
49.80%

Color #6A8063 in popluar number systems.

HEX6A8063
Decimal10612899
Binary1101010100000001100011
Octal152200143

Shades and tints

Shades of #6A8063

#6A8063
(106,128,99)
#61755A
(97,117,90)
#586A51
(88,106,81)
#4F5F48
(79,95,72)
#46543F
(70,84,63)
#3D4936
(61,73,54)
#343E2D
(52,62,45)
#2B3324
(43,51,36)
#22281B
(34,40,27)
#191D12
(25,29,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #6A8063

#6A8063
(106,128,99)
#778B71
(119,139,113)
#84967F
(132,150,127)
#91A18D
(145,161,141)
#9EAC9B
(158,172,155)
#ABB7A9
(171,183,169)
#B8C2B7
(184,194,183)
#C5CDC5
(197,205,197)
#D2D8D3
(210,216,211)
#DFE3E1
(223,227,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8063 color. Also use rgb(106,128,99) instead hex code.

Text Font Color

.myTextColor { color: #6A8063; }

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

This text font color is #6A8063.


Background Color

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

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

This div background color is #6A8063.


Border color

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

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

This div border color is #6A8063.


Opacity

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

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

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

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

This text has shadow with #6A8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8063 on black background.


Color preview on white background

This text has color #6A8063 on white background.



Black color preview on #6A8063 background

This text has black color on #6A8063 background.


White color preview on #6A8063 background

This text has white color on #6A8063 background.