COLOR #71868B

HEX: #71868B
RGB: (113,134,139)

Color info

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

RGB color model

#71868B color RGB value is (113,134,139).

  • red value is 113;
  • green value is 134;
  • blue value is 139.
RGB:
(113,134,139)
(44%,53%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 139 of 255 = 55%

113
134
139

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 139 = 386 (100%)
R 113 of 386 ~ 29.27%
G 134 of 386 ~ 34.72%
B 139 of 386 ~ 36.01%

%29.27
%34.72
%36.01

CMYK color model

#71868B color CMYK value is (19,4,0,45).

  • cyan value is 18.71%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,4,0,45)
C19M4Y0K45 
(19%,4%,0%,45%)
(0.19/0.04/0.00/0.45)	

CMYK percentages

%18.71
%3.6
%0
%45.49

Codes

Color #71868B in popluar color models

71868B
RGB113134139
HSL192°10.32%49.41%
HSB/HSV192°18.71%54.51%
CMYK18.71%3.60%0.00%
45.49%

Color #71868B in popluar number systems.

HEX71868B
Decimal113134139
Binary11100011000011010001011
Octal161206213

Shades and tints

Shades of #71868B

#71868B
(113,134,139)
#677A7F
(103,122,127)
#5D6E73
(93,110,115)
#536267
(83,98,103)
#49565B
(73,86,91)
#3F4A4F
(63,74,79)
#353E43
(53,62,67)
#2B3237
(43,50,55)
#21262B
(33,38,43)
#171A1F
(23,26,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #71868B

#71868B
(113,134,139)
#7D9195
(125,145,149)
#899C9F
(137,156,159)
#95A7A9
(149,167,169)
#A1B2B3
(161,178,179)
#ADBDBD
(173,189,189)
#B9C8C7
(185,200,199)
#C5D3D1
(197,211,209)
#D1DEDB
(209,222,219)
#DDE9E5
(221,233,229)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71868B color. Also use rgb(113,134,139) instead hex code.

Text Font Color

.myTextColor { color: #71868B; }

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

This text font color is #71868B.


Background Color

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

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

This div background color is #71868B.


Border color

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

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

This div border color is #71868B.


Opacity

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

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

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

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

This text has shadow with #71868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71868B on black background.


Color preview on white background

This text has color #71868B on white background.



Black color preview on #71868B background

This text has black color on #71868B background.


White color preview on #71868B background

This text has white color on #71868B background.