COLOR #716378

HEX: #716378
RGB: (113,99,120)

Color info

#716378 contains red, green and blue colors in about the same proportion. Web safe color of #716378 is #666666 (or #666).

RGB color model

#716378 color RGB value is (113,99,120).

  • red value is 113;
  • green value is 99;
  • blue value is 120.
RGB:
(113,99,120)
(44%,39%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 120 of 255 = 47%

113
99
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 120 = 332 (100%)
R 113 of 332 ~ 34.04%
G 99 of 332 ~ 29.82%
B 120 of 332 ~ 36.14%

%34.04
%29.82
%36.14

CMYK color model

#716378 color CMYK value is (6,18,0,53).

  • cyan value is 5.83%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(6,18,0,53)
C6M18Y0K53 
(6%,18%,0%,53%)
(0.06/0.18/0.00/0.53)	

CMYK percentages

%5.83
%17.5
%0
%52.94

Codes

Color #716378 in popluar color models

716378
RGB11399120
HSL280°9.59%42.94%
HSB/HSV280°17.50%47.06%
CMYK5.83%17.50%0.00%
52.94%

Color #716378 in popluar number systems.

HEX716378
Decimal11399120
Binary111000111000111111000
Octal161143170

Shades and tints

Shades of #716378

#716378
(113,99,120)
#675A6E
(103,90,110)
#5D5164
(93,81,100)
#53485A
(83,72,90)
#493F50
(73,63,80)
#3F3646
(63,54,70)
#352D3C
(53,45,60)
#2B2432
(43,36,50)
#211B28
(33,27,40)
#17121E
(23,18,30)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #716378

#716378
(113,99,120)
#7D7184
(125,113,132)
#897F90
(137,127,144)
#958D9C
(149,141,156)
#A19BA8
(161,155,168)
#ADA9B4
(173,169,180)
#B9B7C0
(185,183,192)
#C5C5CC
(197,197,204)
#D1D3D8
(209,211,216)
#DDE1E4
(221,225,228)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716378 color. Also use rgb(113,99,120) instead hex code.

Text Font Color

.myTextColor { color: #716378; }

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

This text font color is #716378.


Background Color

.myBgColor { background-color: #716378; }

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

This div background color is #716378.


Border color

.myBorderColor { border: 1px solid #716378; }

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

This div border color is #716378.


Opacity

.myOpacity80 { color: #716378; opacity: 0.8; }

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

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

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

This text has shadow with #716378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716378 on black background.


Color preview on white background

This text has color #716378 on white background.



Black color preview on #716378 background

This text has black color on #716378 background.


White color preview on #716378 background

This text has white color on #716378 background.