COLOR #6F7C65

HEX: #6F7C65
RGB: (111,124,101)

Color info

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

RGB color model

#6F7C65 color RGB value is (111,124,101).

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

RGB channels and saturation

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

111
124
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 101 = 336 (100%)
R 111 of 336 ~ 33.04%
G 124 of 336 ~ 36.9%
B 101 of 336 ~ 30.06%

%33.04
%36.9
%30.06

CMYK color model

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

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(10,0,19,51)
C10M0Y19K51 
(10%,0%,19%,51%)
(0.10/0.00/0.19/0.51)	

CMYK percentages

%10.48
%0
%18.55
%51.37

Codes

Color #6F7C65 in popluar color models

6F7C65
RGB111124101
HSL94°10.22%44.12%
HSB/HSV94°18.55%48.63%
CMYK10.48%0.00%18.55%
51.37%

Color #6F7C65 in popluar number systems.

HEX6F7C65
Decimal111124101
Binary110111111111001100101
Octal157174145

Shades and tints

Shades of #6F7C65

#6F7C65
(111,124,101)
#65715C
(101,113,92)
#5B6653
(91,102,83)
#515B4A
(81,91,74)
#475041
(71,80,65)
#3D4538
(61,69,56)
#333A2F
(51,58,47)
#292F26
(41,47,38)
#1F241D
(31,36,29)
#151914
(21,25,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F7C65

#6F7C65
(111,124,101)
#7C8773
(124,135,115)
#899281
(137,146,129)
#969D8F
(150,157,143)
#A3A89D
(163,168,157)
#B0B3AB
(176,179,171)
#BDBEB9
(189,190,185)
#CAC9C7
(202,201,199)
#D7D4D5
(215,212,213)
#E4DFE3
(228,223,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7C65; }

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

This text font color is #6F7C65.


Background Color

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

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

This div background color is #6F7C65.


Border color

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

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

This div border color is #6F7C65.


Opacity

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

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

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

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

This text has shadow with #6F7C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C65 on black background.


Color preview on white background

This text has color #6F7C65 on white background.



Black color preview on #6F7C65 background

This text has black color on #6F7C65 background.


White color preview on #6F7C65 background

This text has white color on #6F7C65 background.