COLOR #6F715F

HEX: #6F715F
RGB: (111,113,95)

Color info

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

RGB color model

#6F715F color RGB value is (111,113,95).

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

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 95 of 255 = 37%

111
113
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 95 = 319 (100%)
R 111 of 319 ~ 34.8%
G 113 of 319 ~ 35.42%
B 95 of 319 ~ 29.78%

%34.8
%35.42
%29.78

CMYK color model

#6F715F color CMYK value is (2,0,16,56).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(2,0,16,56)
C2M0Y16K56 
(2%,0%,16%,56%)
(0.02/0.00/0.16/0.56)	

CMYK percentages

%1.77
%0
%15.93
%55.69

Codes

Color #6F715F in popluar color models

6F715F
RGB11111395
HSL67°8.65%40.78%
HSB/HSV67°15.93%44.31%
CMYK1.77%0.00%15.93%
55.69%

Color #6F715F in popluar number systems.

HEX6F715F
Decimal11111395
Binary110111111100011011111
Octal157161137

Shades and tints

Shades of #6F715F

#6F715F
(111,113,95)
#656757
(101,103,87)
#5B5D4F
(91,93,79)
#515347
(81,83,71)
#47493F
(71,73,63)
#3D3F37
(61,63,55)
#33352F
(51,53,47)
#292B27
(41,43,39)
#1F211F
(31,33,31)
#151717
(21,23,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F715F

#6F715F
(111,113,95)
#7C7D6D
(124,125,109)
#89897B
(137,137,123)
#969589
(150,149,137)
#A3A197
(163,161,151)
#B0ADA5
(176,173,165)
#BDB9B3
(189,185,179)
#CAC5C1
(202,197,193)
#D7D1CF
(215,209,207)
#E4DDDD
(228,221,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F715F color. Also use rgb(111,113,95) instead hex code.

Text Font Color

.myTextColor { color: #6F715F; }

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

This text font color is #6F715F.


Background Color

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

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

This div background color is #6F715F.


Border color

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

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

This div border color is #6F715F.


Opacity

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

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

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

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

This text has shadow with #6F715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F715F on black background.


Color preview on white background

This text has color #6F715F on white background.



Black color preview on #6F715F background

This text has black color on #6F715F background.


White color preview on #6F715F background

This text has white color on #6F715F background.