COLOR #6F7E65

HEX: #6F7E65
RGB: (111,126,101)

Color info

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

RGB color model

#6F7E65 color RGB value is (111,126,101).

  • red value is 111;
  • green value is 126;
  • blue value is 101.
RGB:
(111,126,101)
(44%,49%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 101 of 255 = 40%

111
126
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 101 = 338 (100%)
R 111 of 338 ~ 32.84%
G 126 of 338 ~ 37.28%
B 101 of 338 ~ 29.88%

%32.84
%37.28
%29.88

CMYK color model

#6F7E65 color CMYK value is (12,0,20,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(12,0,20,51)
C12M0Y20K51 
(12%,0%,20%,51%)
(0.12/0.00/0.20/0.51)	

CMYK percentages

%11.9
%0
%19.84
%50.59

Codes

Color #6F7E65 in popluar color models

6F7E65
RGB111126101
HSL96°11.01%44.51%
HSB/HSV96°19.84%49.41%
CMYK11.90%0.00%19.84%
50.59%

Color #6F7E65 in popluar number systems.

HEX6F7E65
Decimal111126101
Binary110111111111101100101
Octal157176145

Shades and tints

Shades of #6F7E65

#6F7E65
(111,126,101)
#65735C
(101,115,92)
#5B6853
(91,104,83)
#515D4A
(81,93,74)
#475241
(71,82,65)
#3D4738
(61,71,56)
#333C2F
(51,60,47)
#293126
(41,49,38)
#1F261D
(31,38,29)
#151B14
(21,27,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F7E65

#6F7E65
(111,126,101)
#7C8973
(124,137,115)
#899481
(137,148,129)
#969F8F
(150,159,143)
#A3AA9D
(163,170,157)
#B0B5AB
(176,181,171)
#BDC0B9
(189,192,185)
#CACBC7
(202,203,199)
#D7D6D5
(215,214,213)
#E4E1E3
(228,225,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7E65; }

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

This text font color is #6F7E65.


Background Color

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

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

This div background color is #6F7E65.


Border color

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

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

This div border color is #6F7E65.


Opacity

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

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

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

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

This text has shadow with #6F7E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7E65 on black background.


Color preview on white background

This text has color #6F7E65 on white background.



Black color preview on #6F7E65 background

This text has black color on #6F7E65 background.


White color preview on #6F7E65 background

This text has white color on #6F7E65 background.