COLOR #71426B

HEX: #71426B
RGB: (113,66,107)

Color info

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

RGB color model

#71426B color RGB value is (113,66,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 66 of 255 = 26%
B 107 of 255 = 42%

113
66
107

R + G + B ~ 37%. #71426B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 66 + 107 = 286 (100%)
R 113 of 286 ~ 39.51%
G 66 of 286 ~ 23.08%
B 107 of 286 ~ 37.41%

%39.51
%23.08
%37.41

CMYK color model

#71426B color CMYK value is (0,42,5,56).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(0,42,5,56)
C0M42Y5K56 
(0%,42%,5%,56%)
(0.00/0.42/0.05/0.56)	

CMYK percentages

%0
%41.59
%5.31
%55.69

Codes

Color #71426B in popluar color models

71426B
RGB11366107
HSL308°26.26%35.10%
HSB/HSV308°41.59%44.31%
CMYK0.00%41.59%5.31%
55.69%

Color #71426B in popluar number systems.

HEX71426B
Decimal11366107
Binary111000110000101101011
Octal161102153

Shades and tints

Shades of #71426B

#71426B
(113,66,107)
#673C62
(103,60,98)
#5D3659
(93,54,89)
#533050
(83,48,80)
#492A47
(73,42,71)
#3F243E
(63,36,62)
#351E35
(53,30,53)
#2B182C
(43,24,44)
#211223
(33,18,35)
#170C1A
(23,12,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #71426B

#71426B
(113,66,107)
#7D5378
(125,83,120)
#896485
(137,100,133)
#957592
(149,117,146)
#A1869F
(161,134,159)
#AD97AC
(173,151,172)
#B9A8B9
(185,168,185)
#C5B9C6
(197,185,198)
#D1CAD3
(209,202,211)
#DDDBE0
(221,219,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71426B color. Also use rgb(113,66,107) instead hex code.

Text Font Color

.myTextColor { color: #71426B; }

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

This text font color is #71426B.


Background Color

.myBgColor { background-color: #71426B; }

<div style="background-color:#71426B">Inner text</div>

This div background color is #71426B.


Border color

.myBorderColor { border: 1px solid #71426B; }

<div style="border:3px solid #71426B">Div</div>

This div border color is #71426B.


Opacity

.myOpacity80 { color: #71426B; opacity: 0.8; }

<p style="color:#71426B;opacity:0.8;">80%</p>

Text with #71426B 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 #71426B;}

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

This text has shadow with #71426B color.

.textShadow {text-shadow: 3px 3px 1px #71426B, 3px 3px 1px red;}

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

This text has shadow with #71426B primary color and red secondary color.


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

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

This text has shadow with #71426B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71426B on black background.


Color preview on white background

This text has color #71426B on white background.



Black color preview on #71426B background

This text has black color on #71426B background.


White color preview on #71426B background

This text has white color on #71426B background.