COLOR #71798A

HEX: #71798A
RGB: (113,121,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
121
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 138 = 372 (100%)
R 113 of 372 ~ 30.38%
G 121 of 372 ~ 32.53%
B 138 of 372 ~ 37.1%

%30.38
%32.53
%37.1

CMYK color model

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

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

CMYK percentages

%18.12
%12.32
%0
%45.88

Codes

Color #71798A in popluar color models

71798A
RGB113121138
HSL221°9.96%49.22%
HSB/HSV221°18.12%54.12%
CMYK18.12%12.32%0.00%
45.88%

Color #71798A in popluar number systems.

HEX71798A
Decimal113121138
Binary1110001111100110001010
Octal161171212

Shades and tints

Shades of #71798A

#71798A
(113,121,138)
#676E7E
(103,110,126)
#5D6372
(93,99,114)
#535866
(83,88,102)
#494D5A
(73,77,90)
#3F424E
(63,66,78)
#353742
(53,55,66)
#2B2C36
(43,44,54)
#21212A
(33,33,42)
#17161E
(23,22,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #71798A

#71798A
(113,121,138)
#7D8594
(125,133,148)
#89919E
(137,145,158)
#959DA8
(149,157,168)
#A1A9B2
(161,169,178)
#ADB5BC
(173,181,188)
#B9C1C6
(185,193,198)
#C5CDD0
(197,205,208)
#D1D9DA
(209,217,218)
#DDE5E4
(221,229,228)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71798A; }

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

This text font color is #71798A.


Background Color

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

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

This div background color is #71798A.


Border color

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

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

This div border color is #71798A.


Opacity

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

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

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

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

This text has shadow with #71798A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71798A on black background.


Color preview on white background

This text has color #71798A on white background.



Black color preview on #71798A background

This text has black color on #71798A background.


White color preview on #71798A background

This text has white color on #71798A background.