COLOR #6A7E6A

HEX: #6A7E6A
RGB: (106,126,106)

Color info

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

RGB color model

#6A7E6A color RGB value is (106,126,106).

  • red value is 106;
  • green value is 126;
  • blue value is 106.
RGB:
(106,126,106)
(42%,49%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 126 of 255 = 49%
B 106 of 255 = 42%

106
126
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 126 + 106 = 338 (100%)
R 106 of 338 ~ 31.36%
G 126 of 338 ~ 37.28%
B 106 of 338 ~ 31.36%

%31.36
%37.28
%31.36

CMYK color model

#6A7E6A color CMYK value is (16,0,16,51).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(16,0,16,51)
C16M0Y16K51 
(16%,0%,16%,51%)
(0.16/0.00/0.16/0.51)	

CMYK percentages

%15.87
%0
%15.87
%50.59

Codes

Color #6A7E6A in popluar color models

6A7E6A
RGB106126106
HSL120°8.62%45.49%
HSB/HSV120°15.87%49.41%
CMYK15.87%0.00%15.87%
50.59%

Color #6A7E6A in popluar number systems.

HEX6A7E6A
Decimal106126106
Binary110101011111101101010
Octal152176152

Shades and tints

Shades of #6A7E6A

#6A7E6A
(106,126,106)
#617361
(97,115,97)
#586858
(88,104,88)
#4F5D4F
(79,93,79)
#465246
(70,82,70)
#3D473D
(61,71,61)
#343C34
(52,60,52)
#2B312B
(43,49,43)
#222622
(34,38,34)
#191B19
(25,27,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A7E6A

#6A7E6A
(106,126,106)
#778977
(119,137,119)
#849484
(132,148,132)
#919F91
(145,159,145)
#9EAA9E
(158,170,158)
#ABB5AB
(171,181,171)
#B8C0B8
(184,192,184)
#C5CBC5
(197,203,197)
#D2D6D2
(210,214,210)
#DFE1DF
(223,225,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7E6A; }

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

This text font color is #6A7E6A.


Background Color

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

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

This div background color is #6A7E6A.


Border color

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

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

This div border color is #6A7E6A.


Opacity

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

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

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

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

This text has shadow with #6A7E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7E6A on black background.


Color preview on white background

This text has color #6A7E6A on white background.



Black color preview on #6A7E6A background

This text has black color on #6A7E6A background.


White color preview on #6A7E6A background

This text has white color on #6A7E6A background.