COLOR #71375A

HEX: #71375A
RGB: (113,55,90)

Color info

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

RGB color model

#71375A color RGB value is (113,55,90).

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

RGB channels and saturation

R 113 of 255 = 44%
G 55 of 255 = 22%
B 90 of 255 = 35%

113
55
90

R + G + B ~ 34%. #71375A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 55 + 90 = 258 (100%)
R 113 of 258 ~ 43.8%
G 55 of 258 ~ 21.32%
B 90 of 258 ~ 34.88%

%43.8
%21.32
%34.88

CMYK color model

#71375A color CMYK value is (0,51,20,56).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(0,51,20,56)
C0M51Y20K56 
(0%,51%,20%,56%)
(0.00/0.51/0.20/0.56)	

CMYK percentages

%0
%51.33
%20.35
%55.69

Codes

Color #71375A in popluar color models

71375A
RGB1135590
HSL324°34.52%32.94%
HSB/HSV324°51.33%44.31%
CMYK0.00%51.33%20.35%
55.69%

Color #71375A in popluar number systems.

HEX71375A
Decimal1135590
Binary11100011101111011010
Octal16167132

Shades and tints

Shades of #71375A

#71375A
(113,55,90)
#673252
(103,50,82)
#5D2D4A
(93,45,74)
#532842
(83,40,66)
#49233A
(73,35,58)
#3F1E32
(63,30,50)
#35192A
(53,25,42)
#2B1422
(43,20,34)
#210F1A
(33,15,26)
#170A12
(23,10,18)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #71375A

#71375A
(113,55,90)
#7D4969
(125,73,105)
#895B78
(137,91,120)
#956D87
(149,109,135)
#A17F96
(161,127,150)
#AD91A5
(173,145,165)
#B9A3B4
(185,163,180)
#C5B5C3
(197,181,195)
#D1C7D2
(209,199,210)
#DDD9E1
(221,217,225)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71375A color. Also use rgb(113,55,90) instead hex code.

Text Font Color

.myTextColor { color: #71375A; }

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

This text font color is #71375A.


Background Color

.myBgColor { background-color: #71375A; }

<div style="background-color:#71375A">Inner text</div>

This div background color is #71375A.


Border color

.myBorderColor { border: 1px solid #71375A; }

<div style="border:3px solid #71375A">Div</div>

This div border color is #71375A.


Opacity

.myOpacity80 { color: #71375A; opacity: 0.8; }

<p style="color:#71375A;opacity:0.8;">80%</p>

Text with #71375A 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 #71375A;}

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

This text has shadow with #71375A color.

.textShadow {text-shadow: 3px 3px 1px #71375A, 3px 3px 1px red;}

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

This text has shadow with #71375A primary color and red secondary color.


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

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

This text has shadow with #71375A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71375A on black background.


Color preview on white background

This text has color #71375A on white background.



Black color preview on #71375A background

This text has black color on #71375A background.


White color preview on #71375A background

This text has white color on #71375A background.