COLOR #6F6E73

HEX: #6F6E73
RGB: (111,110,115)

Color info

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

RGB color model

#6F6E73 color RGB value is (111,110,115).

  • red value is 111;
  • green value is 110;
  • blue value is 115.
RGB:
(111,110,115)
(44%,43%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 115 of 255 = 45%

111
110
115

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

Portions of RGB colors in percentages

R + G + B =
111 + 110 + 115 = 336 (100%)
R 111 of 336 ~ 33.04%
G 110 of 336 ~ 32.74%
B 115 of 336 ~ 34.23%

%33.04
%32.74
%34.23

CMYK color model

#6F6E73 color CMYK value is (3,4,0,55).

  • cyan value is 3.48%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,4,0,55)
C3M4Y0K55 
(3%,4%,0%,55%)
(0.03/0.04/0.00/0.55)	

CMYK percentages

%3.48
%4.35
%0
%54.9

Codes

Color #6F6E73 in popluar color models

6F6E73
RGB111110115
HSL252°2.22%44.12%
HSB/HSV252°4.35%45.10%
CMYK3.48%4.35%0.00%
54.90%

Color #6F6E73 in popluar number systems.

HEX6F6E73
Decimal111110115
Binary110111111011101110011
Octal157156163

Shades and tints

Shades of #6F6E73

#6F6E73
(111,110,115)
#656469
(101,100,105)
#5B5A5F
(91,90,95)
#515055
(81,80,85)
#47464B
(71,70,75)
#3D3C41
(61,60,65)
#333237
(51,50,55)
#29282D
(41,40,45)
#1F1E23
(31,30,35)
#151419
(21,20,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F6E73

#6F6E73
(111,110,115)
#7C7B7F
(124,123,127)
#89888B
(137,136,139)
#969597
(150,149,151)
#A3A2A3
(163,162,163)
#B0AFAF
(176,175,175)
#BDBCBB
(189,188,187)
#CAC9C7
(202,201,199)
#D7D6D3
(215,214,211)
#E4E3DF
(228,227,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6E73 color. Also use rgb(111,110,115) instead hex code.

Text Font Color

.myTextColor { color: #6F6E73; }

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

This text font color is #6F6E73.


Background Color

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

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

This div background color is #6F6E73.


Border color

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

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

This div border color is #6F6E73.


Opacity

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

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

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

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

This text has shadow with #6F6E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E73 on black background.


Color preview on white background

This text has color #6F6E73 on white background.



Black color preview on #6F6E73 background

This text has black color on #6F6E73 background.


White color preview on #6F6E73 background

This text has white color on #6F6E73 background.