COLOR #6F7266

HEX: #6F7266 RGB: (111,114,102)

Color info

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

RGB color model

#6F7266 color RGB value is (111,114,102).

RGB: (111,114,102) (44%, 45%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 102 of 255 = 40%

111
114
102

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

Portions of RGB colors in percentages

R + G + B = 111 + 114 + 102 = 327 (100%)
R 111 of 327 ~ 33.94%
G 114 of 327 ~ 34.86%
B 102 of 327 ~ 31.19'%

%33.94
%34.86
%31.19

CMYK color model

#6F7266 color CMYK value is (3,0,11,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%

CMYK: (3,0,11,55)
C3M0Y11K55 (3%, 0%, 11%, 55%)
(0.03 / 0.00 / 0.11 / 0.55)

CMYK percentages

%2.63
%0
%10.53
%55.29

Codes

Color #6F7266 in popluar color models

6F 72 66
RGB 111 114 102
HSL 75° 5.56% 42.35%
HSB/HSV 75° 10.53% 44.71%
CMYK 2.63% 0.00% 10.53%
55.29%

Color #6F7266 in popluar number systems.

HEX 6F 72 66
Decimal 111 114 102
Binary 1101111 1110010 1100110
Octal 157 162 146

Shades and tints

Shades of #6F7266

#6F7266
(111,114,102)
#65685D
(101,104,93)
#5B5E54
(91,94,84)
#51544B
(81,84,75)
#474A42
(71,74,66)
#3D4039
(61,64,57)
#333630
(51,54,48)
#292C27
(41,44,39)
#1F221E
(31,34,30)
#151815
(21,24,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F7266

#6F7266
(111,114,102)
#7C7E73
(124,126,115)
#898A80
(137,138,128)
#96968D
(150,150,141)
#A3A29A
(163,162,154)
#B0AEA7
(176,174,167)
#BDBAB4
(189,186,180)
#CAC6C1
(202,198,193)
#D7D2CE
(215,210,206)
#E4DEDB
(228,222,219)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7266; }

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

This text font color is #6F7266.

Background Color

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

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

This div background color is #6F7266.

Border color

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

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

This div border color is #6F7266.

Opacity

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

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

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

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

This text has shadow with #6F7266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7266.

Preview

Color preview on black background

This text has color #6F7266 on black background.


Color preview on white background

This text has color #6F7266 on white background.


Black color preview on #6F7266 background

This text has black color on #6F7266 background.


White color preview on #6F7266 background

This text has white color on #6F7266 background.


Related colors

Complementary color

Complementary color for #hex is #908D99.


I love getcolorcode.com

Triadic colors

1 #666F72 and #72666F with #6F7266 are triadic colors.

2 #66726F and #726F66 with #6F7266 are triadic colors.