COLOR #71626E

HEX: #71626E
RGB: (113,98,110)

Color info

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

RGB color model

#71626E color RGB value is (113,98,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 110 of 255 = 43%

113
98
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 110 = 321 (100%)
R 113 of 321 ~ 35.2%
G 98 of 321 ~ 30.53%
B 110 of 321 ~ 34.27%

%35.2
%30.53
%34.27

CMYK color model

#71626E color CMYK value is (0,13,3,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(0,13,3,56)
C0M13Y3K56 
(0%,13%,3%,56%)
(0.00/0.13/0.03/0.56)	

CMYK percentages

%0
%13.27
%2.65
%55.69

Codes

Color #71626E in popluar color models

71626E
RGB11398110
HSL312°7.11%41.37%
HSB/HSV312°13.27%44.31%
CMYK0.00%13.27%2.65%
55.69%

Color #71626E in popluar number systems.

HEX71626E
Decimal11398110
Binary111000111000101101110
Octal161142156

Shades and tints

Shades of #71626E

#71626E
(113,98,110)
#675A64
(103,90,100)
#5D525A
(93,82,90)
#534A50
(83,74,80)
#494246
(73,66,70)
#3F3A3C
(63,58,60)
#353232
(53,50,50)
#2B2A28
(43,42,40)
#21221E
(33,34,30)
#171A14
(23,26,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #71626E

#71626E
(113,98,110)
#7D707B
(125,112,123)
#897E88
(137,126,136)
#958C95
(149,140,149)
#A19AA2
(161,154,162)
#ADA8AF
(173,168,175)
#B9B6BC
(185,182,188)
#C5C4C9
(197,196,201)
#D1D2D6
(209,210,214)
#DDE0E3
(221,224,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71626E; }

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

This text font color is #71626E.


Background Color

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

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

This div background color is #71626E.


Border color

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

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

This div border color is #71626E.


Opacity

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

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

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

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

This text has shadow with #71626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71626E on black background.


Color preview on white background

This text has color #71626E on white background.



Black color preview on #71626E background

This text has black color on #71626E background.


White color preview on #71626E background

This text has white color on #71626E background.