COLOR #71405C

HEX: #71405C
RGB: (113,64,92)

Color info

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

RGB color model

#71405C color RGB value is (113,64,92).

  • red value is 113;
  • green value is 64;
  • blue value is 92.
RGB:
(113,64,92)
(44%,25%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 92 of 255 = 36%

113
64
92

R + G + B ~ 35%. #71405C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 92 = 269 (100%)
R 113 of 269 ~ 42.01%
G 64 of 269 ~ 23.79%
B 92 of 269 ~ 34.2%

%42.01
%23.79
%34.2

CMYK color model

#71405C color CMYK value is (0,43,19,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,43,19,56)
C0M43Y19K56 
(0%,43%,19%,56%)
(0.00/0.43/0.19/0.56)	

CMYK percentages

%0
%43.36
%18.58
%55.69

Codes

Color #71405C in popluar color models

71405C
RGB1136492
HSL326°27.68%34.71%
HSB/HSV326°43.36%44.31%
CMYK0.00%43.36%18.58%
55.69%

Color #71405C in popluar number systems.

HEX71405C
Decimal1136492
Binary111000110000001011100
Octal161100134

Shades and tints

Shades of #71405C

#71405C
(113,64,92)
#673B54
(103,59,84)
#5D364C
(93,54,76)
#533144
(83,49,68)
#492C3C
(73,44,60)
#3F2734
(63,39,52)
#35222C
(53,34,44)
#2B1D24
(43,29,36)
#21181C
(33,24,28)
#171314
(23,19,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #71405C

#71405C
(113,64,92)
#7D516A
(125,81,106)
#896278
(137,98,120)
#957386
(149,115,134)
#A18494
(161,132,148)
#AD95A2
(173,149,162)
#B9A6B0
(185,166,176)
#C5B7BE
(197,183,190)
#D1C8CC
(209,200,204)
#DDD9DA
(221,217,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71405C color. Also use rgb(113,64,92) instead hex code.

Text Font Color

.myTextColor { color: #71405C; }

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

This text font color is #71405C.


Background Color

.myBgColor { background-color: #71405C; }

<div style="background-color:#71405C">Inner text</div>

This div background color is #71405C.


Border color

.myBorderColor { border: 1px solid #71405C; }

<div style="border:3px solid #71405C">Div</div>

This div border color is #71405C.


Opacity

.myOpacity80 { color: #71405C; opacity: 0.8; }

<p style="color:#71405C;opacity:0.8;">80%</p>

Text with #71405C 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 #71405C;}

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

This text has shadow with #71405C color.

.textShadow {text-shadow: 3px 3px 1px #71405C, 3px 3px 1px red;}

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

This text has shadow with #71405C primary color and red secondary color.


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

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

This text has shadow with #71405C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71405C on black background.


Color preview on white background

This text has color #71405C on white background.



Black color preview on #71405C background

This text has black color on #71405C background.


White color preview on #71405C background

This text has white color on #71405C background.