COLOR #71889F

HEX: #71889F
RGB: (113,136,159)

Color info

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

RGB color model

#71889F color RGB value is (113,136,159).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 159 of 255 = 62%

113
136
159

R + G + B ~ 53%. #71889F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 159 = 408 (100%)
R 113 of 408 ~ 27.7%
G 136 of 408 ~ 33.33%
B 159 of 408 ~ 38.97%

%27.7
%33.33
%38.97

CMYK color model

#71889F color CMYK value is (29,14,0,38).

  • cyan value is 28.93%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(29,14,0,38)
C29M14Y0K38 
(29%,14%,0%,38%)
(0.29/0.14/0.00/0.38)	

CMYK percentages

%28.93
%14.47
%0
%37.65

Codes

Color #71889F in popluar color models

71889F
RGB113136159
HSL210°19.33%53.33%
HSB/HSV210°28.93%62.35%
CMYK28.93%14.47%0.00%
37.65%

Color #71889F in popluar number systems.

HEX71889F
Decimal113136159
Binary11100011000100010011111
Octal161210237

Shades and tints

Shades of #71889F

#71889F
(113,136,159)
#677C91
(103,124,145)
#5D7083
(93,112,131)
#536475
(83,100,117)
#495867
(73,88,103)
#3F4C59
(63,76,89)
#35404B
(53,64,75)
#2B343D
(43,52,61)
#21282F
(33,40,47)
#171C21
(23,28,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71889F

#71889F
(113,136,159)
#7D92A7
(125,146,167)
#899CAF
(137,156,175)
#95A6B7
(149,166,183)
#A1B0BF
(161,176,191)
#ADBAC7
(173,186,199)
#B9C4CF
(185,196,207)
#C5CED7
(197,206,215)
#D1D8DF
(209,216,223)
#DDE2E7
(221,226,231)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71889F color. Also use rgb(113,136,159) instead hex code.

Text Font Color

.myTextColor { color: #71889F; }

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

This text font color is #71889F.


Background Color

.myBgColor { background-color: #71889F; }

<div style="background-color:#71889F">Inner text</div>

This div background color is #71889F.


Border color

.myBorderColor { border: 1px solid #71889F; }

<div style="border:3px solid #71889F">Div</div>

This div border color is #71889F.


Opacity

.myOpacity80 { color: #71889F; opacity: 0.8; }

<p style="color:#71889F;opacity:0.8;">80%</p>

Text with #71889F 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 #71889F;}

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

This text has shadow with #71889F color.

.textShadow {text-shadow: 3px 3px 1px #71889F, 3px 3px 1px red;}

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

This text has shadow with #71889F primary color and red secondary color.


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

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

This text has shadow with #71889F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71889F on black background.


Color preview on white background

This text has color #71889F on white background.



Black color preview on #71889F background

This text has black color on #71889F background.


White color preview on #71889F background

This text has white color on #71889F background.