COLOR #71404F

HEX: #71404F
RGB: (113,64,79)

Color info

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

RGB color model

#71404F color RGB value is (113,64,79).

  • red value is 113;
  • green value is 64;
  • blue value is 79.
RGB:
(113,64,79)
(44%,25%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 79 of 255 = 31%

113
64
79

R + G + B ~ 33%. #71404F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 79 = 256 (100%)
R 113 of 256 ~ 44.14%
G 64 of 256 ~ 25%
B 79 of 256 ~ 30.86%

%44.14
%25
%30.86

CMYK color model

#71404F color CMYK value is (0,43,30,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(0,43,30,56)
C0M43Y30K56 
(0%,43%,30%,56%)
(0.00/0.43/0.30/0.56)	

CMYK percentages

%0
%43.36
%30.09
%55.69

Codes

Color #71404F in popluar color models

71404F
RGB1136479
HSL342°27.68%34.71%
HSB/HSV342°43.36%44.31%
CMYK0.00%43.36%30.09%
55.69%

Color #71404F in popluar number systems.

HEX71404F
Decimal1136479
Binary111000110000001001111
Octal161100117

Shades and tints

Shades of #71404F

#71404F
(113,64,79)
#673B48
(103,59,72)
#5D3641
(93,54,65)
#53313A
(83,49,58)
#492C33
(73,44,51)
#3F272C
(63,39,44)
#352225
(53,34,37)
#2B1D1E
(43,29,30)
#211817
(33,24,23)
#171310
(23,19,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #71404F

#71404F
(113,64,79)
#7D515F
(125,81,95)
#89626F
(137,98,111)
#95737F
(149,115,127)
#A1848F
(161,132,143)
#AD959F
(173,149,159)
#B9A6AF
(185,166,175)
#C5B7BF
(197,183,191)
#D1C8CF
(209,200,207)
#DDD9DF
(221,217,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71404F color. Also use rgb(113,64,79) instead hex code.

Text Font Color

.myTextColor { color: #71404F; }

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

This text font color is #71404F.


Background Color

.myBgColor { background-color: #71404F; }

<div style="background-color:#71404F">Inner text</div>

This div background color is #71404F.


Border color

.myBorderColor { border: 1px solid #71404F; }

<div style="border:3px solid #71404F">Div</div>

This div border color is #71404F.


Opacity

.myOpacity80 { color: #71404F; opacity: 0.8; }

<p style="color:#71404F;opacity:0.8;">80%</p>

Text with #71404F 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 #71404F;}

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

This text has shadow with #71404F color.

.textShadow {text-shadow: 3px 3px 1px #71404F, 3px 3px 1px red;}

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

This text has shadow with #71404F primary color and red secondary color.


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

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

This text has shadow with #71404F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71404F on black background.


Color preview on white background

This text has color #71404F on white background.



Black color preview on #71404F background

This text has black color on #71404F background.


White color preview on #71404F background

This text has white color on #71404F background.