COLOR #6F8C7C

HEX: #6F8C7C RGB: (111,140,124)

Color info

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

RGB color model

#6F8C7C color RGB value is (111,140,124).

RGB: (111,140,124) (44%, 55%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 124 of 255 = 49%

111
140
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 140 + 124 = 375 (100%)
R 111 of 375 ~ 29.6%
G 140 of 375 ~ 37.33%
B 124 of 375 ~ 33.07'%

%29.6
%37.33
%33.07

CMYK color model

#6F8C7C color CMYK value is (21,0,11,45).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK: (21,0,11,45) C21M0Y11K45 (21%,0%,11%,45%) (0.21/0.00/0.11/0.45) 

CMYK percentages

%20.71
%0
%11.43
%45.1

Codes

Color #6F8C7C in popluar color models

6F 8C 7C
RGB 111 140 124
HSL 147° 11.55% 49.22%
HSB/HSV 147° 20.71% 54.90%
CMYK 20.71% 0.00% 11.43%
45.10%

Color #6F8C7C in popluar number systems.

HEX 6F 8C 7C
Decimal 111 140 124
Binary 1101111 10001100 1111100
Octal 157 214 174

Shades and tints

Shades of #6F8C7C

#6F8C7C
(111,140,124)
#658071
(101,128,113)
#5B7466
(91,116,102)
#51685B
(81,104,91)
#475C50
(71,92,80)
#3D5045
(61,80,69)
#33443A
(51,68,58)
#29382F
(41,56,47)
#1F2C24
(31,44,36)
#152019
(21,32,25)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F8C7C

#6F8C7C
(111,140,124)
#7C9687
(124,150,135)
#89A092
(137,160,146)
#96AA9D
(150,170,157)
#A3B4A8
(163,180,168)
#B0BEB3
(176,190,179)
#BDC8BE
(189,200,190)
#CAD2C9
(202,210,201)
#D7DCD4
(215,220,212)
#E4E6DF
(228,230,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8C7C; }

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

This text font color is #6F8C7C.

Background Color

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

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

This div background color is #6F8C7C.

Border color

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

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

This div border color is #6F8C7C.

Opacity

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

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

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

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

This text has shadow with #6F8C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8C7C.

Preview

Color preview on black background

This text has color #6F8C7C on black background.


Color preview on white background

This text has color #6F8C7C on white background.


Black color preview on #6F8C7C background

This text has black color on #6F8C7C background.


White color preview on #6F8C7C background

This text has white color on #6F8C7C background.


Related colors

Complementary color

Complementary color for #hex is #907383.


I love getcolorcode.com

Triadic colors

1 #7C6F8C and #8C7C6F with #6F8C7C are triadic colors.

2 #7C8C6F and #8C6F7C with #6F8C7C are triadic colors.