COLOR #71475C

HEX: #71475C
RGB: (113,71,92)

Color info

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

RGB color model

#71475C color RGB value is (113,71,92).

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

RGB channels and saturation

R 113 of 255 = 44%
G 71 of 255 = 28%
B 92 of 255 = 36%

113
71
92

R + G + B ~ 36%. #71475C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 71 + 92 = 276 (100%)
R 113 of 276 ~ 40.94%
G 71 of 276 ~ 25.72%
B 92 of 276 ~ 33.33%

%40.94
%25.72
%33.33

CMYK color model

#71475C color CMYK value is (0,37,19,56).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,37,19,56)
C0M37Y19K56 
(0%,37%,19%,56%)
(0.00/0.37/0.19/0.56)	

CMYK percentages

%0
%37.17
%18.58
%55.69

Codes

Color #71475C in popluar color models

71475C
RGB1137192
HSL330°22.83%36.08%
HSB/HSV330°37.17%44.31%
CMYK0.00%37.17%18.58%
55.69%

Color #71475C in popluar number systems.

HEX71475C
Decimal1137192
Binary111000110001111011100
Octal161107134

Shades and tints

Shades of #71475C

#71475C
(113,71,92)
#674154
(103,65,84)
#5D3B4C
(93,59,76)
#533544
(83,53,68)
#492F3C
(73,47,60)
#3F2934
(63,41,52)
#35232C
(53,35,44)
#2B1D24
(43,29,36)
#21171C
(33,23,28)
#171114
(23,17,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #71475C

#71475C
(113,71,92)
#7D576A
(125,87,106)
#896778
(137,103,120)
#957786
(149,119,134)
#A18794
(161,135,148)
#AD97A2
(173,151,162)
#B9A7B0
(185,167,176)
#C5B7BE
(197,183,190)
#D1C7CC
(209,199,204)
#DDD7DA
(221,215,218)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71475C; }

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

This text font color is #71475C.


Background Color

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

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

This div background color is #71475C.


Border color

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

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

This div border color is #71475C.


Opacity

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

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

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

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

This text has shadow with #71475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71475C on black background.


Color preview on white background

This text has color #71475C on white background.



Black color preview on #71475C background

This text has black color on #71475C background.


White color preview on #71475C background

This text has white color on #71475C background.