COLOR #71838A

HEX: #71838A
RGB: (113,131,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
131
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 138 = 382 (100%)
R 113 of 382 ~ 29.58%
G 131 of 382 ~ 34.29%
B 138 of 382 ~ 36.13%

%29.58
%34.29
%36.13

CMYK color model

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

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

CMYK percentages

%18.12
%5.07
%0
%45.88

Codes

Color #71838A in popluar color models

71838A
RGB113131138
HSL197°9.96%49.22%
HSB/HSV197°18.12%54.12%
CMYK18.12%5.07%0.00%
45.88%

Color #71838A in popluar number systems.

HEX71838A
Decimal113131138
Binary11100011000001110001010
Octal161203212

Shades and tints

Shades of #71838A

#71838A
(113,131,138)
#67787E
(103,120,126)
#5D6D72
(93,109,114)
#536266
(83,98,102)
#49575A
(73,87,90)
#3F4C4E
(63,76,78)
#354142
(53,65,66)
#2B3636
(43,54,54)
#212B2A
(33,43,42)
#17201E
(23,32,30)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #71838A

#71838A
(113,131,138)
#7D8E94
(125,142,148)
#89999E
(137,153,158)
#95A4A8
(149,164,168)
#A1AFB2
(161,175,178)
#ADBABC
(173,186,188)
#B9C5C6
(185,197,198)
#C5D0D0
(197,208,208)
#D1DBDA
(209,219,218)
#DDE6E4
(221,230,228)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71838A; }

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

This text font color is #71838A.


Background Color

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

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

This div background color is #71838A.


Border color

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

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

This div border color is #71838A.


Opacity

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

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

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

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

This text has shadow with #71838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71838A on black background.


Color preview on white background

This text has color #71838A on white background.



Black color preview on #71838A background

This text has black color on #71838A background.


White color preview on #71838A background

This text has white color on #71838A background.