COLOR #6F7A5F

HEX: #6F7A5F
RGB: (111,122,95)

Color info

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

RGB color model

#6F7A5F color RGB value is (111,122,95).

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

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 95 of 255 = 37%

111
122
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 122 + 95 = 328 (100%)
R 111 of 328 ~ 33.84%
G 122 of 328 ~ 37.2%
B 95 of 328 ~ 28.96%

%33.84
%37.2
%28.96

CMYK color model

#6F7A5F color CMYK value is (9,0,22,52).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(9,0,22,52)
C9M0Y22K52 
(9%,0%,22%,52%)
(0.09/0.00/0.22/0.52)	

CMYK percentages

%9.02
%0
%22.13
%52.16

Codes

Color #6F7A5F in popluar color models

6F7A5F
RGB11112295
HSL84°12.44%42.55%
HSB/HSV84°22.13%47.84%
CMYK9.02%0.00%22.13%
52.16%

Color #6F7A5F in popluar number systems.

HEX6F7A5F
Decimal11112295
Binary110111111110101011111
Octal157172137

Shades and tints

Shades of #6F7A5F

#6F7A5F
(111,122,95)
#656F57
(101,111,87)
#5B644F
(91,100,79)
#515947
(81,89,71)
#474E3F
(71,78,63)
#3D4337
(61,67,55)
#33382F
(51,56,47)
#292D27
(41,45,39)
#1F221F
(31,34,31)
#151717
(21,23,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F7A5F

#6F7A5F
(111,122,95)
#7C866D
(124,134,109)
#89927B
(137,146,123)
#969E89
(150,158,137)
#A3AA97
(163,170,151)
#B0B6A5
(176,182,165)
#BDC2B3
(189,194,179)
#CACEC1
(202,206,193)
#D7DACF
(215,218,207)
#E4E6DD
(228,230,221)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A5F; }

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

This text font color is #6F7A5F.


Background Color

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

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

This div background color is #6F7A5F.


Border color

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

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

This div border color is #6F7A5F.


Opacity

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

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

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

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

This text has shadow with #6F7A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7A5F on black background.


Color preview on white background

This text has color #6F7A5F on white background.



Black color preview on #6F7A5F background

This text has black color on #6F7A5F background.


White color preview on #6F7A5F background

This text has white color on #6F7A5F background.