COLOR #6F7871

HEX: #6F7871
RGB: (111,120,113)

Color info

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

RGB color model

#6F7871 color RGB value is (111,120,113).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 113 of 255 = 44%

111
120
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 113 = 344 (100%)
R 111 of 344 ~ 32.27%
G 120 of 344 ~ 34.88%
B 113 of 344 ~ 32.85%

%32.27
%34.88
%32.85

CMYK color model

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

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(8,0,6,53)
C8M0Y6K53 
(8%,0%,6%,53%)
(0.08/0.00/0.06/0.53)	

CMYK percentages

%7.5
%0
%5.83
%52.94

Codes

Color #6F7871 in popluar color models

6F7871
RGB111120113
HSL133°3.90%45.29%
HSB/HSV133°7.50%47.06%
CMYK7.50%0.00%5.83%
52.94%

Color #6F7871 in popluar number systems.

HEX6F7871
Decimal111120113
Binary110111111110001110001
Octal157170161

Shades and tints

Shades of #6F7871

#6F7871
(111,120,113)
#656E67
(101,110,103)
#5B645D
(91,100,93)
#515A53
(81,90,83)
#475049
(71,80,73)
#3D463F
(61,70,63)
#333C35
(51,60,53)
#29322B
(41,50,43)
#1F2821
(31,40,33)
#151E17
(21,30,23)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #6F7871

#6F7871
(111,120,113)
#7C847D
(124,132,125)
#899089
(137,144,137)
#969C95
(150,156,149)
#A3A8A1
(163,168,161)
#B0B4AD
(176,180,173)
#BDC0B9
(189,192,185)
#CACCC5
(202,204,197)
#D7D8D1
(215,216,209)
#E4E4DD
(228,228,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7871; }

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

This text font color is #6F7871.


Background Color

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

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

This div background color is #6F7871.


Border color

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

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

This div border color is #6F7871.


Opacity

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

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

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

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

This text has shadow with #6F7871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7871 on black background.


Color preview on white background

This text has color #6F7871 on white background.



Black color preview on #6F7871 background

This text has black color on #6F7871 background.


White color preview on #6F7871 background

This text has white color on #6F7871 background.