COLOR #6F7C7D

HEX: #6F7C7D
RGB: (111,124,125)

Color info

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

RGB color model

#6F7C7D color RGB value is (111,124,125).

  • red value is 111;
  • green value is 124;
  • blue value is 125.
RGB:
(111,124,125)
(44%,49%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 125 of 255 = 49%

111
124
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 125 = 360 (100%)
R 111 of 360 ~ 30.83%
G 124 of 360 ~ 34.44%
B 125 of 360 ~ 34.72%

%30.83
%34.44
%34.72

CMYK color model

#6F7C7D color CMYK value is (11,1,0,51).

  • cyan value is 11.20%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,1,0,51)
C11M1Y0K51 
(11%,1%,0%,51%)
(0.11/0.01/0.00/0.51)	

CMYK percentages

%11.2
%0.8
%0
%50.98

Codes

Color #6F7C7D in popluar color models

6F7C7D
RGB111124125
HSL184°5.93%46.27%
HSB/HSV184°11.20%49.02%
CMYK11.20%0.80%0.00%
50.98%

Color #6F7C7D in popluar number systems.

HEX6F7C7D
Decimal111124125
Binary110111111111001111101
Octal157174175

Shades and tints

Shades of #6F7C7D

#6F7C7D
(111,124,125)
#657172
(101,113,114)
#5B6667
(91,102,103)
#515B5C
(81,91,92)
#475051
(71,80,81)
#3D4546
(61,69,70)
#333A3B
(51,58,59)
#292F30
(41,47,48)
#1F2425
(31,36,37)
#15191A
(21,25,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F7C7D

#6F7C7D
(111,124,125)
#7C8788
(124,135,136)
#899293
(137,146,147)
#969D9E
(150,157,158)
#A3A8A9
(163,168,169)
#B0B3B4
(176,179,180)
#BDBEBF
(189,190,191)
#CAC9CA
(202,201,202)
#D7D4D5
(215,212,213)
#E4DFE0
(228,223,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7C7D color. Also use rgb(111,124,125) instead hex code.

Text Font Color

.myTextColor { color: #6F7C7D; }

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

This text font color is #6F7C7D.


Background Color

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

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

This div background color is #6F7C7D.


Border color

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

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

This div border color is #6F7C7D.


Opacity

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

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

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

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

This text has shadow with #6F7C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C7D on black background.


Color preview on white background

This text has color #6F7C7D on white background.



Black color preview on #6F7C7D background

This text has black color on #6F7C7D background.


White color preview on #6F7C7D background

This text has white color on #6F7C7D background.