COLOR #6F7A71

HEX: #6F7A71
RGB: (111,122,113)

Color info

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

RGB color model

#6F7A71 color RGB value is (111,122,113).

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

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 113 of 255 = 44%

111
122
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 122 + 113 = 346 (100%)
R 111 of 346 ~ 32.08%
G 122 of 346 ~ 35.26%
B 113 of 346 ~ 32.66%

%32.08
%35.26
%32.66

CMYK color model

#6F7A71 color CMYK value is (9,0,7,52).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(9,0,7,52)
C9M0Y7K52 
(9%,0%,7%,52%)
(0.09/0.00/0.07/0.52)	

CMYK percentages

%9.02
%0
%7.38
%52.16

Codes

Color #6F7A71 in popluar color models

6F7A71
RGB111122113
HSL131°4.72%45.69%
HSB/HSV131°9.02%47.84%
CMYK9.02%0.00%7.38%
52.16%

Color #6F7A71 in popluar number systems.

HEX6F7A71
Decimal111122113
Binary110111111110101110001
Octal157172161

Shades and tints

Shades of #6F7A71

#6F7A71
(111,122,113)
#656F67
(101,111,103)
#5B645D
(91,100,93)
#515953
(81,89,83)
#474E49
(71,78,73)
#3D433F
(61,67,63)
#333835
(51,56,53)
#292D2B
(41,45,43)
#1F2221
(31,34,33)
#151717
(21,23,23)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F7A71

#6F7A71
(111,122,113)
#7C867D
(124,134,125)
#899289
(137,146,137)
#969E95
(150,158,149)
#A3AAA1
(163,170,161)
#B0B6AD
(176,182,173)
#BDC2B9
(189,194,185)
#CACEC5
(202,206,197)
#D7DAD1
(215,218,209)
#E4E6DD
(228,230,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A71; }

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

This text font color is #6F7A71.


Background Color

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

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

This div background color is #6F7A71.


Border color

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

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

This div border color is #6F7A71.


Opacity

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

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

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

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

This text has shadow with #6F7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7A71 on black background.


Color preview on white background

This text has color #6F7A71 on white background.



Black color preview on #6F7A71 background

This text has black color on #6F7A71 background.


White color preview on #6F7A71 background

This text has white color on #6F7A71 background.