COLOR #6A7F56

HEX: #6A7F56
RGB: (106,127,86)

Color info

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

RGB color model

#6A7F56 color RGB value is (106,127,86).

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

RGB channels and saturation

R 106 of 255 = 42%
G 127 of 255 = 50%
B 86 of 255 = 34%

106
127
86

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

Portions of RGB colors in percentages

R + G + B =
106 + 127 + 86 = 319 (100%)
R 106 of 319 ~ 33.23%
G 127 of 319 ~ 39.81%
B 86 of 319 ~ 26.96%

%33.23
%39.81
%26.96

CMYK color model

#6A7F56 color CMYK value is (17,0,32,50).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 50.20%
CMYK:
(17,0,32,50)
C17M0Y32K50 
(17%,0%,32%,50%)
(0.17/0.00/0.32/0.50)	

CMYK percentages

%16.54
%0
%32.28
%50.2

Codes

Color #6A7F56 in popluar color models

6A7F56
RGB10612786
HSL91°19.25%41.76%
HSB/HSV91°32.28%49.80%
CMYK16.54%0.00%32.28%
50.20%

Color #6A7F56 in popluar number systems.

HEX6A7F56
Decimal10612786
Binary110101011111111010110
Octal152177126

Shades and tints

Shades of #6A7F56

#6A7F56
(106,127,86)
#61744F
(97,116,79)
#586948
(88,105,72)
#4F5E41
(79,94,65)
#46533A
(70,83,58)
#3D4833
(61,72,51)
#343D2C
(52,61,44)
#2B3225
(43,50,37)
#22271E
(34,39,30)
#191C17
(25,28,23)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A7F56

#6A7F56
(106,127,86)
#778A65
(119,138,101)
#849574
(132,149,116)
#91A083
(145,160,131)
#9EAB92
(158,171,146)
#ABB6A1
(171,182,161)
#B8C1B0
(184,193,176)
#C5CCBF
(197,204,191)
#D2D7CE
(210,215,206)
#DFE2DD
(223,226,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7F56; }

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

This text font color is #6A7F56.


Background Color

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

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

This div background color is #6A7F56.


Border color

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

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

This div border color is #6A7F56.


Opacity

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

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

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

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

This text has shadow with #6A7F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7F56 on black background.


Color preview on white background

This text has color #6A7F56 on white background.



Black color preview on #6A7F56 background

This text has black color on #6A7F56 background.


White color preview on #6A7F56 background

This text has white color on #6A7F56 background.