COLOR #71376E

HEX: #71376E
RGB: (113,55,110)

Color info

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

RGB color model

#71376E color RGB value is (113,55,110).

  • red value is 113;
  • green value is 55;
  • blue value is 110.
RGB:
(113,55,110)
(44%,22%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 55 of 255 = 22%
B 110 of 255 = 43%

113
55
110

R + G + B ~ 36%. #71376E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 55 + 110 = 278 (100%)
R 113 of 278 ~ 40.65%
G 55 of 278 ~ 19.78%
B 110 of 278 ~ 39.57%

%40.65
%19.78
%39.57

CMYK color model

#71376E color CMYK value is (0,51,3,56).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(0,51,3,56)
C0M51Y3K56 
(0%,51%,3%,56%)
(0.00/0.51/0.03/0.56)	

CMYK percentages

%0
%51.33
%2.65
%55.69

Codes

Color #71376E in popluar color models

71376E
RGB11355110
HSL303°34.52%32.94%
HSB/HSV303°51.33%44.31%
CMYK0.00%51.33%2.65%
55.69%

Color #71376E in popluar number systems.

HEX71376E
Decimal11355110
Binary11100011101111101110
Octal16167156

Shades and tints

Shades of #71376E

#71376E
(113,55,110)
#673264
(103,50,100)
#5D2D5A
(93,45,90)
#532850
(83,40,80)
#492346
(73,35,70)
#3F1E3C
(63,30,60)
#351932
(53,25,50)
#2B1428
(43,20,40)
#210F1E
(33,15,30)
#170A14
(23,10,20)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #71376E

#71376E
(113,55,110)
#7D497B
(125,73,123)
#895B88
(137,91,136)
#956D95
(149,109,149)
#A17FA2
(161,127,162)
#AD91AF
(173,145,175)
#B9A3BC
(185,163,188)
#C5B5C9
(197,181,201)
#D1C7D6
(209,199,214)
#DDD9E3
(221,217,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71376E color. Also use rgb(113,55,110) instead hex code.

Text Font Color

.myTextColor { color: #71376E; }

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

This text font color is #71376E.


Background Color

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

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

This div background color is #71376E.


Border color

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

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

This div border color is #71376E.


Opacity

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

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

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

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

This text has shadow with #71376E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71376E on black background.


Color preview on white background

This text has color #71376E on white background.



Black color preview on #71376E background

This text has black color on #71376E background.


White color preview on #71376E background

This text has white color on #71376E background.