COLOR #6A7974

HEX: #6A7974
RGB: (106,121,116)

Color info

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

RGB color model

#6A7974 color RGB value is (106,121,116).

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

RGB channels and saturation

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

106
121
116

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 116 = 343 (100%)
R 106 of 343 ~ 30.9%
G 121 of 343 ~ 35.28%
B 116 of 343 ~ 33.82%

%30.9
%35.28
%33.82

CMYK color model

#6A7974 color CMYK value is (12,0,4,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(12,0,4,53)
C12M0Y4K53 
(12%,0%,4%,53%)
(0.12/0.00/0.04/0.53)	

CMYK percentages

%12.4
%0
%4.13
%52.55

Codes

Color #6A7974 in popluar color models

6A7974
RGB106121116
HSL160°6.61%44.51%
HSB/HSV160°12.40%47.45%
CMYK12.40%0.00%4.13%
52.55%

Color #6A7974 in popluar number systems.

HEX6A7974
Decimal106121116
Binary110101011110011110100
Octal152171164

Shades and tints

Shades of #6A7974

#6A7974
(106,121,116)
#616E6A
(97,110,106)
#586360
(88,99,96)
#4F5856
(79,88,86)
#464D4C
(70,77,76)
#3D4242
(61,66,66)
#343738
(52,55,56)
#2B2C2E
(43,44,46)
#222124
(34,33,36)
#19161A
(25,22,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #6A7974

#6A7974
(106,121,116)
#778580
(119,133,128)
#84918C
(132,145,140)
#919D98
(145,157,152)
#9EA9A4
(158,169,164)
#ABB5B0
(171,181,176)
#B8C1BC
(184,193,188)
#C5CDC8
(197,205,200)
#D2D9D4
(210,217,212)
#DFE5E0
(223,229,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7974; }

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

This text font color is #6A7974.


Background Color

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

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

This div background color is #6A7974.


Border color

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

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

This div border color is #6A7974.


Opacity

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

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

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

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

This text has shadow with #6A7974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7974 on black background.


Color preview on white background

This text has color #6A7974 on white background.



Black color preview on #6A7974 background

This text has black color on #6A7974 background.


White color preview on #6A7974 background

This text has white color on #6A7974 background.