COLOR #71394E

HEX: #71394E
RGB: (113,57,78)

Color info

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

RGB color model

#71394E color RGB value is (113,57,78).

  • red value is 113;
  • green value is 57;
  • blue value is 78.
RGB:
(113,57,78)
(44%,22%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 57 of 255 = 22%
B 78 of 255 = 31%

113
57
78

R + G + B ~ 32%. #71394E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 57 + 78 = 248 (100%)
R 113 of 248 ~ 45.56%
G 57 of 248 ~ 22.98%
B 78 of 248 ~ 31.45%

%45.56
%22.98
%31.45

CMYK color model

#71394E color CMYK value is (0,50,31,56).

  • cyan value is 0.00%
  • magenta value is 49.56%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(0,50,31,56)
C0M50Y31K56 
(0%,50%,31%,56%)
(0.00/0.50/0.31/0.56)	

CMYK percentages

%0
%49.56
%30.97
%55.69

Codes

Color #71394E in popluar color models

71394E
RGB1135778
HSL338°32.94%33.33%
HSB/HSV338°49.56%44.31%
CMYK0.00%49.56%30.97%
55.69%

Color #71394E in popluar number systems.

HEX71394E
Decimal1135778
Binary11100011110011001110
Octal16171116

Shades and tints

Shades of #71394E

#71394E
(113,57,78)
#673447
(103,52,71)
#5D2F40
(93,47,64)
#532A39
(83,42,57)
#492532
(73,37,50)
#3F202B
(63,32,43)
#351B24
(53,27,36)
#2B161D
(43,22,29)
#211116
(33,17,22)
#170C0F
(23,12,15)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #71394E

#71394E
(113,57,78)
#7D4B5E
(125,75,94)
#895D6E
(137,93,110)
#956F7E
(149,111,126)
#A1818E
(161,129,142)
#AD939E
(173,147,158)
#B9A5AE
(185,165,174)
#C5B7BE
(197,183,190)
#D1C9CE
(209,201,206)
#DDDBDE
(221,219,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71394E color. Also use rgb(113,57,78) instead hex code.

Text Font Color

.myTextColor { color: #71394E; }

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

This text font color is #71394E.


Background Color

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

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

This div background color is #71394E.


Border color

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

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

This div border color is #71394E.


Opacity

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

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

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

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

This text has shadow with #71394E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71394E on black background.


Color preview on white background

This text has color #71394E on white background.



Black color preview on #71394E background

This text has black color on #71394E background.


White color preview on #71394E background

This text has white color on #71394E background.