COLOR #71859C

HEX: #71859C RGB: (113,133,156)

Color info

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

RGB color model

#71859C color RGB value is (113,133,156).

RGB: (113,133,156) (44%, 52%, 61%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 156 of 255 = 61%

113
133
156

R + G + B ~ 52%. #71859C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 133 + 156 = 402 (100%)
R 113 of 402 ~ 28.11%
G 133 of 402 ~ 33.08%
B 156 of 402 ~ 38.81'%

%28.11
%33.08
%38.81

CMYK color model

#71859C color CMYK value is (28,15,0,39).

  • cyan value is 27.56%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (28,15,0,39) C28M15Y0K39 (28%,15%,0%,39%) (0.28/0.15/0.00/0.39) 

CMYK percentages

%27.56
%14.74
%0
%38.82

Codes

Color #71859C in popluar color models

71 85 9C
RGB 113 133 156
HSL 212° 17.84% 52.75%
HSB/HSV 212° 27.56% 61.18%
CMYK 27.56% 14.74% 0.00%
38.82%

Color #71859C in popluar number systems.

HEX 71 85 9C
Decimal 113 133 156
Binary 1110001 10000101 10011100
Octal 161 205 234

Shades and tints

Shades of #71859C

#71859C
(113,133,156)
#67798E
(103,121,142)
#5D6D80
(93,109,128)
#536172
(83,97,114)
#495564
(73,85,100)
#3F4956
(63,73,86)
#353D48
(53,61,72)
#2B313A
(43,49,58)
#21252C
(33,37,44)
#17191E
(23,25,30)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #71859C

#71859C
(113,133,156)
#7D90A5
(125,144,165)
#899BAE
(137,155,174)
#95A6B7
(149,166,183)
#A1B1C0
(161,177,192)
#ADBCC9
(173,188,201)
#B9C7D2
(185,199,210)
#C5D2DB
(197,210,219)
#D1DDE4
(209,221,228)
#DDE8ED
(221,232,237)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71859C color. Also use rgb(113,133,156) instead hex code.

Text Font Color

.myTextColor { color: #71859C; }

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

This text font color is #71859C.

Background Color

.myBgColor { background-color: #71859C; }

<div style="background-color:#71859C">Inner text</div>

This div background color is #71859C.

Border color

.myBorderColor { border: 1px solid #71859C; }

<div style="border:3px solid #71859C">Div</div>

This div border color is #71859C.

Opacity

.myOpacity80 { color: #71859C; opacity: 0.8; }

<p style="color:#71859C;opacity:0.8;">80%</p>

Text with #71859C 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 #71859C;}

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

This text has shadow with #71859C color.


.textShadow {text-shadow: 3px 3px 1px #71859C', 3px 3px 1px red;}

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

This text has shadow with #71859C primary color and red secondary color.


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

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

This text has shadow with #71859C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71859C; -webkit-box-shadow: 1px 1px 3px 2px #71859C; box-shadow:1px 1px 3px 2px #71859C;">
Div content here
</div>

This div box has shadow with color #71859C.

Preview

Color preview on black background

This text has color #71859C on black background.


Color preview on white background

This text has color #71859C on white background.


Black color preview on #71859C background

This text has black color on #71859C background.


White color preview on #71859C background

This text has white color on #71859C background.


Related colors

Complementary color

Complementary color for #hex is #8E7A63.


I love getcolorcode.com

Triadic colors

1 #9C7185 and #859C71 with #71859C are triadic colors.

2 #9C8571 and #85719C with #71859C are triadic colors.