COLOR #71868D

HEX: #71868D
RGB: (113,134,141)

Color info

#71868D contains red, green and blue colors in about the same proportion. Web safe color of #71868D is #669999 (or #699).

RGB color model

#71868D color RGB value is (113,134,141).

  • red value is 113;
  • green value is 134;
  • blue value is 141.
RGB:
(113,134,141)
(44%,53%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 141 of 255 = 55%

113
134
141

R + G + B ~ 51%. #71868D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 141 = 388 (100%)
R 113 of 388 ~ 29.12%
G 134 of 388 ~ 34.54%
B 141 of 388 ~ 36.34%

%29.12
%34.54
%36.34

CMYK color model

#71868D color CMYK value is (20,5,0,45).

  • cyan value is 19.86%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(20,5,0,45)
C20M5Y0K45 
(20%,5%,0%,45%)
(0.20/0.05/0.00/0.45)	

CMYK percentages

%19.86
%4.96
%0
%44.71

Codes

Color #71868D in popluar color models

71868D
RGB113134141
HSL195°11.02%49.80%
HSB/HSV195°19.86%55.29%
CMYK19.86%4.96%0.00%
44.71%

Color #71868D in popluar number systems.

HEX71868D
Decimal113134141
Binary11100011000011010001101
Octal161206215

Shades and tints

Shades of #71868D

#71868D
(113,134,141)
#677A81
(103,122,129)
#5D6E75
(93,110,117)
#536269
(83,98,105)
#49565D
(73,86,93)
#3F4A51
(63,74,81)
#353E45
(53,62,69)
#2B3239
(43,50,57)
#21262D
(33,38,45)
#171A21
(23,26,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #71868D

#71868D
(113,134,141)
#7D9197
(125,145,151)
#899CA1
(137,156,161)
#95A7AB
(149,167,171)
#A1B2B5
(161,178,181)
#ADBDBF
(173,189,191)
#B9C8C9
(185,200,201)
#C5D3D3
(197,211,211)
#D1DEDD
(209,222,221)
#DDE9E7
(221,233,231)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71868D color. Also use rgb(113,134,141) instead hex code.

Text Font Color

.myTextColor { color: #71868D; }

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

This text font color is #71868D.


Background Color

.myBgColor { background-color: #71868D; }

<div style="background-color:#71868D">Inner text</div>

This div background color is #71868D.


Border color

.myBorderColor { border: 1px solid #71868D; }

<div style="border:3px solid #71868D">Div</div>

This div border color is #71868D.


Opacity

.myOpacity80 { color: #71868D; opacity: 0.8; }

<p style="color:#71868D;opacity:0.8;">80%</p>

Text with #71868D 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 #71868D;}

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

This text has shadow with #71868D color.

.textShadow {text-shadow: 3px 3px 1px #71868D, 3px 3px 1px red;}

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

This text has shadow with #71868D primary color and red secondary color.


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

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

This text has shadow with #71868D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71868D on black background.


Color preview on white background

This text has color #71868D on white background.



Black color preview on #71868D background

This text has black color on #71868D background.


White color preview on #71868D background

This text has white color on #71868D background.