COLOR #71737B

HEX: #71737B
RGB: (113,115,123)

Color info

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

RGB color model

#71737B color RGB value is (113,115,123).

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

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 123 of 255 = 48%

113
115
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 123 = 351 (100%)
R 113 of 351 ~ 32.19%
G 115 of 351 ~ 32.76%
B 123 of 351 ~ 35.04%

%32.19
%32.76
%35.04

CMYK color model

#71737B color CMYK value is (8,7,0,52).

  • cyan value is 8.13%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(8,7,0,52)
C8M7Y0K52 
(8%,7%,0%,52%)
(0.08/0.07/0.00/0.52)	

CMYK percentages

%8.13
%6.5
%0
%51.76

Codes

Color #71737B in popluar color models

71737B
RGB113115123
HSL228°4.24%46.27%
HSB/HSV228°8.13%48.24%
CMYK8.13%6.50%0.00%
51.76%

Color #71737B in popluar number systems.

HEX71737B
Decimal113115123
Binary111000111100111111011
Octal161163173

Shades and tints

Shades of #71737B

#71737B
(113,115,123)
#676970
(103,105,112)
#5D5F65
(93,95,101)
#53555A
(83,85,90)
#494B4F
(73,75,79)
#3F4144
(63,65,68)
#353739
(53,55,57)
#2B2D2E
(43,45,46)
#212323
(33,35,35)
#171918
(23,25,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #71737B

#71737B
(113,115,123)
#7D7F87
(125,127,135)
#898B93
(137,139,147)
#95979F
(149,151,159)
#A1A3AB
(161,163,171)
#ADAFB7
(173,175,183)
#B9BBC3
(185,187,195)
#C5C7CF
(197,199,207)
#D1D3DB
(209,211,219)
#DDDFE7
(221,223,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71737B; }

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

This text font color is #71737B.


Background Color

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

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

This div background color is #71737B.


Border color

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

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

This div border color is #71737B.


Opacity

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

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

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

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

This text has shadow with #71737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71737B on black background.


Color preview on white background

This text has color #71737B on white background.



Black color preview on #71737B background

This text has black color on #71737B background.


White color preview on #71737B background

This text has white color on #71737B background.