COLOR #6A7973

HEX: #6A7973
RGB: (106,121,115)

Color info

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

RGB color model

#6A7973 color RGB value is (106,121,115).

  • red value is 106;
  • green value is 121;
  • blue value is 115.
RGB:
(106,121,115)
(42%,47%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 115 of 255 = 45%

106
121
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 115 = 342 (100%)
R 106 of 342 ~ 30.99%
G 121 of 342 ~ 35.38%
B 115 of 342 ~ 33.63%

%30.99
%35.38
%33.63

CMYK color model

#6A7973 color CMYK value is (12,0,5,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(12,0,5,53)
C12M0Y5K53 
(12%,0%,5%,53%)
(0.12/0.00/0.05/0.53)	

CMYK percentages

%12.4
%0
%4.96
%52.55

Codes

Color #6A7973 in popluar color models

6A7973
RGB106121115
HSL156°6.61%44.51%
HSB/HSV156°12.40%47.45%
CMYK12.40%0.00%4.96%
52.55%

Color #6A7973 in popluar number systems.

HEX6A7973
Decimal106121115
Binary110101011110011110011
Octal152171163

Shades and tints

Shades of #6A7973

#6A7973
(106,121,115)
#616E69
(97,110,105)
#58635F
(88,99,95)
#4F5855
(79,88,85)
#464D4B
(70,77,75)
#3D4241
(61,66,65)
#343737
(52,55,55)
#2B2C2D
(43,44,45)
#222123
(34,33,35)
#191619
(25,22,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A7973

#6A7973
(106,121,115)
#77857F
(119,133,127)
#84918B
(132,145,139)
#919D97
(145,157,151)
#9EA9A3
(158,169,163)
#ABB5AF
(171,181,175)
#B8C1BB
(184,193,187)
#C5CDC7
(197,205,199)
#D2D9D3
(210,217,211)
#DFE5DF
(223,229,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7973 color. Also use rgb(106,121,115) instead hex code.

Text Font Color

.myTextColor { color: #6A7973; }

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

This text font color is #6A7973.


Background Color

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

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

This div background color is #6A7973.


Border color

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

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

This div border color is #6A7973.


Opacity

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

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

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

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

This text has shadow with #6A7973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7973 on black background.


Color preview on white background

This text has color #6A7973 on white background.



Black color preview on #6A7973 background

This text has black color on #6A7973 background.


White color preview on #6A7973 background

This text has white color on #6A7973 background.