COLOR #71485A

HEX: #71485A
RGB: (113,72,90)

Color info

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

RGB color model

#71485A color RGB value is (113,72,90).

  • red value is 113;
  • green value is 72;
  • blue value is 90.
RGB:
(113,72,90)
(44%,28%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 90 of 255 = 35%

113
72
90

R + G + B ~ 36%. #71485A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 90 = 275 (100%)
R 113 of 275 ~ 41.09%
G 72 of 275 ~ 26.18%
B 90 of 275 ~ 32.73%

%41.09
%26.18
%32.73

CMYK color model

#71485A color CMYK value is (0,36,20,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(0,36,20,56)
C0M36Y20K56 
(0%,36%,20%,56%)
(0.00/0.36/0.20/0.56)	

CMYK percentages

%0
%36.28
%20.35
%55.69

Codes

Color #71485A in popluar color models

71485A
RGB1137290
HSL334°22.16%36.27%
HSB/HSV334°36.28%44.31%
CMYK0.00%36.28%20.35%
55.69%

Color #71485A in popluar number systems.

HEX71485A
Decimal1137290
Binary111000110010001011010
Octal161110132

Shades and tints

Shades of #71485A

#71485A
(113,72,90)
#674252
(103,66,82)
#5D3C4A
(93,60,74)
#533642
(83,54,66)
#49303A
(73,48,58)
#3F2A32
(63,42,50)
#35242A
(53,36,42)
#2B1E22
(43,30,34)
#21181A
(33,24,26)
#171212
(23,18,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #71485A

#71485A
(113,72,90)
#7D5869
(125,88,105)
#896878
(137,104,120)
#957887
(149,120,135)
#A18896
(161,136,150)
#AD98A5
(173,152,165)
#B9A8B4
(185,168,180)
#C5B8C3
(197,184,195)
#D1C8D2
(209,200,210)
#DDD8E1
(221,216,225)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71485A color. Also use rgb(113,72,90) instead hex code.

Text Font Color

.myTextColor { color: #71485A; }

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

This text font color is #71485A.


Background Color

.myBgColor { background-color: #71485A; }

<div style="background-color:#71485A">Inner text</div>

This div background color is #71485A.


Border color

.myBorderColor { border: 1px solid #71485A; }

<div style="border:3px solid #71485A">Div</div>

This div border color is #71485A.


Opacity

.myOpacity80 { color: #71485A; opacity: 0.8; }

<p style="color:#71485A;opacity:0.8;">80%</p>

Text with #71485A 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 #71485A;}

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

This text has shadow with #71485A color.

.textShadow {text-shadow: 3px 3px 1px #71485A, 3px 3px 1px red;}

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

This text has shadow with #71485A primary color and red secondary color.


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

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

This text has shadow with #71485A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71485A on black background.


Color preview on white background

This text has color #71485A on white background.



Black color preview on #71485A background

This text has black color on #71485A background.


White color preview on #71485A background

This text has white color on #71485A background.