COLOR #71495E

HEX: #71495E
RGB: (113,73,94)

Color info

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

RGB color model

#71495E color RGB value is (113,73,94).

  • red value is 113;
  • green value is 73;
  • blue value is 94.
RGB:
(113,73,94)
(44%,29%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 73 of 255 = 29%
B 94 of 255 = 37%

113
73
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 73 + 94 = 280 (100%)
R 113 of 280 ~ 40.36%
G 73 of 280 ~ 26.07%
B 94 of 280 ~ 33.57%

%40.36
%26.07
%33.57

CMYK color model

#71495E color CMYK value is (0,35,17,56).

  • cyan value is 0.00%
  • magenta value is 35.40%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,35,17,56)
C0M35Y17K56 
(0%,35%,17%,56%)
(0.00/0.35/0.17/0.56)	

CMYK percentages

%0
%35.4
%16.81
%55.69

Codes

Color #71495E in popluar color models

71495E
RGB1137394
HSL329°21.51%36.47%
HSB/HSV329°35.40%44.31%
CMYK0.00%35.40%16.81%
55.69%

Color #71495E in popluar number systems.

HEX71495E
Decimal1137394
Binary111000110010011011110
Octal161111136

Shades and tints

Shades of #71495E

#71495E
(113,73,94)
#674356
(103,67,86)
#5D3D4E
(93,61,78)
#533746
(83,55,70)
#49313E
(73,49,62)
#3F2B36
(63,43,54)
#35252E
(53,37,46)
#2B1F26
(43,31,38)
#21191E
(33,25,30)
#171316
(23,19,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #71495E

#71495E
(113,73,94)
#7D596C
(125,89,108)
#89697A
(137,105,122)
#957988
(149,121,136)
#A18996
(161,137,150)
#AD99A4
(173,153,164)
#B9A9B2
(185,169,178)
#C5B9C0
(197,185,192)
#D1C9CE
(209,201,206)
#DDD9DC
(221,217,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71495E color. Also use rgb(113,73,94) instead hex code.

Text Font Color

.myTextColor { color: #71495E; }

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

This text font color is #71495E.


Background Color

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

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

This div background color is #71495E.


Border color

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

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

This div border color is #71495E.


Opacity

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

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

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

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

This text has shadow with #71495E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71495E on black background.


Color preview on white background

This text has color #71495E on white background.



Black color preview on #71495E background

This text has black color on #71495E background.


White color preview on #71495E background

This text has white color on #71495E background.