COLOR #6F7176

HEX: #6F7176
RGB: (111,113,118)

Color info

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

RGB color model

#6F7176 color RGB value is (111,113,118).

  • red value is 111;
  • green value is 113;
  • blue value is 118.
RGB:
(111,113,118)
(44%,44%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 118 of 255 = 46%

111
113
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 118 = 342 (100%)
R 111 of 342 ~ 32.46%
G 113 of 342 ~ 33.04%
B 118 of 342 ~ 34.5%

%32.46
%33.04
%34.5

CMYK color model

#6F7176 color CMYK value is (6,4,0,54).

  • cyan value is 5.93%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(6,4,0,54)
C6M4Y0K54 
(6%,4%,0%,54%)
(0.06/0.04/0.00/0.54)	

CMYK percentages

%5.93
%4.24
%0
%53.73

Codes

Color #6F7176 in popluar color models

6F7176
RGB111113118
HSL223°3.06%44.90%
HSB/HSV223°5.93%46.27%
CMYK5.93%4.24%0.00%
53.73%

Color #6F7176 in popluar number systems.

HEX6F7176
Decimal111113118
Binary110111111100011110110
Octal157161166

Shades and tints

Shades of #6F7176

#6F7176
(111,113,118)
#65676C
(101,103,108)
#5B5D62
(91,93,98)
#515358
(81,83,88)
#47494E
(71,73,78)
#3D3F44
(61,63,68)
#33353A
(51,53,58)
#292B30
(41,43,48)
#1F2126
(31,33,38)
#15171C
(21,23,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F7176

#6F7176
(111,113,118)
#7C7D82
(124,125,130)
#89898E
(137,137,142)
#96959A
(150,149,154)
#A3A1A6
(163,161,166)
#B0ADB2
(176,173,178)
#BDB9BE
(189,185,190)
#CAC5CA
(202,197,202)
#D7D1D6
(215,209,214)
#E4DDE2
(228,221,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7176 color. Also use rgb(111,113,118) instead hex code.

Text Font Color

.myTextColor { color: #6F7176; }

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

This text font color is #6F7176.


Background Color

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

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

This div background color is #6F7176.


Border color

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

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

This div border color is #6F7176.


Opacity

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

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

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

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

This text has shadow with #6F7176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7176 on black background.


Color preview on white background

This text has color #6F7176 on white background.



Black color preview on #6F7176 background

This text has black color on #6F7176 background.


White color preview on #6F7176 background

This text has white color on #6F7176 background.