COLOR #71718A

HEX: #71718A
RGB: (113,113,138)

Color info

#71718A contains red, green and blue colors in about the same proportion. Web safe color of #71718A is #666699 (or #669).

RGB color model

#71718A color RGB value is (113,113,138).

  • red value is 113;
  • green value is 113;
  • blue value is 138.
RGB:
(113,113,138)
(44%,44%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 138 of 255 = 54%

113
113
138

R + G + B ~ 47%. #71718A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 138 = 364 (100%)
R 113 of 364 ~ 31.04%
G 113 of 364 ~ 31.04%
B 138 of 364 ~ 37.91%

%31.04
%31.04
%37.91

CMYK color model

#71718A color CMYK value is (18,18,0,46).

  • cyan value is 18.12%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(18,18,0,46)
C18M18Y0K46 
(18%,18%,0%,46%)
(0.18/0.18/0.00/0.46)	

CMYK percentages

%18.12
%18.12
%0
%45.88

Codes

Color #71718A in popluar color models

71718A
RGB113113138
HSL240°9.96%49.22%
HSB/HSV240°18.12%54.12%
CMYK18.12%18.12%0.00%
45.88%

Color #71718A in popluar number systems.

HEX71718A
Decimal113113138
Binary1110001111000110001010
Octal161161212

Shades and tints

Shades of #71718A

#71718A
(113,113,138)
#67677E
(103,103,126)
#5D5D72
(93,93,114)
#535366
(83,83,102)
#49495A
(73,73,90)
#3F3F4E
(63,63,78)
#353542
(53,53,66)
#2B2B36
(43,43,54)
#21212A
(33,33,42)
#17171E
(23,23,30)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #71718A

#71718A
(113,113,138)
#7D7D94
(125,125,148)
#89899E
(137,137,158)
#9595A8
(149,149,168)
#A1A1B2
(161,161,178)
#ADADBC
(173,173,188)
#B9B9C6
(185,185,198)
#C5C5D0
(197,197,208)
#D1D1DA
(209,209,218)
#DDDDE4
(221,221,228)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71718A color. Also use rgb(113,113,138) instead hex code.

Text Font Color

.myTextColor { color: #71718A; }

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

This text font color is #71718A.


Background Color

.myBgColor { background-color: #71718A; }

<div style="background-color:#71718A">Inner text</div>

This div background color is #71718A.


Border color

.myBorderColor { border: 1px solid #71718A; }

<div style="border:3px solid #71718A">Div</div>

This div border color is #71718A.


Opacity

.myOpacity80 { color: #71718A; opacity: 0.8; }

<p style="color:#71718A;opacity:0.8;">80%</p>

Text with #71718A 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 #71718A;}

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

This text has shadow with #71718A color.

.textShadow {text-shadow: 3px 3px 1px #71718A, 3px 3px 1px red;}

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

This text has shadow with #71718A primary color and red secondary color.


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

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

This text has shadow with #71718A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71718A on black background.


Color preview on white background

This text has color #71718A on white background.



Black color preview on #71718A background

This text has black color on #71718A background.


White color preview on #71718A background

This text has white color on #71718A background.