COLOR #71818A

HEX: #71818A
RGB: (113,129,138)

Color info

#71818A contains red, green and blue colors in about the same proportion. Web safe color of #71818A is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

113
129
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 138 = 380 (100%)
R 113 of 380 ~ 29.74%
G 129 of 380 ~ 33.95%
B 138 of 380 ~ 36.32%

%29.74
%33.95
%36.32

CMYK color model

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

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

CMYK percentages

%18.12
%6.52
%0
%45.88

Codes

Color #71818A in popluar color models

71818A
RGB113129138
HSL202°9.96%49.22%
HSB/HSV202°18.12%54.12%
CMYK18.12%6.52%0.00%
45.88%

Color #71818A in popluar number systems.

HEX71818A
Decimal113129138
Binary11100011000000110001010
Octal161201212

Shades and tints

Shades of #71818A

#71818A
(113,129,138)
#67767E
(103,118,126)
#5D6B72
(93,107,114)
#536066
(83,96,102)
#49555A
(73,85,90)
#3F4A4E
(63,74,78)
#353F42
(53,63,66)
#2B3436
(43,52,54)
#21292A
(33,41,42)
#171E1E
(23,30,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #71818A

#71818A
(113,129,138)
#7D8C94
(125,140,148)
#89979E
(137,151,158)
#95A2A8
(149,162,168)
#A1ADB2
(161,173,178)
#ADB8BC
(173,184,188)
#B9C3C6
(185,195,198)
#C5CED0
(197,206,208)
#D1D9DA
(209,217,218)
#DDE4E4
(221,228,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71818A; }

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

This text font color is #71818A.


Background Color

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

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

This div background color is #71818A.


Border color

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

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

This div border color is #71818A.


Opacity

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

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

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

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

This text has shadow with #71818A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71818A on black background.


Color preview on white background

This text has color #71818A on white background.



Black color preview on #71818A background

This text has black color on #71818A background.


White color preview on #71818A background

This text has white color on #71818A background.