COLOR #6F7C70

HEX: #6F7C70 RGB: (111,124,112)

Color info

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

RGB color model

#6F7C70 color RGB value is (111,124,112).

RGB: (111,124,112) (44%, 49%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 112 of 255 = 44%

111
124
112

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

Portions of RGB colors in percentages

R + G + B = 111 + 124 + 112 = 347 (100%)
R 111 of 347 ~ 31.99%
G 124 of 347 ~ 35.73%
B 112 of 347 ~ 32.28'%

%31.99
%35.73
%32.28

CMYK color model

#6F7C70 color CMYK value is (10,0,10,51).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 51.37%
CMYK: (10,0,10,51) C10M0Y10K51 (10%,0%,10%,51%) (0.10/0.00/0.10/0.51) 

CMYK percentages

%10.48
%0
%9.68
%51.37

Codes

Color #6F7C70 in popluar color models

6F 7C 70
RGB 111 124 112
HSL 125° 5.53% 46.08%
HSB/HSV 125° 10.48% 48.63%
CMYK 10.48% 0.00% 9.68%
51.37%

Color #6F7C70 in popluar number systems.

HEX 6F 7C 70
Decimal 111 124 112
Binary 1101111 1111100 1110000
Octal 157 174 160

Shades and tints

Shades of #6F7C70

#6F7C70
(111,124,112)
#657166
(101,113,102)
#5B665C
(91,102,92)
#515B52
(81,91,82)
#475048
(71,80,72)
#3D453E
(61,69,62)
#333A34
(51,58,52)
#292F2A
(41,47,42)
#1F2420
(31,36,32)
#151916
(21,25,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F7C70

#6F7C70
(111,124,112)
#7C877D
(124,135,125)
#89928A
(137,146,138)
#969D97
(150,157,151)
#A3A8A4
(163,168,164)
#B0B3B1
(176,179,177)
#BDBEBE
(189,190,190)
#CAC9CB
(202,201,203)
#D7D4D8
(215,212,216)
#E4DFE5
(228,223,229)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7C70; }

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

This text font color is #6F7C70.

Background Color

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

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

This div background color is #6F7C70.

Border color

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

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

This div border color is #6F7C70.

Opacity

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

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

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

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

This text has shadow with #6F7C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7C70.

Preview

Color preview on black background

This text has color #6F7C70 on black background.


Color preview on white background

This text has color #6F7C70 on white background.


Black color preview on #6F7C70 background

This text has black color on #6F7C70 background.


White color preview on #6F7C70 background

This text has white color on #6F7C70 background.


Related colors

Complementary color

Complementary color for #hex is #90838F.


I love getcolorcode.com

Triadic colors

1 #706F7C and #7C706F with #6F7C70 are triadic colors.

2 #707C6F and #7C6F70 with #6F7C70 are triadic colors.