COLOR #71426D

HEX: #71426D
RGB: (113,66,109)

Color info

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

RGB color model

#71426D color RGB value is (113,66,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 66 of 255 = 26%
B 109 of 255 = 43%

113
66
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 66 + 109 = 288 (100%)
R 113 of 288 ~ 39.24%
G 66 of 288 ~ 22.92%
B 109 of 288 ~ 37.85%

%39.24
%22.92
%37.85

CMYK color model

#71426D color CMYK value is (0,42,4,56).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,42,4,56)
C0M42Y4K56 
(0%,42%,4%,56%)
(0.00/0.42/0.04/0.56)	

CMYK percentages

%0
%41.59
%3.54
%55.69

Codes

Color #71426D in popluar color models

71426D
RGB11366109
HSL305°26.26%35.10%
HSB/HSV305°41.59%44.31%
CMYK0.00%41.59%3.54%
55.69%

Color #71426D in popluar number systems.

HEX71426D
Decimal11366109
Binary111000110000101101101
Octal161102155

Shades and tints

Shades of #71426D

#71426D
(113,66,109)
#673C64
(103,60,100)
#5D365B
(93,54,91)
#533052
(83,48,82)
#492A49
(73,42,73)
#3F2440
(63,36,64)
#351E37
(53,30,55)
#2B182E
(43,24,46)
#211225
(33,18,37)
#170C1C
(23,12,28)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #71426D

#71426D
(113,66,109)
#7D537A
(125,83,122)
#896487
(137,100,135)
#957594
(149,117,148)
#A186A1
(161,134,161)
#AD97AE
(173,151,174)
#B9A8BB
(185,168,187)
#C5B9C8
(197,185,200)
#D1CAD5
(209,202,213)
#DDDBE2
(221,219,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71426D; }

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

This text font color is #71426D.


Background Color

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

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

This div background color is #71426D.


Border color

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

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

This div border color is #71426D.


Opacity

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

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

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

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

This text has shadow with #71426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71426D on black background.


Color preview on white background

This text has color #71426D on white background.



Black color preview on #71426D background

This text has black color on #71426D background.


White color preview on #71426D background

This text has white color on #71426D background.