COLOR #6F7A6A

HEX: #6F7A6A
RGB: (111,122,106)

Color info

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

RGB color model

#6F7A6A color RGB value is (111,122,106).

  • red value is 111;
  • green value is 122;
  • blue value is 106.
RGB:
(111,122,106)
(44%,48%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 106 of 255 = 42%

111
122
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 122 + 106 = 339 (100%)
R 111 of 339 ~ 32.74%
G 122 of 339 ~ 35.99%
B 106 of 339 ~ 31.27%

%32.74
%35.99
%31.27

CMYK color model

#6F7A6A color CMYK value is (9,0,13,52).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(9,0,13,52)
C9M0Y13K52 
(9%,0%,13%,52%)
(0.09/0.00/0.13/0.52)	

CMYK percentages

%9.02
%0
%13.11
%52.16

Codes

Color #6F7A6A in popluar color models

6F7A6A
RGB111122106
HSL101°7.02%44.71%
HSB/HSV101°13.11%47.84%
CMYK9.02%0.00%13.11%
52.16%

Color #6F7A6A in popluar number systems.

HEX6F7A6A
Decimal111122106
Binary110111111110101101010
Octal157172152

Shades and tints

Shades of #6F7A6A

#6F7A6A
(111,122,106)
#656F61
(101,111,97)
#5B6458
(91,100,88)
#51594F
(81,89,79)
#474E46
(71,78,70)
#3D433D
(61,67,61)
#333834
(51,56,52)
#292D2B
(41,45,43)
#1F2222
(31,34,34)
#151719
(21,23,25)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #6F7A6A

#6F7A6A
(111,122,106)
#7C8677
(124,134,119)
#899284
(137,146,132)
#969E91
(150,158,145)
#A3AA9E
(163,170,158)
#B0B6AB
(176,182,171)
#BDC2B8
(189,194,184)
#CACEC5
(202,206,197)
#D7DAD2
(215,218,210)
#E4E6DF
(228,230,223)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A6A; }

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

This text font color is #6F7A6A.


Background Color

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

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

This div background color is #6F7A6A.


Border color

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

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

This div border color is #6F7A6A.


Opacity

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

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

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

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

This text has shadow with #6F7A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7A6A on black background.


Color preview on white background

This text has color #6F7A6A on white background.



Black color preview on #6F7A6A background

This text has black color on #6F7A6A background.


White color preview on #6F7A6A background

This text has white color on #6F7A6A background.