COLOR #6F8F7C

HEX: #6F8F7C
RGB: (111,143,124)

Color info

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

RGB color model

#6F8F7C color RGB value is (111,143,124).

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

RGB channels and saturation

R 111 of 255 = 44%
G 143 of 255 = 56%
B 124 of 255 = 49%

111
143
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 143 + 124 = 378 (100%)
R 111 of 378 ~ 29.37%
G 143 of 378 ~ 37.83%
B 124 of 378 ~ 32.8%

%29.37
%37.83
%32.8

CMYK color model

#6F8F7C color CMYK value is (22,0,13,44).

  • cyan value is 22.38%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(22,0,13,44)
C22M0Y13K44 
(22%,0%,13%,44%)
(0.22/0.00/0.13/0.44)	

CMYK percentages

%22.38
%0
%13.29
%43.92

Codes

Color #6F8F7C in popluar color models

6F8F7C
RGB111143124
HSL144°12.60%49.80%
HSB/HSV144°22.38%56.08%
CMYK22.38%0.00%13.29%
43.92%

Color #6F8F7C in popluar number systems.

HEX6F8F7C
Decimal111143124
Binary1101111100011111111100
Octal157217174

Shades and tints

Shades of #6F8F7C

#6F8F7C
(111,143,124)
#658271
(101,130,113)
#5B7566
(91,117,102)
#51685B
(81,104,91)
#475B50
(71,91,80)
#3D4E45
(61,78,69)
#33413A
(51,65,58)
#29342F
(41,52,47)
#1F2724
(31,39,36)
#151A19
(21,26,25)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F8F7C

#6F8F7C
(111,143,124)
#7C9987
(124,153,135)
#89A392
(137,163,146)
#96AD9D
(150,173,157)
#A3B7A8
(163,183,168)
#B0C1B3
(176,193,179)
#BDCBBE
(189,203,190)
#CAD5C9
(202,213,201)
#D7DFD4
(215,223,212)
#E4E9DF
(228,233,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8F7C; }

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

This text font color is #6F8F7C.


Background Color

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

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

This div background color is #6F8F7C.


Border color

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

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

This div border color is #6F8F7C.


Opacity

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

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

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

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

This text has shadow with #6F8F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8F7C on black background.


Color preview on white background

This text has color #6F8F7C on white background.



Black color preview on #6F8F7C background

This text has black color on #6F8F7C background.


White color preview on #6F8F7C background

This text has white color on #6F8F7C background.