COLOR #6F7273

HEX: #6F7273
RGB: (111,114,115)

Color info

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

RGB color model

#6F7273 color RGB value is (111,114,115).

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

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 115 of 255 = 45%

111
114
115

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 115 = 340 (100%)
R 111 of 340 ~ 32.65%
G 114 of 340 ~ 33.53%
B 115 of 340 ~ 33.82%

%32.65
%33.53
%33.82

CMYK color model

#6F7273 color CMYK value is (3,1,0,55).

  • cyan value is 3.48%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,1,0,55)
C3M1Y0K55 
(3%,1%,0%,55%)
(0.03/0.01/0.00/0.55)	

CMYK percentages

%3.48
%0.87
%0
%54.9

Codes

Color #6F7273 in popluar color models

6F7273
RGB111114115
HSL195°1.77%44.31%
HSB/HSV195°3.48%45.10%
CMYK3.48%0.87%0.00%
54.90%

Color #6F7273 in popluar number systems.

HEX6F7273
Decimal111114115
Binary110111111100101110011
Octal157162163

Shades and tints

Shades of #6F7273

#6F7273
(111,114,115)
#656869
(101,104,105)
#5B5E5F
(91,94,95)
#515455
(81,84,85)
#474A4B
(71,74,75)
#3D4041
(61,64,65)
#333637
(51,54,55)
#292C2D
(41,44,45)
#1F2223
(31,34,35)
#151819
(21,24,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F7273

#6F7273
(111,114,115)
#7C7E7F
(124,126,127)
#898A8B
(137,138,139)
#969697
(150,150,151)
#A3A2A3
(163,162,163)
#B0AEAF
(176,174,175)
#BDBABB
(189,186,187)
#CAC6C7
(202,198,199)
#D7D2D3
(215,210,211)
#E4DEDF
(228,222,223)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7273; }

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

This text font color is #6F7273.


Background Color

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

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

This div background color is #6F7273.


Border color

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

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

This div border color is #6F7273.


Opacity

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

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

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

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

This text has shadow with #6F7273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7273 on black background.


Color preview on white background

This text has color #6F7273 on white background.



Black color preview on #6F7273 background

This text has black color on #6F7273 background.


White color preview on #6F7273 background

This text has white color on #6F7273 background.