COLOR #71638D

HEX: #71638D
RGB: (113,99,141)

Color info

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

RGB color model

#71638D color RGB value is (113,99,141).

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

RGB channels and saturation

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

113
99
141

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 141 = 353 (100%)
R 113 of 353 ~ 32.01%
G 99 of 353 ~ 28.05%
B 141 of 353 ~ 39.94%

%32.01
%28.05
%39.94

CMYK color model

#71638D color CMYK value is (20,30,0,45).

  • cyan value is 19.86%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(20,30,0,45)
C20M30Y0K45 
(20%,30%,0%,45%)
(0.20/0.30/0.00/0.45)	

CMYK percentages

%19.86
%29.79
%0
%44.71

Codes

Color #71638D in popluar color models

71638D
RGB11399141
HSL260°17.50%47.06%
HSB/HSV260°29.79%55.29%
CMYK19.86%29.79%0.00%
44.71%

Color #71638D in popluar number systems.

HEX71638D
Decimal11399141
Binary1110001110001110001101
Octal161143215

Shades and tints

Shades of #71638D

#71638D
(113,99,141)
#675A81
(103,90,129)
#5D5175
(93,81,117)
#534869
(83,72,105)
#493F5D
(73,63,93)
#3F3651
(63,54,81)
#352D45
(53,45,69)
#2B2439
(43,36,57)
#211B2D
(33,27,45)
#171221
(23,18,33)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #71638D

#71638D
(113,99,141)
#7D7197
(125,113,151)
#897FA1
(137,127,161)
#958DAB
(149,141,171)
#A19BB5
(161,155,181)
#ADA9BF
(173,169,191)
#B9B7C9
(185,183,201)
#C5C5D3
(197,197,211)
#D1D3DD
(209,211,221)
#DDE1E7
(221,225,231)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71638D; }

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

This text font color is #71638D.


Background Color

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

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

This div background color is #71638D.


Border color

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

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

This div border color is #71638D.


Opacity

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

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

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

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

This text has shadow with #71638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71638D on black background.


Color preview on white background

This text has color #71638D on white background.



Black color preview on #71638D background

This text has black color on #71638D background.


White color preview on #71638D background

This text has white color on #71638D background.