COLOR #71648D

HEX: #71648D
RGB: (113,100,141)

Color info

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

RGB color model

#71648D color RGB value is (113,100,141).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 141 of 255 = 55%

113
100
141

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

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 141 = 354 (100%)
R 113 of 354 ~ 31.92%
G 100 of 354 ~ 28.25%
B 141 of 354 ~ 39.83%

%31.92
%28.25
%39.83

CMYK color model

#71648D color CMYK value is (20,29,0,45).

  • cyan value is 19.86%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(20,29,0,45)
C20M29Y0K45 
(20%,29%,0%,45%)
(0.20/0.29/0.00/0.45)	

CMYK percentages

%19.86
%29.08
%0
%44.71

Codes

Color #71648D in popluar color models

71648D
RGB113100141
HSL259°17.01%47.25%
HSB/HSV259°29.08%55.29%
CMYK19.86%29.08%0.00%
44.71%

Color #71648D in popluar number systems.

HEX71648D
Decimal113100141
Binary1110001110010010001101
Octal161144215

Shades and tints

Shades of #71648D

#71648D
(113,100,141)
#675B81
(103,91,129)
#5D5275
(93,82,117)
#534969
(83,73,105)
#49405D
(73,64,93)
#3F3751
(63,55,81)
#352E45
(53,46,69)
#2B2539
(43,37,57)
#211C2D
(33,28,45)
#171321
(23,19,33)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #71648D

#71648D
(113,100,141)
#7D7297
(125,114,151)
#8980A1
(137,128,161)
#958EAB
(149,142,171)
#A19CB5
(161,156,181)
#ADAABF
(173,170,191)
#B9B8C9
(185,184,201)
#C5C6D3
(197,198,211)
#D1D4DD
(209,212,221)
#DDE2E7
(221,226,231)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71648D; }

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

This text font color is #71648D.


Background Color

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

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

This div background color is #71648D.


Border color

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

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

This div border color is #71648D.


Opacity

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

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

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

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

This text has shadow with #71648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71648D on black background.


Color preview on white background

This text has color #71648D on white background.



Black color preview on #71648D background

This text has black color on #71648D background.


White color preview on #71648D background

This text has white color on #71648D background.