COLOR #71424E

HEX: #71424E
RGB: (113,66,78)

Color info

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

RGB color model

#71424E color RGB value is (113,66,78).

  • red value is 113;
  • green value is 66;
  • blue value is 78.
RGB:
(113,66,78)
(44%,26%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 66 of 255 = 26%
B 78 of 255 = 31%

113
66
78

R + G + B ~ 34%. #71424E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 66 + 78 = 257 (100%)
R 113 of 257 ~ 43.97%
G 66 of 257 ~ 25.68%
B 78 of 257 ~ 30.35%

%43.97
%25.68
%30.35

CMYK color model

#71424E color CMYK value is (0,42,31,56).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(0,42,31,56)
C0M42Y31K56 
(0%,42%,31%,56%)
(0.00/0.42/0.31/0.56)	

CMYK percentages

%0
%41.59
%30.97
%55.69

Codes

Color #71424E in popluar color models

71424E
RGB1136678
HSL345°26.26%35.10%
HSB/HSV345°41.59%44.31%
CMYK0.00%41.59%30.97%
55.69%

Color #71424E in popluar number systems.

HEX71424E
Decimal1136678
Binary111000110000101001110
Octal161102116

Shades and tints

Shades of #71424E

#71424E
(113,66,78)
#673C47
(103,60,71)
#5D3640
(93,54,64)
#533039
(83,48,57)
#492A32
(73,42,50)
#3F242B
(63,36,43)
#351E24
(53,30,36)
#2B181D
(43,24,29)
#211216
(33,18,22)
#170C0F
(23,12,15)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #71424E

#71424E
(113,66,78)
#7D535E
(125,83,94)
#89646E
(137,100,110)
#95757E
(149,117,126)
#A1868E
(161,134,142)
#AD979E
(173,151,158)
#B9A8AE
(185,168,174)
#C5B9BE
(197,185,190)
#D1CACE
(209,202,206)
#DDDBDE
(221,219,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71424E color. Also use rgb(113,66,78) instead hex code.

Text Font Color

.myTextColor { color: #71424E; }

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

This text font color is #71424E.


Background Color

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

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

This div background color is #71424E.


Border color

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

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

This div border color is #71424E.


Opacity

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

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

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

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

This text has shadow with #71424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71424E on black background.


Color preview on white background

This text has color #71424E on white background.



Black color preview on #71424E background

This text has black color on #71424E background.


White color preview on #71424E background

This text has white color on #71424E background.