COLOR #71506C

HEX: #71506C
RGB: (113,80,108)

Color info

#71506C contains red, green and blue colors in about the same proportion. Web safe color of #71506C is #666666 (or #666).

RGB color model

#71506C color RGB value is (113,80,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 108 of 255 = 42%

113
80
108

R + G + B ~ 39%. #71506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 108 = 301 (100%)
R 113 of 301 ~ 37.54%
G 80 of 301 ~ 26.58%
B 108 of 301 ~ 35.88%

%37.54
%26.58
%35.88

CMYK color model

#71506C color CMYK value is (0,29,4,56).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,29,4,56)
C0M29Y4K56 
(0%,29%,4%,56%)
(0.00/0.29/0.04/0.56)	

CMYK percentages

%0
%29.2
%4.42
%55.69

Codes

Color #71506C in popluar color models

71506C
RGB11380108
HSL309°17.10%37.84%
HSB/HSV309°29.20%44.31%
CMYK0.00%29.20%4.42%
55.69%

Color #71506C in popluar number systems.

HEX71506C
Decimal11380108
Binary111000110100001101100
Octal161120154

Shades and tints

Shades of #71506C

#71506C
(113,80,108)
#674963
(103,73,99)
#5D425A
(93,66,90)
#533B51
(83,59,81)
#493448
(73,52,72)
#3F2D3F
(63,45,63)
#352636
(53,38,54)
#2B1F2D
(43,31,45)
#211824
(33,24,36)
#17111B
(23,17,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #71506C

#71506C
(113,80,108)
#7D5F79
(125,95,121)
#896E86
(137,110,134)
#957D93
(149,125,147)
#A18CA0
(161,140,160)
#AD9BAD
(173,155,173)
#B9AABA
(185,170,186)
#C5B9C7
(197,185,199)
#D1C8D4
(209,200,212)
#DDD7E1
(221,215,225)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71506C; }

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

This text font color is #71506C.


Background Color

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

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

This div background color is #71506C.


Border color

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

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

This div border color is #71506C.


Opacity

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

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

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

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

This text has shadow with #71506C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71506C on black background.


Color preview on white background

This text has color #71506C on white background.



Black color preview on #71506C background

This text has black color on #71506C background.


White color preview on #71506C background

This text has white color on #71506C background.