COLOR #6A7061

HEX: #6A7061
RGB: (106,112,97)

Color info

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

RGB color model

#6A7061 color RGB value is (106,112,97).

  • red value is 106;
  • green value is 112;
  • blue value is 97.
RGB:
(106,112,97)
(42%,44%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 97 of 255 = 38%

106
112
97

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

Portions of RGB colors in percentages

R + G + B =
106 + 112 + 97 = 315 (100%)
R 106 of 315 ~ 33.65%
G 112 of 315 ~ 35.56%
B 97 of 315 ~ 30.79%

%33.65
%35.56
%30.79

CMYK color model

#6A7061 color CMYK value is (5,0,13,56).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(5,0,13,56)
C5M0Y13K56 
(5%,0%,13%,56%)
(0.05/0.00/0.13/0.56)	

CMYK percentages

%5.36
%0
%13.39
%56.08

Codes

Color #6A7061 in popluar color models

6A7061
RGB10611297
HSL84°7.18%40.98%
HSB/HSV84°13.39%43.92%
CMYK5.36%0.00%13.39%
56.08%

Color #6A7061 in popluar number systems.

HEX6A7061
Decimal10611297
Binary110101011100001100001
Octal152160141

Shades and tints

Shades of #6A7061

#6A7061
(106,112,97)
#616659
(97,102,89)
#585C51
(88,92,81)
#4F5249
(79,82,73)
#464841
(70,72,65)
#3D3E39
(61,62,57)
#343431
(52,52,49)
#2B2A29
(43,42,41)
#222021
(34,32,33)
#191619
(25,22,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A7061

#6A7061
(106,112,97)
#777D6F
(119,125,111)
#848A7D
(132,138,125)
#91978B
(145,151,139)
#9EA499
(158,164,153)
#ABB1A7
(171,177,167)
#B8BEB5
(184,190,181)
#C5CBC3
(197,203,195)
#D2D8D1
(210,216,209)
#DFE5DF
(223,229,223)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7061 color. Also use rgb(106,112,97) instead hex code.

Text Font Color

.myTextColor { color: #6A7061; }

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

This text font color is #6A7061.


Background Color

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

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

This div background color is #6A7061.


Border color

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

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

This div border color is #6A7061.


Opacity

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

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

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

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

This text has shadow with #6A7061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7061 on black background.


Color preview on white background

This text has color #6A7061 on white background.



Black color preview on #6A7061 background

This text has black color on #6A7061 background.


White color preview on #6A7061 background

This text has white color on #6A7061 background.