COLOR #6F725B

HEX: #6F725B
RGB: (111,114,91)

Color info

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

RGB color model

#6F725B color RGB value is (111,114,91).

  • red value is 111;
  • green value is 114;
  • blue value is 91.
RGB:
(111,114,91)
(44%,45%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 91 of 255 = 36%

111
114
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 91 = 316 (100%)
R 111 of 316 ~ 35.13%
G 114 of 316 ~ 36.08%
B 91 of 316 ~ 28.8%

%35.13
%36.08
%28.8

CMYK color model

#6F725B color CMYK value is (3,0,20,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(3,0,20,55)
C3M0Y20K55 
(3%,0%,20%,55%)
(0.03/0.00/0.20/0.55)	

CMYK percentages

%2.63
%0
%20.18
%55.29

Codes

Color #6F725B in popluar color models

6F725B
RGB11111491
HSL68°11.22%40.20%
HSB/HSV68°20.18%44.71%
CMYK2.63%0.00%20.18%
55.29%

Color #6F725B in popluar number systems.

HEX6F725B
Decimal11111491
Binary110111111100101011011
Octal157162133

Shades and tints

Shades of #6F725B

#6F725B
(111,114,91)
#656853
(101,104,83)
#5B5E4B
(91,94,75)
#515443
(81,84,67)
#474A3B
(71,74,59)
#3D4033
(61,64,51)
#33362B
(51,54,43)
#292C23
(41,44,35)
#1F221B
(31,34,27)
#151813
(21,24,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F725B

#6F725B
(111,114,91)
#7C7E69
(124,126,105)
#898A77
(137,138,119)
#969685
(150,150,133)
#A3A293
(163,162,147)
#B0AEA1
(176,174,161)
#BDBAAF
(189,186,175)
#CAC6BD
(202,198,189)
#D7D2CB
(215,210,203)
#E4DED9
(228,222,217)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F725B color. Also use rgb(111,114,91) instead hex code.

Text Font Color

.myTextColor { color: #6F725B; }

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

This text font color is #6F725B.


Background Color

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

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

This div background color is #6F725B.


Border color

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

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

This div border color is #6F725B.


Opacity

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

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

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

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

This text has shadow with #6F725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F725B on black background.


Color preview on white background

This text has color #6F725B on white background.



Black color preview on #6F725B background

This text has black color on #6F725B background.


White color preview on #6F725B background

This text has white color on #6F725B background.