COLOR #71596C

HEX: #71596C
RGB: (113,89,108)

Color info

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

RGB color model

#71596C color RGB value is (113,89,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 108 of 255 = 42%

113
89
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 108 = 310 (100%)
R 113 of 310 ~ 36.45%
G 89 of 310 ~ 28.71%
B 108 of 310 ~ 34.84%

%36.45
%28.71
%34.84

CMYK color model

#71596C color CMYK value is (0,21,4,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,21,4,56)
C0M21Y4K56 
(0%,21%,4%,56%)
(0.00/0.21/0.04/0.56)	

CMYK percentages

%0
%21.24
%4.42
%55.69

Codes

Color #71596C in popluar color models

71596C
RGB11389108
HSL313°11.88%39.61%
HSB/HSV313°21.24%44.31%
CMYK0.00%21.24%4.42%
55.69%

Color #71596C in popluar number systems.

HEX71596C
Decimal11389108
Binary111000110110011101100
Octal161131154

Shades and tints

Shades of #71596C

#71596C
(113,89,108)
#675163
(103,81,99)
#5D495A
(93,73,90)
#534151
(83,65,81)
#493948
(73,57,72)
#3F313F
(63,49,63)
#352936
(53,41,54)
#2B212D
(43,33,45)
#211924
(33,25,36)
#17111B
(23,17,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #71596C

#71596C
(113,89,108)
#7D6879
(125,104,121)
#897786
(137,119,134)
#958693
(149,134,147)
#A195A0
(161,149,160)
#ADA4AD
(173,164,173)
#B9B3BA
(185,179,186)
#C5C2C7
(197,194,199)
#D1D1D4
(209,209,212)
#DDE0E1
(221,224,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71596C; }

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

This text font color is #71596C.


Background Color

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

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

This div background color is #71596C.


Border color

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

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

This div border color is #71596C.


Opacity

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

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

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

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

This text has shadow with #71596C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71596C on black background.


Color preview on white background

This text has color #71596C on white background.



Black color preview on #71596C background

This text has black color on #71596C background.


White color preview on #71596C background

This text has white color on #71596C background.