COLOR #71376D

HEX: #71376D
RGB: (113,55,109)

Color info

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

RGB color model

#71376D color RGB value is (113,55,109).

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

RGB channels and saturation

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

113
55
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 55 + 109 = 277 (100%)
R 113 of 277 ~ 40.79%
G 55 of 277 ~ 19.86%
B 109 of 277 ~ 39.35%

%40.79
%19.86
%39.35

CMYK color model

#71376D color CMYK value is (0,51,4,56).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,51,4,56)
C0M51Y4K56 
(0%,51%,4%,56%)
(0.00/0.51/0.04/0.56)	

CMYK percentages

%0
%51.33
%3.54
%55.69

Codes

Color #71376D in popluar color models

71376D
RGB11355109
HSL304°34.52%32.94%
HSB/HSV304°51.33%44.31%
CMYK0.00%51.33%3.54%
55.69%

Color #71376D in popluar number systems.

HEX71376D
Decimal11355109
Binary11100011101111101101
Octal16167155

Shades and tints

Shades of #71376D

#71376D
(113,55,109)
#673264
(103,50,100)
#5D2D5B
(93,45,91)
#532852
(83,40,82)
#492349
(73,35,73)
#3F1E40
(63,30,64)
#351937
(53,25,55)
#2B142E
(43,20,46)
#210F25
(33,15,37)
#170A1C
(23,10,28)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #71376D

#71376D
(113,55,109)
#7D497A
(125,73,122)
#895B87
(137,91,135)
#956D94
(149,109,148)
#A17FA1
(161,127,161)
#AD91AE
(173,145,174)
#B9A3BB
(185,163,187)
#C5B5C8
(197,181,200)
#D1C7D5
(209,199,213)
#DDD9E2
(221,217,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71376D; }

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

This text font color is #71376D.


Background Color

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

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

This div background color is #71376D.


Border color

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

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

This div border color is #71376D.


Opacity

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

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

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

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

This text has shadow with #71376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71376D on black background.


Color preview on white background

This text has color #71376D on white background.



Black color preview on #71376D background

This text has black color on #71376D background.


White color preview on #71376D background

This text has white color on #71376D background.