COLOR #6F7F65

HEX: #6F7F65 RGB: (111,127,101)

Color info

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

RGB color model

#6F7F65 color RGB value is (111,127,101).

RGB: (111,127,101) (44%, 50%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 101 of 255 = 40%

111
127
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 127 + 101 = 339 (100%)
R 111 of 339 ~ 32.74%
G 127 of 339 ~ 37.46%
B 101 of 339 ~ 29.79'%

%32.74
%37.46
%29.79

CMYK color model

#6F7F65 color CMYK value is (13,0,20,50).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 50.20%

CMYK: (13,0,20,50)
C13M0Y20K50 (13%, 0%, 20%, 50%)
(0.13 / 0.00 / 0.20 / 0.50)

CMYK percentages

%12.6
%0
%20.47
%50.2

Codes

Color #6F7F65 in popluar color models

6F 7F 65
RGB 111 127 101
HSL 97° 11.40% 44.71%
HSB/HSV 97° 20.47% 49.80%
CMYK 12.60% 0.00% 20.47%
50.20%

Color #6F7F65 in popluar number systems.

HEX 6F 7F 65
Decimal 111 127 101
Binary 1101111 1111111 1100101
Octal 157 177 145

Shades and tints

Shades of #6F7F65

#6F7F65
(111,127,101)
#65745C
(101,116,92)
#5B6953
(91,105,83)
#515E4A
(81,94,74)
#475341
(71,83,65)
#3D4838
(61,72,56)
#333D2F
(51,61,47)
#293226
(41,50,38)
#1F271D
(31,39,29)
#151C14
(21,28,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F7F65

#6F7F65
(111,127,101)
#7C8A73
(124,138,115)
#899581
(137,149,129)
#96A08F
(150,160,143)
#A3AB9D
(163,171,157)
#B0B6AB
(176,182,171)
#BDC1B9
(189,193,185)
#CACCC7
(202,204,199)
#D7D7D5
(215,215,213)
#E4E2E3
(228,226,227)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7F65 color. Also use rgb(111,127,101) instead hex code.

Text Font Color

.myTextColor { color: #6F7F65; }

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

This text font color is #6F7F65.

Background Color

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

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

This div background color is #6F7F65.

Border color

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

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

This div border color is #6F7F65.

Opacity

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

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

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

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

This text has shadow with #6F7F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7F65.

Preview

Color preview on black background

This text has color #6F7F65 on black background.


Color preview on white background

This text has color #6F7F65 on white background.


Black color preview on #6F7F65 background

This text has black color on #6F7F65 background.


White color preview on #6F7F65 background

This text has white color on #6F7F65 background.


Related colors

Complementary color

Complementary color for #hex is #90809A.


I love getcolorcode.com

Triadic colors

1 #656F7F and #7F656F with #6F7F65 are triadic colors.

2 #657F6F and #7F6F65 with #6F7F65 are triadic colors.