COLOR #6F7673

HEX: #6F7673
RGB: (111,118,115)

Color info

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

RGB color model

#6F7673 color RGB value is (111,118,115).

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

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 115 of 255 = 45%

111
118
115

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 115 = 344 (100%)
R 111 of 344 ~ 32.27%
G 118 of 344 ~ 34.3%
B 115 of 344 ~ 33.43%

%32.27
%34.3
%33.43

CMYK color model

#6F7673 color CMYK value is (6,0,3,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(6,0,3,54)
C6M0Y3K54 
(6%,0%,3%,54%)
(0.06/0.00/0.03/0.54)	

CMYK percentages

%5.93
%0
%2.54
%53.73

Codes

Color #6F7673 in popluar color models

6F7673
RGB111118115
HSL154°3.06%44.90%
HSB/HSV154°5.93%46.27%
CMYK5.93%0.00%2.54%
53.73%

Color #6F7673 in popluar number systems.

HEX6F7673
Decimal111118115
Binary110111111101101110011
Octal157166163

Shades and tints

Shades of #6F7673

#6F7673
(111,118,115)
#656C69
(101,108,105)
#5B625F
(91,98,95)
#515855
(81,88,85)
#474E4B
(71,78,75)
#3D4441
(61,68,65)
#333A37
(51,58,55)
#29302D
(41,48,45)
#1F2623
(31,38,35)
#151C19
(21,28,25)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F7673

#6F7673
(111,118,115)
#7C827F
(124,130,127)
#898E8B
(137,142,139)
#969A97
(150,154,151)
#A3A6A3
(163,166,163)
#B0B2AF
(176,178,175)
#BDBEBB
(189,190,187)
#CACAC7
(202,202,199)
#D7D6D3
(215,214,211)
#E4E2DF
(228,226,223)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7673; }

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

This text font color is #6F7673.


Background Color

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

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

This div background color is #6F7673.


Border color

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

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

This div border color is #6F7673.


Opacity

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

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

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

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

This text has shadow with #6F7673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7673 on black background.


Color preview on white background

This text has color #6F7673 on white background.



Black color preview on #6F7673 background

This text has black color on #6F7673 background.


White color preview on #6F7673 background

This text has white color on #6F7673 background.