COLOR #6F7471

HEX: #6F7471
RGB: (111,116,113)

Color info

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

RGB color model

#6F7471 color RGB value is (111,116,113).

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

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 113 of 255 = 44%

111
116
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 113 = 340 (100%)
R 111 of 340 ~ 32.65%
G 116 of 340 ~ 34.12%
B 113 of 340 ~ 33.24%

%32.65
%34.12
%33.24

CMYK color model

#6F7471 color CMYK value is (4,0,3,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(4,0,3,55)
C4M0Y3K55 
(4%,0%,3%,55%)
(0.04/0.00/0.03/0.55)	

CMYK percentages

%4.31
%0
%2.59
%54.51

Codes

Color #6F7471 in popluar color models

6F7471
RGB111116113
HSL144°2.20%44.51%
HSB/HSV144°4.31%45.49%
CMYK4.31%0.00%2.59%
54.51%

Color #6F7471 in popluar number systems.

HEX6F7471
Decimal111116113
Binary110111111101001110001
Octal157164161

Shades and tints

Shades of #6F7471

#6F7471
(111,116,113)
#656A67
(101,106,103)
#5B605D
(91,96,93)
#515653
(81,86,83)
#474C49
(71,76,73)
#3D423F
(61,66,63)
#333835
(51,56,53)
#292E2B
(41,46,43)
#1F2421
(31,36,33)
#151A17
(21,26,23)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F7471

#6F7471
(111,116,113)
#7C807D
(124,128,125)
#898C89
(137,140,137)
#969895
(150,152,149)
#A3A4A1
(163,164,161)
#B0B0AD
(176,176,173)
#BDBCB9
(189,188,185)
#CAC8C5
(202,200,197)
#D7D4D1
(215,212,209)
#E4E0DD
(228,224,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7471; }

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

This text font color is #6F7471.


Background Color

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

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

This div background color is #6F7471.


Border color

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

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

This div border color is #6F7471.


Opacity

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

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

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

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

This text has shadow with #6F7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7471 on black background.


Color preview on white background

This text has color #6F7471 on white background.



Black color preview on #6F7471 background

This text has black color on #6F7471 background.


White color preview on #6F7471 background

This text has white color on #6F7471 background.