COLOR #6F7874

HEX: #6F7874
RGB: (111,120,116)

Color info

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

RGB color model

#6F7874 color RGB value is (111,120,116).

  • red value is 111;
  • green value is 120;
  • blue value is 116.
RGB:
(111,120,116)
(44%,47%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 116 of 255 = 45%

111
120
116

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 116 = 347 (100%)
R 111 of 347 ~ 31.99%
G 120 of 347 ~ 34.58%
B 116 of 347 ~ 33.43%

%31.99
%34.58
%33.43

CMYK color model

#6F7874 color CMYK value is (8,0,3,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(8,0,3,53)
C8M0Y3K53 
(8%,0%,3%,53%)
(0.08/0.00/0.03/0.53)	

CMYK percentages

%7.5
%0
%3.33
%52.94

Codes

Color #6F7874 in popluar color models

6F7874
RGB111120116
HSL153°3.90%45.29%
HSB/HSV153°7.50%47.06%
CMYK7.50%0.00%3.33%
52.94%

Color #6F7874 in popluar number systems.

HEX6F7874
Decimal111120116
Binary110111111110001110100
Octal157170164

Shades and tints

Shades of #6F7874

#6F7874
(111,120,116)
#656E6A
(101,110,106)
#5B6460
(91,100,96)
#515A56
(81,90,86)
#47504C
(71,80,76)
#3D4642
(61,70,66)
#333C38
(51,60,56)
#29322E
(41,50,46)
#1F2824
(31,40,36)
#151E1A
(21,30,26)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #6F7874

#6F7874
(111,120,116)
#7C8480
(124,132,128)
#89908C
(137,144,140)
#969C98
(150,156,152)
#A3A8A4
(163,168,164)
#B0B4B0
(176,180,176)
#BDC0BC
(189,192,188)
#CACCC8
(202,204,200)
#D7D8D4
(215,216,212)
#E4E4E0
(228,228,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7874 color. Also use rgb(111,120,116) instead hex code.

Text Font Color

.myTextColor { color: #6F7874; }

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

This text font color is #6F7874.


Background Color

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

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

This div background color is #6F7874.


Border color

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

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

This div border color is #6F7874.


Opacity

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

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

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

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

This text has shadow with #6F7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7874 on black background.


Color preview on white background

This text has color #6F7874 on white background.



Black color preview on #6F7874 background

This text has black color on #6F7874 background.


White color preview on #6F7874 background

This text has white color on #6F7874 background.