COLOR #71729D

HEX: #71729D
RGB: (113,114,157)

Color info

#71729D contains red, green and blue colors in about the same proportion. Web safe color of #71729D is #666699 (or #669).

RGB color model

#71729D color RGB value is (113,114,157).

  • red value is 113;
  • green value is 114;
  • blue value is 157.
RGB:
(113,114,157)
(44%,45%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 157 of 255 = 62%

113
114
157

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 157 = 384 (100%)
R 113 of 384 ~ 29.43%
G 114 of 384 ~ 29.69%
B 157 of 384 ~ 40.89%

%29.43
%29.69
%40.89

CMYK color model

#71729D color CMYK value is (28,27,0,38).

  • cyan value is 28.03%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(28,27,0,38)
C28M27Y0K38 
(28%,27%,0%,38%)
(0.28/0.27/0.00/0.38)	

CMYK percentages

%28.03
%27.39
%0
%38.43

Codes

Color #71729D in popluar color models

71729D
RGB113114157
HSL239°18.33%52.94%
HSB/HSV239°28.03%61.57%
CMYK28.03%27.39%0.00%
38.43%

Color #71729D in popluar number systems.

HEX71729D
Decimal113114157
Binary1110001111001010011101
Octal161162235

Shades and tints

Shades of #71729D

#71729D
(113,114,157)
#67688F
(103,104,143)
#5D5E81
(93,94,129)
#535473
(83,84,115)
#494A65
(73,74,101)
#3F4057
(63,64,87)
#353649
(53,54,73)
#2B2C3B
(43,44,59)
#21222D
(33,34,45)
#17181F
(23,24,31)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #71729D

#71729D
(113,114,157)
#7D7EA5
(125,126,165)
#898AAD
(137,138,173)
#9596B5
(149,150,181)
#A1A2BD
(161,162,189)
#ADAEC5
(173,174,197)
#B9BACD
(185,186,205)
#C5C6D5
(197,198,213)
#D1D2DD
(209,210,221)
#DDDEE5
(221,222,229)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71729D color. Also use rgb(113,114,157) instead hex code.

Text Font Color

.myTextColor { color: #71729D; }

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

This text font color is #71729D.


Background Color

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

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

This div background color is #71729D.


Border color

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

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

This div border color is #71729D.


Opacity

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

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

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

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

This text has shadow with #71729D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71729D on black background.


Color preview on white background

This text has color #71729D on white background.



Black color preview on #71729D background

This text has black color on #71729D background.


White color preview on #71729D background

This text has white color on #71729D background.