COLOR #71648E

HEX: #71648E
RGB: (113,100,142)

Color info

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

RGB color model

#71648E color RGB value is (113,100,142).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 142 of 255 = 56%

113
100
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 142 = 355 (100%)
R 113 of 355 ~ 31.83%
G 100 of 355 ~ 28.17%
B 142 of 355 ~ 40%

%31.83
%28.17
%40

CMYK color model

#71648E color CMYK value is (20,30,0,44).

  • cyan value is 20.42%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,30,0,44)
C20M30Y0K44 
(20%,30%,0%,44%)
(0.20/0.30/0.00/0.44)	

CMYK percentages

%20.42
%29.58
%0
%44.31

Codes

Color #71648E in popluar color models

71648E
RGB113100142
HSL259°17.36%47.45%
HSB/HSV259°29.58%55.69%
CMYK20.42%29.58%0.00%
44.31%

Color #71648E in popluar number systems.

HEX71648E
Decimal113100142
Binary1110001110010010001110
Octal161144216

Shades and tints

Shades of #71648E

#71648E
(113,100,142)
#675B82
(103,91,130)
#5D5276
(93,82,118)
#53496A
(83,73,106)
#49405E
(73,64,94)
#3F3752
(63,55,82)
#352E46
(53,46,70)
#2B253A
(43,37,58)
#211C2E
(33,28,46)
#171322
(23,19,34)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #71648E

#71648E
(113,100,142)
#7D7298
(125,114,152)
#8980A2
(137,128,162)
#958EAC
(149,142,172)
#A19CB6
(161,156,182)
#ADAAC0
(173,170,192)
#B9B8CA
(185,184,202)
#C5C6D4
(197,198,212)
#D1D4DE
(209,212,222)
#DDE2E8
(221,226,232)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71648E; }

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

This text font color is #71648E.


Background Color

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

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

This div background color is #71648E.


Border color

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

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

This div border color is #71648E.


Opacity

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

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

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

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

This text has shadow with #71648E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71648E on black background.


Color preview on white background

This text has color #71648E on white background.



Black color preview on #71648E background

This text has black color on #71648E background.


White color preview on #71648E background

This text has white color on #71648E background.