COLOR #71529B

HEX: #71529B
RGB: (113,82,155)

Color info

#71529B contains mainly red and blue colors. Web safe color of #71529B is #666699 (or #669).

RGB color model

#71529B color RGB value is (113,82,155).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 155 of 255 = 61%

113
82
155

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

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 155 = 350 (100%)
R 113 of 350 ~ 32.29%
G 82 of 350 ~ 23.43%
B 155 of 350 ~ 44.29%

%32.29
%23.43
%44.29

CMYK color model

#71529B color CMYK value is (27,47,0,39).

  • cyan value is 27.10%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(27,47,0,39)
C27M47Y0K39 
(27%,47%,0%,39%)
(0.27/0.47/0.00/0.39)	

CMYK percentages

%27.1
%47.1
%0
%39.22

Codes

Color #71529B in popluar color models

71529B
RGB11382155
HSL265°30.80%46.47%
HSB/HSV265°47.10%60.78%
CMYK27.10%47.10%0.00%
39.22%

Color #71529B in popluar number systems.

HEX71529B
Decimal11382155
Binary1110001101001010011011
Octal161122233

Shades and tints

Shades of #71529B

#71529B
(113,82,155)
#674B8D
(103,75,141)
#5D447F
(93,68,127)
#533D71
(83,61,113)
#493663
(73,54,99)
#3F2F55
(63,47,85)
#352847
(53,40,71)
#2B2139
(43,33,57)
#211A2B
(33,26,43)
#17131D
(23,19,29)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71529B

#71529B
(113,82,155)
#7D61A4
(125,97,164)
#8970AD
(137,112,173)
#957FB6
(149,127,182)
#A18EBF
(161,142,191)
#AD9DC8
(173,157,200)
#B9ACD1
(185,172,209)
#C5BBDA
(197,187,218)
#D1CAE3
(209,202,227)
#DDD9EC
(221,217,236)
#E9E8F5
(233,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71529B; }

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

This text font color is #71529B.


Background Color

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

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

This div background color is #71529B.


Border color

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

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

This div border color is #71529B.


Opacity

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

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

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

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

This text has shadow with #71529B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71529B on black background.


Color preview on white background

This text has color #71529B on white background.



Black color preview on #71529B background

This text has black color on #71529B background.


White color preview on #71529B background

This text has white color on #71529B background.