COLOR #6F7262

HEX: #6F7262
RGB: (111,114,98)

Color info

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

RGB color model

#6F7262 color RGB value is (111,114,98).

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

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 98 of 255 = 38%

111
114
98

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 98 = 323 (100%)
R 111 of 323 ~ 34.37%
G 114 of 323 ~ 35.29%
B 98 of 323 ~ 30.34%

%34.37
%35.29
%30.34

CMYK color model

#6F7262 color CMYK value is (3,0,14,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 55.29%
CMYK:
(3,0,14,55)
C3M0Y14K55 
(3%,0%,14%,55%)
(0.03/0.00/0.14/0.55)	

CMYK percentages

%2.63
%0
%14.04
%55.29

Codes

Color #6F7262 in popluar color models

6F7262
RGB11111498
HSL71°7.55%41.57%
HSB/HSV71°14.04%44.71%
CMYK2.63%0.00%14.04%
55.29%

Color #6F7262 in popluar number systems.

HEX6F7262
Decimal11111498
Binary110111111100101100010
Octal157162142

Shades and tints

Shades of #6F7262

#6F7262
(111,114,98)
#65685A
(101,104,90)
#5B5E52
(91,94,82)
#51544A
(81,84,74)
#474A42
(71,74,66)
#3D403A
(61,64,58)
#333632
(51,54,50)
#292C2A
(41,44,42)
#1F2222
(31,34,34)
#15181A
(21,24,26)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F7262

#6F7262
(111,114,98)
#7C7E70
(124,126,112)
#898A7E
(137,138,126)
#96968C
(150,150,140)
#A3A29A
(163,162,154)
#B0AEA8
(176,174,168)
#BDBAB6
(189,186,182)
#CAC6C4
(202,198,196)
#D7D2D2
(215,210,210)
#E4DEE0
(228,222,224)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7262; }

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

This text font color is #6F7262.


Background Color

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

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

This div background color is #6F7262.


Border color

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

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

This div border color is #6F7262.


Opacity

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

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

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

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

This text has shadow with #6F7262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7262 on black background.


Color preview on white background

This text has color #6F7262 on white background.



Black color preview on #6F7262 background

This text has black color on #6F7262 background.


White color preview on #6F7262 background

This text has white color on #6F7262 background.