COLOR #71566D

HEX: #71566D
RGB: (113,86,109)

Color info

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

RGB color model

#71566D color RGB value is (113,86,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 109 of 255 = 43%

113
86
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 109 = 308 (100%)
R 113 of 308 ~ 36.69%
G 86 of 308 ~ 27.92%
B 109 of 308 ~ 35.39%

%36.69
%27.92
%35.39

CMYK color model

#71566D color CMYK value is (0,24,4,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,24,4,56)
C0M24Y4K56 
(0%,24%,4%,56%)
(0.00/0.24/0.04/0.56)	

CMYK percentages

%0
%23.89
%3.54
%55.69

Codes

Color #71566D in popluar color models

71566D
RGB11386109
HSL309°13.57%39.02%
HSB/HSV309°23.89%44.31%
CMYK0.00%23.89%3.54%
55.69%

Color #71566D in popluar number systems.

HEX71566D
Decimal11386109
Binary111000110101101101101
Octal161126155

Shades and tints

Shades of #71566D

#71566D
(113,86,109)
#674F64
(103,79,100)
#5D485B
(93,72,91)
#534152
(83,65,82)
#493A49
(73,58,73)
#3F3340
(63,51,64)
#352C37
(53,44,55)
#2B252E
(43,37,46)
#211E25
(33,30,37)
#17171C
(23,23,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71566D

#71566D
(113,86,109)
#7D657A
(125,101,122)
#897487
(137,116,135)
#958394
(149,131,148)
#A192A1
(161,146,161)
#ADA1AE
(173,161,174)
#B9B0BB
(185,176,187)
#C5BFC8
(197,191,200)
#D1CED5
(209,206,213)
#DDDDE2
(221,221,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71566D; }

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

This text font color is #71566D.


Background Color

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

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

This div background color is #71566D.


Border color

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

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

This div border color is #71566D.


Opacity

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

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

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

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

This text has shadow with #71566D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71566D on black background.


Color preview on white background

This text has color #71566D on white background.



Black color preview on #71566D background

This text has black color on #71566D background.


White color preview on #71566D background

This text has white color on #71566D background.