COLOR #71919F

HEX: #71919F
RGB: (113,145,159)

Color info

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

RGB color model

#71919F color RGB value is (113,145,159).

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

RGB channels and saturation

R 113 of 255 = 44%
G 145 of 255 = 57%
B 159 of 255 = 62%

113
145
159

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

Portions of RGB colors in percentages

R + G + B =
113 + 145 + 159 = 417 (100%)
R 113 of 417 ~ 27.1%
G 145 of 417 ~ 34.77%
B 159 of 417 ~ 38.13%

%27.1
%34.77
%38.13

CMYK color model

#71919F color CMYK value is (29,9,0,38).

  • cyan value is 28.93%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(29,9,0,38)
C29M9Y0K38 
(29%,9%,0%,38%)
(0.29/0.09/0.00/0.38)	

CMYK percentages

%28.93
%8.81
%0
%37.65

Codes

Color #71919F in popluar color models

71919F
RGB113145159
HSL198°19.33%53.33%
HSB/HSV198°28.93%62.35%
CMYK28.93%8.81%0.00%
37.65%

Color #71919F in popluar number systems.

HEX71919F
Decimal113145159
Binary11100011001000110011111
Octal161221237

Shades and tints

Shades of #71919F

#71919F
(113,145,159)
#678491
(103,132,145)
#5D7783
(93,119,131)
#536A75
(83,106,117)
#495D67
(73,93,103)
#3F5059
(63,80,89)
#35434B
(53,67,75)
#2B363D
(43,54,61)
#21292F
(33,41,47)
#171C21
(23,28,33)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #71919F

#71919F
(113,145,159)
#7D9BA7
(125,155,167)
#89A5AF
(137,165,175)
#95AFB7
(149,175,183)
#A1B9BF
(161,185,191)
#ADC3C7
(173,195,199)
#B9CDCF
(185,205,207)
#C5D7D7
(197,215,215)
#D1E1DF
(209,225,223)
#DDEBE7
(221,235,231)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71919F; }

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

This text font color is #71919F.


Background Color

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

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

This div background color is #71919F.


Border color

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

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

This div border color is #71919F.


Opacity

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

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

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

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

This text has shadow with #71919F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71919F on black background.


Color preview on white background

This text has color #71919F on white background.



Black color preview on #71919F background

This text has black color on #71919F background.


White color preview on #71919F background

This text has white color on #71919F background.