COLOR #71888E

HEX: #71888E
RGB: (113,136,142)

Color info

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

RGB color model

#71888E color RGB value is (113,136,142).

  • red value is 113;
  • green value is 136;
  • blue value is 142.
RGB:
(113,136,142)
(44%,53%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 142 of 255 = 56%

113
136
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 142 = 391 (100%)
R 113 of 391 ~ 28.9%
G 136 of 391 ~ 34.78%
B 142 of 391 ~ 36.32%

%28.9
%34.78
%36.32

CMYK color model

#71888E color CMYK value is (20,4,0,44).

  • cyan value is 20.42%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,4,0,44)
C20M4Y0K44 
(20%,4%,0%,44%)
(0.20/0.04/0.00/0.44)	

CMYK percentages

%20.42
%4.23
%0
%44.31

Codes

Color #71888E in popluar color models

71888E
RGB113136142
HSL192°11.37%50.00%
HSB/HSV192°20.42%55.69%
CMYK20.42%4.23%0.00%
44.31%

Color #71888E in popluar number systems.

HEX71888E
Decimal113136142
Binary11100011000100010001110
Octal161210216

Shades and tints

Shades of #71888E

#71888E
(113,136,142)
#677C82
(103,124,130)
#5D7076
(93,112,118)
#53646A
(83,100,106)
#49585E
(73,88,94)
#3F4C52
(63,76,82)
#354046
(53,64,70)
#2B343A
(43,52,58)
#21282E
(33,40,46)
#171C22
(23,28,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #71888E

#71888E
(113,136,142)
#7D9298
(125,146,152)
#899CA2
(137,156,162)
#95A6AC
(149,166,172)
#A1B0B6
(161,176,182)
#ADBAC0
(173,186,192)
#B9C4CA
(185,196,202)
#C5CED4
(197,206,212)
#D1D8DE
(209,216,222)
#DDE2E8
(221,226,232)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71888E color. Also use rgb(113,136,142) instead hex code.

Text Font Color

.myTextColor { color: #71888E; }

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

This text font color is #71888E.


Background Color

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

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

This div background color is #71888E.


Border color

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

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

This div border color is #71888E.


Opacity

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

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

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

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

This text has shadow with #71888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71888E on black background.


Color preview on white background

This text has color #71888E on white background.



Black color preview on #71888E background

This text has black color on #71888E background.


White color preview on #71888E background

This text has white color on #71888E background.