COLOR #71385C

HEX: #71385C
RGB: (113,56,92)

Color info

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

RGB color model

#71385C color RGB value is (113,56,92).

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

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 92 of 255 = 36%

113
56
92

R + G + B ~ 34%. #71385C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 92 = 261 (100%)
R 113 of 261 ~ 43.3%
G 56 of 261 ~ 21.46%
B 92 of 261 ~ 35.25%

%43.3
%21.46
%35.25

CMYK color model

#71385C color CMYK value is (0,50,19,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,50,19,56)
C0M50Y19K56 
(0%,50%,19%,56%)
(0.00/0.50/0.19/0.56)	

CMYK percentages

%0
%50.44
%18.58
%55.69

Codes

Color #71385C in popluar color models

71385C
RGB1135692
HSL322°33.73%33.14%
HSB/HSV322°50.44%44.31%
CMYK0.00%50.44%18.58%
55.69%

Color #71385C in popluar number systems.

HEX71385C
Decimal1135692
Binary11100011110001011100
Octal16170134

Shades and tints

Shades of #71385C

#71385C
(113,56,92)
#673354
(103,51,84)
#5D2E4C
(93,46,76)
#532944
(83,41,68)
#49243C
(73,36,60)
#3F1F34
(63,31,52)
#351A2C
(53,26,44)
#2B1524
(43,21,36)
#21101C
(33,16,28)
#170B14
(23,11,20)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #71385C

#71385C
(113,56,92)
#7D4A6A
(125,74,106)
#895C78
(137,92,120)
#956E86
(149,110,134)
#A18094
(161,128,148)
#AD92A2
(173,146,162)
#B9A4B0
(185,164,176)
#C5B6BE
(197,182,190)
#D1C8CC
(209,200,204)
#DDDADA
(221,218,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71385C; }

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

This text font color is #71385C.


Background Color

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

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

This div background color is #71385C.


Border color

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

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

This div border color is #71385C.


Opacity

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

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

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

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

This text has shadow with #71385C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71385C on black background.


Color preview on white background

This text has color #71385C on white background.



Black color preview on #71385C background

This text has black color on #71385C background.


White color preview on #71385C background

This text has white color on #71385C background.