COLOR #6F705E

HEX: #6F705E
RGB: (111,112,94)

Color info

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

RGB color model

#6F705E color RGB value is (111,112,94).

  • red value is 111;
  • green value is 112;
  • blue value is 94.
RGB:
(111,112,94)
(44%,44%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 94 of 255 = 37%

111
112
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 112 + 94 = 317 (100%)
R 111 of 317 ~ 35.02%
G 112 of 317 ~ 35.33%
B 94 of 317 ~ 29.65%

%35.02
%35.33
%29.65

CMYK color model

#6F705E color CMYK value is (1,0,16,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(1,0,16,56)
C1M0Y16K56 
(1%,0%,16%,56%)
(0.01/0.00/0.16/0.56)	

CMYK percentages

%0.89
%0
%16.07
%56.08

Codes

Color #6F705E in popluar color models

6F705E
RGB11111294
HSL63°8.74%40.39%
HSB/HSV63°16.07%43.92%
CMYK0.89%0.00%16.07%
56.08%

Color #6F705E in popluar number systems.

HEX6F705E
Decimal11111294
Binary110111111100001011110
Octal157160136

Shades and tints

Shades of #6F705E

#6F705E
(111,112,94)
#656656
(101,102,86)
#5B5C4E
(91,92,78)
#515246
(81,82,70)
#47483E
(71,72,62)
#3D3E36
(61,62,54)
#33342E
(51,52,46)
#292A26
(41,42,38)
#1F201E
(31,32,30)
#151616
(21,22,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F705E

#6F705E
(111,112,94)
#7C7D6C
(124,125,108)
#898A7A
(137,138,122)
#969788
(150,151,136)
#A3A496
(163,164,150)
#B0B1A4
(176,177,164)
#BDBEB2
(189,190,178)
#CACBC0
(202,203,192)
#D7D8CE
(215,216,206)
#E4E5DC
(228,229,220)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F705E; }

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

This text font color is #6F705E.


Background Color

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

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

This div background color is #6F705E.


Border color

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

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

This div border color is #6F705E.


Opacity

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

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

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

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

This text has shadow with #6F705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F705E on black background.


Color preview on white background

This text has color #6F705E on white background.



Black color preview on #6F705E background

This text has black color on #6F705E background.


White color preview on #6F705E background

This text has white color on #6F705E background.