COLOR #71566B

HEX: #71566B
RGB: (113,86,107)

Color info

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

RGB color model

#71566B color RGB value is (113,86,107).

  • red value is 113;
  • green value is 86;
  • blue value is 107.
RGB:
(113,86,107)
(44%,34%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 107 of 255 = 42%

113
86
107

R + G + B ~ 40%. #71566B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 107 = 306 (100%)
R 113 of 306 ~ 36.93%
G 86 of 306 ~ 28.1%
B 107 of 306 ~ 34.97%

%36.93
%28.1
%34.97

CMYK color model

#71566B color CMYK value is (0,24,5,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(0,24,5,56)
C0M24Y5K56 
(0%,24%,5%,56%)
(0.00/0.24/0.05/0.56)	

CMYK percentages

%0
%23.89
%5.31
%55.69

Codes

Color #71566B in popluar color models

71566B
RGB11386107
HSL313°13.57%39.02%
HSB/HSV313°23.89%44.31%
CMYK0.00%23.89%5.31%
55.69%

Color #71566B in popluar number systems.

HEX71566B
Decimal11386107
Binary111000110101101101011
Octal161126153

Shades and tints

Shades of #71566B

#71566B
(113,86,107)
#674F62
(103,79,98)
#5D4859
(93,72,89)
#534150
(83,65,80)
#493A47
(73,58,71)
#3F333E
(63,51,62)
#352C35
(53,44,53)
#2B252C
(43,37,44)
#211E23
(33,30,35)
#17171A
(23,23,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #71566B

#71566B
(113,86,107)
#7D6578
(125,101,120)
#897485
(137,116,133)
#958392
(149,131,146)
#A1929F
(161,146,159)
#ADA1AC
(173,161,172)
#B9B0B9
(185,176,185)
#C5BFC6
(197,191,198)
#D1CED3
(209,206,211)
#DDDDE0
(221,221,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71566B color. Also use rgb(113,86,107) instead hex code.

Text Font Color

.myTextColor { color: #71566B; }

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

This text font color is #71566B.


Background Color

.myBgColor { background-color: #71566B; }

<div style="background-color:#71566B">Inner text</div>

This div background color is #71566B.


Border color

.myBorderColor { border: 1px solid #71566B; }

<div style="border:3px solid #71566B">Div</div>

This div border color is #71566B.


Opacity

.myOpacity80 { color: #71566B; opacity: 0.8; }

<p style="color:#71566B;opacity:0.8;">80%</p>

Text with #71566B 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 #71566B;}

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

This text has shadow with #71566B color.

.textShadow {text-shadow: 3px 3px 1px #71566B, 3px 3px 1px red;}

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

This text has shadow with #71566B primary color and red secondary color.


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

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

This text has shadow with #71566B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71566B on black background.


Color preview on white background

This text has color #71566B on white background.



Black color preview on #71566B background

This text has black color on #71566B background.


White color preview on #71566B background

This text has white color on #71566B background.