COLOR #6F7662

HEX: #6F7662
RGB: (111,118,98)

Color info

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

RGB color model

#6F7662 color RGB value is (111,118,98).

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

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 98 of 255 = 38%

111
118
98

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 98 = 327 (100%)
R 111 of 327 ~ 33.94%
G 118 of 327 ~ 36.09%
B 98 of 327 ~ 29.97%

%33.94
%36.09
%29.97

CMYK color model

#6F7662 color CMYK value is (6,0,17,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(6,0,17,54)
C6M0Y17K54 
(6%,0%,17%,54%)
(0.06/0.00/0.17/0.54)	

CMYK percentages

%5.93
%0
%16.95
%53.73

Codes

Color #6F7662 in popluar color models

6F7662
RGB11111898
HSL81°9.26%42.35%
HSB/HSV81°16.95%46.27%
CMYK5.93%0.00%16.95%
53.73%

Color #6F7662 in popluar number systems.

HEX6F7662
Decimal11111898
Binary110111111101101100010
Octal157166142

Shades and tints

Shades of #6F7662

#6F7662
(111,118,98)
#656C5A
(101,108,90)
#5B6252
(91,98,82)
#51584A
(81,88,74)
#474E42
(71,78,66)
#3D443A
(61,68,58)
#333A32
(51,58,50)
#29302A
(41,48,42)
#1F2622
(31,38,34)
#151C1A
(21,28,26)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6F7662

#6F7662
(111,118,98)
#7C8270
(124,130,112)
#898E7E
(137,142,126)
#969A8C
(150,154,140)
#A3A69A
(163,166,154)
#B0B2A8
(176,178,168)
#BDBEB6
(189,190,182)
#CACAC4
(202,202,196)
#D7D6D2
(215,214,210)
#E4E2E0
(228,226,224)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7662; }

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

This text font color is #6F7662.


Background Color

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

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

This div background color is #6F7662.


Border color

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

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

This div border color is #6F7662.


Opacity

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

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

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

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

This text has shadow with #6F7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7662 on black background.


Color preview on white background

This text has color #6F7662 on white background.



Black color preview on #6F7662 background

This text has black color on #6F7662 background.


White color preview on #6F7662 background

This text has white color on #6F7662 background.