COLOR #71697B

HEX: #71697B
RGB: (113,105,123)

Color info

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

RGB color model

#71697B color RGB value is (113,105,123).

  • red value is 113;
  • green value is 105;
  • blue value is 123.
RGB:
(113,105,123)
(44%,41%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 123 of 255 = 48%

113
105
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 123 = 341 (100%)
R 113 of 341 ~ 33.14%
G 105 of 341 ~ 30.79%
B 123 of 341 ~ 36.07%

%33.14
%30.79
%36.07

CMYK color model

#71697B color CMYK value is (8,15,0,52).

  • cyan value is 8.13%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(8,15,0,52)
C8M15Y0K52 
(8%,15%,0%,52%)
(0.08/0.15/0.00/0.52)	

CMYK percentages

%8.13
%14.63
%0
%51.76

Codes

Color #71697B in popluar color models

71697B
RGB113105123
HSL267°7.89%44.71%
HSB/HSV267°14.63%48.24%
CMYK8.13%14.63%0.00%
51.76%

Color #71697B in popluar number systems.

HEX71697B
Decimal113105123
Binary111000111010011111011
Octal161151173

Shades and tints

Shades of #71697B

#71697B
(113,105,123)
#676070
(103,96,112)
#5D5765
(93,87,101)
#534E5A
(83,78,90)
#49454F
(73,69,79)
#3F3C44
(63,60,68)
#353339
(53,51,57)
#2B2A2E
(43,42,46)
#212123
(33,33,35)
#171818
(23,24,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #71697B

#71697B
(113,105,123)
#7D7687
(125,118,135)
#898393
(137,131,147)
#95909F
(149,144,159)
#A19DAB
(161,157,171)
#ADAAB7
(173,170,183)
#B9B7C3
(185,183,195)
#C5C4CF
(197,196,207)
#D1D1DB
(209,209,219)
#DDDEE7
(221,222,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71697B color. Also use rgb(113,105,123) instead hex code.

Text Font Color

.myTextColor { color: #71697B; }

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

This text font color is #71697B.


Background Color

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

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

This div background color is #71697B.


Border color

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

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

This div border color is #71697B.


Opacity

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

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

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

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

This text has shadow with #71697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71697B on black background.


Color preview on white background

This text has color #71697B on white background.



Black color preview on #71697B background

This text has black color on #71697B background.


White color preview on #71697B background

This text has white color on #71697B background.