COLOR #71646E

HEX: #71646E
RGB: (113,100,110)

Color info

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

RGB color model

#71646E color RGB value is (113,100,110).

  • red value is 113;
  • green value is 100;
  • blue value is 110.
RGB:
(113,100,110)
(44%,39%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 110 of 255 = 43%

113
100
110

R + G + B ~ 42%. #71646E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 110 = 323 (100%)
R 113 of 323 ~ 34.98%
G 100 of 323 ~ 30.96%
B 110 of 323 ~ 34.06%

%34.98
%30.96
%34.06

CMYK color model

#71646E color CMYK value is (0,12,3,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(0,12,3,56)
C0M12Y3K56 
(0%,12%,3%,56%)
(0.00/0.12/0.03/0.56)	

CMYK percentages

%0
%11.5
%2.65
%55.69

Codes

Color #71646E in popluar color models

71646E
RGB113100110
HSL314°6.10%41.76%
HSB/HSV314°11.50%44.31%
CMYK0.00%11.50%2.65%
55.69%

Color #71646E in popluar number systems.

HEX71646E
Decimal113100110
Binary111000111001001101110
Octal161144156

Shades and tints

Shades of #71646E

#71646E
(113,100,110)
#675B64
(103,91,100)
#5D525A
(93,82,90)
#534950
(83,73,80)
#494046
(73,64,70)
#3F373C
(63,55,60)
#352E32
(53,46,50)
#2B2528
(43,37,40)
#211C1E
(33,28,30)
#171314
(23,19,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #71646E

#71646E
(113,100,110)
#7D727B
(125,114,123)
#898088
(137,128,136)
#958E95
(149,142,149)
#A19CA2
(161,156,162)
#ADAAAF
(173,170,175)
#B9B8BC
(185,184,188)
#C5C6C9
(197,198,201)
#D1D4D6
(209,212,214)
#DDE2E3
(221,226,227)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71646E color. Also use rgb(113,100,110) instead hex code.

Text Font Color

.myTextColor { color: #71646E; }

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

This text font color is #71646E.


Background Color

.myBgColor { background-color: #71646E; }

<div style="background-color:#71646E">Inner text</div>

This div background color is #71646E.


Border color

.myBorderColor { border: 1px solid #71646E; }

<div style="border:3px solid #71646E">Div</div>

This div border color is #71646E.


Opacity

.myOpacity80 { color: #71646E; opacity: 0.8; }

<p style="color:#71646E;opacity:0.8;">80%</p>

Text with #71646E 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 #71646E;}

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

This text has shadow with #71646E color.

.textShadow {text-shadow: 3px 3px 1px #71646E, 3px 3px 1px red;}

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

This text has shadow with #71646E primary color and red secondary color.


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

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

This text has shadow with #71646E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71646E on black background.


Color preview on white background

This text has color #71646E on white background.



Black color preview on #71646E background

This text has black color on #71646E background.


White color preview on #71646E background

This text has white color on #71646E background.