COLOR #71746E

HEX: #71746E
RGB: (113,116,110)

Color info

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

RGB color model

#71746E color RGB value is (113,116,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 110 of 255 = 43%

113
116
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 110 = 339 (100%)
R 113 of 339 ~ 33.33%
G 116 of 339 ~ 34.22%
B 110 of 339 ~ 32.45%

%33.33
%34.22
%32.45

CMYK color model

#71746E color CMYK value is (3,0,5,55).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(3,0,5,55)
C3M0Y5K55 
(3%,0%,5%,55%)
(0.03/0.00/0.05/0.55)	

CMYK percentages

%2.59
%0
%5.17
%54.51

Codes

Color #71746E in popluar color models

71746E
RGB113116110
HSL90°2.65%44.31%
HSB/HSV90°5.17%45.49%
CMYK2.59%0.00%5.17%
54.51%

Color #71746E in popluar number systems.

HEX71746E
Decimal113116110
Binary111000111101001101110
Octal161164156

Shades and tints

Shades of #71746E

#71746E
(113,116,110)
#676A64
(103,106,100)
#5D605A
(93,96,90)
#535650
(83,86,80)
#494C46
(73,76,70)
#3F423C
(63,66,60)
#353832
(53,56,50)
#2B2E28
(43,46,40)
#21241E
(33,36,30)
#171A14
(23,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #71746E

#71746E
(113,116,110)
#7D807B
(125,128,123)
#898C88
(137,140,136)
#959895
(149,152,149)
#A1A4A2
(161,164,162)
#ADB0AF
(173,176,175)
#B9BCBC
(185,188,188)
#C5C8C9
(197,200,201)
#D1D4D6
(209,212,214)
#DDE0E3
(221,224,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71746E; }

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

This text font color is #71746E.


Background Color

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

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

This div background color is #71746E.


Border color

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

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

This div border color is #71746E.


Opacity

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

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

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

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

This text has shadow with #71746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71746E on black background.


Color preview on white background

This text has color #71746E on white background.



Black color preview on #71746E background

This text has black color on #71746E background.


White color preview on #71746E background

This text has white color on #71746E background.