COLOR #71416D

HEX: #71416D
RGB: (113,65,109)

Color info

#71416D contains red, green and blue colors in about the same proportion. Web safe color of #71416D is #663366 (or #636).

RGB color model

#71416D color RGB value is (113,65,109).

  • red value is 113;
  • green value is 65;
  • blue value is 109.
RGB:
(113,65,109)
(44%,25%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 65 of 255 = 25%
B 109 of 255 = 43%

113
65
109

R + G + B ~ 37%. #71416D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 65 + 109 = 287 (100%)
R 113 of 287 ~ 39.37%
G 65 of 287 ~ 22.65%
B 109 of 287 ~ 37.98%

%39.37
%22.65
%37.98

CMYK color model

#71416D color CMYK value is (0,42,4,56).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,42,4,56)
C0M42Y4K56 
(0%,42%,4%,56%)
(0.00/0.42/0.04/0.56)	

CMYK percentages

%0
%42.48
%3.54
%55.69

Codes

Color #71416D in popluar color models

71416D
RGB11365109
HSL305°26.97%34.90%
HSB/HSV305°42.48%44.31%
CMYK0.00%42.48%3.54%
55.69%

Color #71416D in popluar number systems.

HEX71416D
Decimal11365109
Binary111000110000011101101
Octal161101155

Shades and tints

Shades of #71416D

#71416D
(113,65,109)
#673C64
(103,60,100)
#5D375B
(93,55,91)
#533252
(83,50,82)
#492D49
(73,45,73)
#3F2840
(63,40,64)
#352337
(53,35,55)
#2B1E2E
(43,30,46)
#211925
(33,25,37)
#17141C
(23,20,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #71416D

#71416D
(113,65,109)
#7D527A
(125,82,122)
#896387
(137,99,135)
#957494
(149,116,148)
#A185A1
(161,133,161)
#AD96AE
(173,150,174)
#B9A7BB
(185,167,187)
#C5B8C8
(197,184,200)
#D1C9D5
(209,201,213)
#DDDAE2
(221,218,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71416D color. Also use rgb(113,65,109) instead hex code.

Text Font Color

.myTextColor { color: #71416D; }

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

This text font color is #71416D.


Background Color

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

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

This div background color is #71416D.


Border color

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

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

This div border color is #71416D.


Opacity

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

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

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

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

This text has shadow with #71416D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71416D on black background.


Color preview on white background

This text has color #71416D on white background.



Black color preview on #71416D background

This text has black color on #71416D background.


White color preview on #71416D background

This text has white color on #71416D background.