COLOR #71538E

HEX: #71538E
RGB: (113,83,142)

Color info

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

RGB color model

#71538E color RGB value is (113,83,142).

  • red value is 113;
  • green value is 83;
  • blue value is 142.
RGB:
(113,83,142)
(44%,33%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 142 of 255 = 56%

113
83
142

R + G + B ~ 44%. #71538E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 142 = 338 (100%)
R 113 of 338 ~ 33.43%
G 83 of 338 ~ 24.56%
B 142 of 338 ~ 42.01%

%33.43
%24.56
%42.01

CMYK color model

#71538E color CMYK value is (20,42,0,44).

  • cyan value is 20.42%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,42,0,44)
C20M42Y0K44 
(20%,42%,0%,44%)
(0.20/0.42/0.00/0.44)	

CMYK percentages

%20.42
%41.55
%0
%44.31

Codes

Color #71538E in popluar color models

71538E
RGB11383142
HSL271°26.22%44.12%
HSB/HSV271°41.55%55.69%
CMYK20.42%41.55%0.00%
44.31%

Color #71538E in popluar number systems.

HEX71538E
Decimal11383142
Binary1110001101001110001110
Octal161123216

Shades and tints

Shades of #71538E

#71538E
(113,83,142)
#674C82
(103,76,130)
#5D4576
(93,69,118)
#533E6A
(83,62,106)
#49375E
(73,55,94)
#3F3052
(63,48,82)
#352946
(53,41,70)
#2B223A
(43,34,58)
#211B2E
(33,27,46)
#171422
(23,20,34)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #71538E

#71538E
(113,83,142)
#7D6298
(125,98,152)
#8971A2
(137,113,162)
#9580AC
(149,128,172)
#A18FB6
(161,143,182)
#AD9EC0
(173,158,192)
#B9ADCA
(185,173,202)
#C5BCD4
(197,188,212)
#D1CBDE
(209,203,222)
#DDDAE8
(221,218,232)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71538E color. Also use rgb(113,83,142) instead hex code.

Text Font Color

.myTextColor { color: #71538E; }

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

This text font color is #71538E.


Background Color

.myBgColor { background-color: #71538E; }

<div style="background-color:#71538E">Inner text</div>

This div background color is #71538E.


Border color

.myBorderColor { border: 1px solid #71538E; }

<div style="border:3px solid #71538E">Div</div>

This div border color is #71538E.


Opacity

.myOpacity80 { color: #71538E; opacity: 0.8; }

<p style="color:#71538E;opacity:0.8;">80%</p>

Text with #71538E 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 #71538E;}

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

This text has shadow with #71538E color.

.textShadow {text-shadow: 3px 3px 1px #71538E, 3px 3px 1px red;}

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

This text has shadow with #71538E primary color and red secondary color.


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

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

This text has shadow with #71538E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71538E on black background.


Color preview on white background

This text has color #71538E on white background.



Black color preview on #71538E background

This text has black color on #71538E background.


White color preview on #71538E background

This text has white color on #71538E background.