COLOR #71527B

HEX: #71527B
RGB: (113,82,123)

Color info

#71527B contains red, green and blue colors in about the same proportion. Web safe color of #71527B is #666666 (or #666).

RGB color model

#71527B color RGB value is (113,82,123).

  • red value is 113;
  • green value is 82;
  • blue value is 123.
RGB:
(113,82,123)
(44%,32%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 123 of 255 = 48%

113
82
123

R + G + B ~ 41%. #71527B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 123 = 318 (100%)
R 113 of 318 ~ 35.53%
G 82 of 318 ~ 25.79%
B 123 of 318 ~ 38.68%

%35.53
%25.79
%38.68

CMYK color model

#71527B color CMYK value is (8,33,0,52).

  • cyan value is 8.13%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(8,33,0,52)
C8M33Y0K52 
(8%,33%,0%,52%)
(0.08/0.33/0.00/0.52)	

CMYK percentages

%8.13
%33.33
%0
%51.76

Codes

Color #71527B in popluar color models

71527B
RGB11382123
HSL285°20.00%40.20%
HSB/HSV285°33.33%48.24%
CMYK8.13%33.33%0.00%
51.76%

Color #71527B in popluar number systems.

HEX71527B
Decimal11382123
Binary111000110100101111011
Octal161122173

Shades and tints

Shades of #71527B

#71527B
(113,82,123)
#674B70
(103,75,112)
#5D4465
(93,68,101)
#533D5A
(83,61,90)
#49364F
(73,54,79)
#3F2F44
(63,47,68)
#352839
(53,40,57)
#2B212E
(43,33,46)
#211A23
(33,26,35)
#171318
(23,19,24)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #71527B

#71527B
(113,82,123)
#7D6187
(125,97,135)
#897093
(137,112,147)
#957F9F
(149,127,159)
#A18EAB
(161,142,171)
#AD9DB7
(173,157,183)
#B9ACC3
(185,172,195)
#C5BBCF
(197,187,207)
#D1CADB
(209,202,219)
#DDD9E7
(221,217,231)
#E9E8F3
(233,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71527B color. Also use rgb(113,82,123) instead hex code.

Text Font Color

.myTextColor { color: #71527B; }

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

This text font color is #71527B.


Background Color

.myBgColor { background-color: #71527B; }

<div style="background-color:#71527B">Inner text</div>

This div background color is #71527B.


Border color

.myBorderColor { border: 1px solid #71527B; }

<div style="border:3px solid #71527B">Div</div>

This div border color is #71527B.


Opacity

.myOpacity80 { color: #71527B; opacity: 0.8; }

<p style="color:#71527B;opacity:0.8;">80%</p>

Text with #71527B 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 #71527B;}

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

This text has shadow with #71527B color.

.textShadow {text-shadow: 3px 3px 1px #71527B, 3px 3px 1px red;}

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

This text has shadow with #71527B primary color and red secondary color.


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

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

This text has shadow with #71527B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71527B on black background.


Color preview on white background

This text has color #71527B on white background.



Black color preview on #71527B background

This text has black color on #71527B background.


White color preview on #71527B background

This text has white color on #71527B background.