COLOR #71658E

HEX: #71658E
RGB: (113,101,142)

Color info

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

RGB color model

#71658E color RGB value is (113,101,142).

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

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 142 of 255 = 56%

113
101
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 142 = 356 (100%)
R 113 of 356 ~ 31.74%
G 101 of 356 ~ 28.37%
B 142 of 356 ~ 39.89%

%31.74
%28.37
%39.89

CMYK color model

#71658E color CMYK value is (20,29,0,44).

  • cyan value is 20.42%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,29,0,44)
C20M29Y0K44 
(20%,29%,0%,44%)
(0.20/0.29/0.00/0.44)	

CMYK percentages

%20.42
%28.87
%0
%44.31

Codes

Color #71658E in popluar color models

71658E
RGB113101142
HSL258°16.87%47.65%
HSB/HSV258°28.87%55.69%
CMYK20.42%28.87%0.00%
44.31%

Color #71658E in popluar number systems.

HEX71658E
Decimal113101142
Binary1110001110010110001110
Octal161145216

Shades and tints

Shades of #71658E

#71658E
(113,101,142)
#675C82
(103,92,130)
#5D5376
(93,83,118)
#534A6A
(83,74,106)
#49415E
(73,65,94)
#3F3852
(63,56,82)
#352F46
(53,47,70)
#2B263A
(43,38,58)
#211D2E
(33,29,46)
#171422
(23,20,34)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #71658E

#71658E
(113,101,142)
#7D7398
(125,115,152)
#8981A2
(137,129,162)
#958FAC
(149,143,172)
#A19DB6
(161,157,182)
#ADABC0
(173,171,192)
#B9B9CA
(185,185,202)
#C5C7D4
(197,199,212)
#D1D5DE
(209,213,222)
#DDE3E8
(221,227,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71658E; }

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

This text font color is #71658E.


Background Color

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

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

This div background color is #71658E.


Border color

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

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

This div border color is #71658E.


Opacity

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

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

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

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

This text has shadow with #71658E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71658E on black background.


Color preview on white background

This text has color #71658E on white background.



Black color preview on #71658E background

This text has black color on #71658E background.


White color preview on #71658E background

This text has white color on #71658E background.