COLOR #6F8879

HEX: #6F8879
RGB: (111,136,121)

Color info

#6F8879 contains red, green and blue colors in about the same proportion. Web safe color of #6F8879 is #669966 (or #696).

RGB color model

#6F8879 color RGB value is (111,136,121).

  • red value is 111;
  • green value is 136;
  • blue value is 121.
RGB:
(111,136,121)
(44%,53%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 121 of 255 = 47%

111
136
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 121 = 368 (100%)
R 111 of 368 ~ 30.16%
G 136 of 368 ~ 36.96%
B 121 of 368 ~ 32.88%

%30.16
%36.96
%32.88

CMYK color model

#6F8879 color CMYK value is (18,0,11,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(18,0,11,47)
C18M0Y11K47 
(18%,0%,11%,47%)
(0.18/0.00/0.11/0.47)	

CMYK percentages

%18.38
%0
%11.03
%46.67

Codes

Color #6F8879 in popluar color models

6F8879
RGB111136121
HSL144°10.12%48.43%
HSB/HSV144°18.38%53.33%
CMYK18.38%0.00%11.03%
46.67%

Color #6F8879 in popluar number systems.

HEX6F8879
Decimal111136121
Binary1101111100010001111001
Octal157210171

Shades and tints

Shades of #6F8879

#6F8879
(111,136,121)
#657C6E
(101,124,110)
#5B7063
(91,112,99)
#516458
(81,100,88)
#47584D
(71,88,77)
#3D4C42
(61,76,66)
#334037
(51,64,55)
#29342C
(41,52,44)
#1F2821
(31,40,33)
#151C16
(21,28,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F8879

#6F8879
(111,136,121)
#7C9285
(124,146,133)
#899C91
(137,156,145)
#96A69D
(150,166,157)
#A3B0A9
(163,176,169)
#B0BAB5
(176,186,181)
#BDC4C1
(189,196,193)
#CACECD
(202,206,205)
#D7D8D9
(215,216,217)
#E4E2E5
(228,226,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8879 color. Also use rgb(111,136,121) instead hex code.

Text Font Color

.myTextColor { color: #6F8879; }

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

This text font color is #6F8879.


Background Color

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

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

This div background color is #6F8879.


Border color

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

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

This div border color is #6F8879.


Opacity

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

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

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

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

This text has shadow with #6F8879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8879 on black background.


Color preview on white background

This text has color #6F8879 on white background.



Black color preview on #6F8879 background

This text has black color on #6F8879 background.


White color preview on #6F8879 background

This text has white color on #6F8879 background.