COLOR #71656F

HEX: #71656F
RGB: (113,101,111)

Color info

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

RGB color model

#71656F color RGB value is (113,101,111).

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

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 111 of 255 = 44%

113
101
111

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 111 = 325 (100%)
R 113 of 325 ~ 34.77%
G 101 of 325 ~ 31.08%
B 111 of 325 ~ 34.15%

%34.77
%31.08
%34.15

CMYK color model

#71656F color CMYK value is (0,11,2,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK:
(0,11,2,56)
C0M11Y2K56 
(0%,11%,2%,56%)
(0.00/0.11/0.02/0.56)	

CMYK percentages

%0
%10.62
%1.77
%55.69

Codes

Color #71656F in popluar color models

71656F
RGB113101111
HSL310°5.61%41.96%
HSB/HSV310°10.62%44.31%
CMYK0.00%10.62%1.77%
55.69%

Color #71656F in popluar number systems.

HEX71656F
Decimal113101111
Binary111000111001011101111
Octal161145157

Shades and tints

Shades of #71656F

#71656F
(113,101,111)
#675C65
(103,92,101)
#5D535B
(93,83,91)
#534A51
(83,74,81)
#494147
(73,65,71)
#3F383D
(63,56,61)
#352F33
(53,47,51)
#2B2629
(43,38,41)
#211D1F
(33,29,31)
#171415
(23,20,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #71656F

#71656F
(113,101,111)
#7D737C
(125,115,124)
#898189
(137,129,137)
#958F96
(149,143,150)
#A19DA3
(161,157,163)
#ADABB0
(173,171,176)
#B9B9BD
(185,185,189)
#C5C7CA
(197,199,202)
#D1D5D7
(209,213,215)
#DDE3E4
(221,227,228)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71656F color. Also use rgb(113,101,111) instead hex code.

Text Font Color

.myTextColor { color: #71656F; }

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

This text font color is #71656F.


Background Color

.myBgColor { background-color: #71656F; }

<div style="background-color:#71656F">Inner text</div>

This div background color is #71656F.


Border color

.myBorderColor { border: 1px solid #71656F; }

<div style="border:3px solid #71656F">Div</div>

This div border color is #71656F.


Opacity

.myOpacity80 { color: #71656F; opacity: 0.8; }

<p style="color:#71656F;opacity:0.8;">80%</p>

Text with #71656F 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 #71656F;}

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

This text has shadow with #71656F color.

.textShadow {text-shadow: 3px 3px 1px #71656F, 3px 3px 1px red;}

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

This text has shadow with #71656F primary color and red secondary color.


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

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

This text has shadow with #71656F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71656F on black background.


Color preview on white background

This text has color #71656F on white background.



Black color preview on #71656F background

This text has black color on #71656F background.


White color preview on #71656F background

This text has white color on #71656F background.