COLOR #6F8874

HEX: #6F8874
RGB: (111,136,116)

Color info

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

RGB color model

#6F8874 color RGB value is (111,136,116).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 116 of 255 = 45%

111
136
116

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 116 = 363 (100%)
R 111 of 363 ~ 30.58%
G 136 of 363 ~ 37.47%
B 116 of 363 ~ 31.96%

%30.58
%37.47
%31.96

CMYK color model

#6F8874 color CMYK value is (18,0,15,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(18,0,15,47)
C18M0Y15K47 
(18%,0%,15%,47%)
(0.18/0.00/0.15/0.47)	

CMYK percentages

%18.38
%0
%14.71
%46.67

Codes

Color #6F8874 in popluar color models

6F8874
RGB111136116
HSL132°10.12%48.43%
HSB/HSV132°18.38%53.33%
CMYK18.38%0.00%14.71%
46.67%

Color #6F8874 in popluar number systems.

HEX6F8874
Decimal111136116
Binary1101111100010001110100
Octal157210164

Shades and tints

Shades of #6F8874

#6F8874
(111,136,116)
#657C6A
(101,124,106)
#5B7060
(91,112,96)
#516456
(81,100,86)
#47584C
(71,88,76)
#3D4C42
(61,76,66)
#334038
(51,64,56)
#29342E
(41,52,46)
#1F2824
(31,40,36)
#151C1A
(21,28,26)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F8874

#6F8874
(111,136,116)
#7C9280
(124,146,128)
#899C8C
(137,156,140)
#96A698
(150,166,152)
#A3B0A4
(163,176,164)
#B0BAB0
(176,186,176)
#BDC4BC
(189,196,188)
#CACEC8
(202,206,200)
#D7D8D4
(215,216,212)
#E4E2E0
(228,226,224)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8874; }

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

This text font color is #6F8874.


Background Color

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

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

This div background color is #6F8874.


Border color

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

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

This div border color is #6F8874.


Opacity

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

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

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

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

This text has shadow with #6F8874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8874 on black background.


Color preview on white background

This text has color #6F8874 on white background.



Black color preview on #6F8874 background

This text has black color on #6F8874 background.


White color preview on #6F8874 background

This text has white color on #6F8874 background.