COLOR #71456D

HEX: #71456D
RGB: (113,69,109)

Color info

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

RGB color model

#71456D color RGB value is (113,69,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 109 of 255 = 43%

113
69
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 109 = 291 (100%)
R 113 of 291 ~ 38.83%
G 69 of 291 ~ 23.71%
B 109 of 291 ~ 37.46%

%38.83
%23.71
%37.46

CMYK color model

#71456D color CMYK value is (0,39,4,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,39,4,56)
C0M39Y4K56 
(0%,39%,4%,56%)
(0.00/0.39/0.04/0.56)	

CMYK percentages

%0
%38.94
%3.54
%55.69

Codes

Color #71456D in popluar color models

71456D
RGB11369109
HSL305°24.18%35.69%
HSB/HSV305°38.94%44.31%
CMYK0.00%38.94%3.54%
55.69%

Color #71456D in popluar number systems.

HEX71456D
Decimal11369109
Binary111000110001011101101
Octal161105155

Shades and tints

Shades of #71456D

#71456D
(113,69,109)
#673F64
(103,63,100)
#5D395B
(93,57,91)
#533352
(83,51,82)
#492D49
(73,45,73)
#3F2740
(63,39,64)
#352137
(53,33,55)
#2B1B2E
(43,27,46)
#211525
(33,21,37)
#170F1C
(23,15,28)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #71456D

#71456D
(113,69,109)
#7D557A
(125,85,122)
#896587
(137,101,135)
#957594
(149,117,148)
#A185A1
(161,133,161)
#AD95AE
(173,149,174)
#B9A5BB
(185,165,187)
#C5B5C8
(197,181,200)
#D1C5D5
(209,197,213)
#DDD5E2
(221,213,226)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71456D; }

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

This text font color is #71456D.


Background Color

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

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

This div background color is #71456D.


Border color

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

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

This div border color is #71456D.


Opacity

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

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

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

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

This text has shadow with #71456D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71456D on black background.


Color preview on white background

This text has color #71456D on white background.



Black color preview on #71456D background

This text has black color on #71456D background.


White color preview on #71456D background

This text has white color on #71456D background.