COLOR #71638E

HEX: #71638E
RGB: (113,99,142)

Color info

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

RGB color model

#71638E color RGB value is (113,99,142).

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

RGB channels and saturation

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

113
99
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 142 = 354 (100%)
R 113 of 354 ~ 31.92%
G 99 of 354 ~ 27.97%
B 142 of 354 ~ 40.11%

%31.92
%27.97
%40.11

CMYK color model

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

  • cyan value is 20.42%
  • magenta value is 30.28%
  • 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
%30.28
%0
%44.31

Codes

Color #71638E in popluar color models

71638E
RGB11399142
HSL260°17.84%47.25%
HSB/HSV260°30.28%55.69%
CMYK20.42%30.28%0.00%
44.31%

Color #71638E in popluar number systems.

HEX71638E
Decimal11399142
Binary1110001110001110001110
Octal161143216

Shades and tints

Shades of #71638E

#71638E
(113,99,142)
#675A82
(103,90,130)
#5D5176
(93,81,118)
#53486A
(83,72,106)
#493F5E
(73,63,94)
#3F3652
(63,54,82)
#352D46
(53,45,70)
#2B243A
(43,36,58)
#211B2E
(33,27,46)
#171222
(23,18,34)
#0D0916
(13,9,22)
#000000
(0,0,0)

Tints of #71638E

#71638E
(113,99,142)
#7D7198
(125,113,152)
#897FA2
(137,127,162)
#958DAC
(149,141,172)
#A19BB6
(161,155,182)
#ADA9C0
(173,169,192)
#B9B7CA
(185,183,202)
#C5C5D4
(197,197,212)
#D1D3DE
(209,211,222)
#DDE1E8
(221,225,232)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71638E; }

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

This text font color is #71638E.


Background Color

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

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

This div background color is #71638E.


Border color

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

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

This div border color is #71638E.


Opacity

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

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

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

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

This text has shadow with #71638E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71638E on black background.


Color preview on white background

This text has color #71638E on white background.



Black color preview on #71638E background

This text has black color on #71638E background.


White color preview on #71638E background

This text has white color on #71638E background.