COLOR #71486C

HEX: #71486C
RGB: (113,72,108)

Color info

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

RGB color model

#71486C color RGB value is (113,72,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 108 of 255 = 42%

113
72
108

R + G + B ~ 38%. #71486C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 108 = 293 (100%)
R 113 of 293 ~ 38.57%
G 72 of 293 ~ 24.57%
B 108 of 293 ~ 36.86%

%38.57
%24.57
%36.86

CMYK color model

#71486C color CMYK value is (0,36,4,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,36,4,56)
C0M36Y4K56 
(0%,36%,4%,56%)
(0.00/0.36/0.04/0.56)	

CMYK percentages

%0
%36.28
%4.42
%55.69

Codes

Color #71486C in popluar color models

71486C
RGB11372108
HSL307°22.16%36.27%
HSB/HSV307°36.28%44.31%
CMYK0.00%36.28%4.42%
55.69%

Color #71486C in popluar number systems.

HEX71486C
Decimal11372108
Binary111000110010001101100
Octal161110154

Shades and tints

Shades of #71486C

#71486C
(113,72,108)
#674263
(103,66,99)
#5D3C5A
(93,60,90)
#533651
(83,54,81)
#493048
(73,48,72)
#3F2A3F
(63,42,63)
#352436
(53,36,54)
#2B1E2D
(43,30,45)
#211824
(33,24,36)
#17121B
(23,18,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #71486C

#71486C
(113,72,108)
#7D5879
(125,88,121)
#896886
(137,104,134)
#957893
(149,120,147)
#A188A0
(161,136,160)
#AD98AD
(173,152,173)
#B9A8BA
(185,168,186)
#C5B8C7
(197,184,199)
#D1C8D4
(209,200,212)
#DDD8E1
(221,216,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71486C color. Also use rgb(113,72,108) instead hex code.

Text Font Color

.myTextColor { color: #71486C; }

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

This text font color is #71486C.


Background Color

.myBgColor { background-color: #71486C; }

<div style="background-color:#71486C">Inner text</div>

This div background color is #71486C.


Border color

.myBorderColor { border: 1px solid #71486C; }

<div style="border:3px solid #71486C">Div</div>

This div border color is #71486C.


Opacity

.myOpacity80 { color: #71486C; opacity: 0.8; }

<p style="color:#71486C;opacity:0.8;">80%</p>

Text with #71486C 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 #71486C;}

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

This text has shadow with #71486C color.

.textShadow {text-shadow: 3px 3px 1px #71486C, 3px 3px 1px red;}

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

This text has shadow with #71486C primary color and red secondary color.


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

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

This text has shadow with #71486C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71486C on black background.


Color preview on white background

This text has color #71486C on white background.



Black color preview on #71486C background

This text has black color on #71486C background.


White color preview on #71486C background

This text has white color on #71486C background.