COLOR #717378

HEX: #717378
RGB: (113,115,120)

Color info

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

RGB color model

#717378 color RGB value is (113,115,120).

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

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 120 of 255 = 47%

113
115
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 120 = 348 (100%)
R 113 of 348 ~ 32.47%
G 115 of 348 ~ 33.05%
B 120 of 348 ~ 34.48%

%32.47
%33.05
%34.48

CMYK color model

#717378 color CMYK value is (6,4,0,53).

  • cyan value is 5.83%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(6,4,0,53)
C6M4Y0K53 
(6%,4%,0%,53%)
(0.06/0.04/0.00/0.53)	

CMYK percentages

%5.83
%4.17
%0
%52.94

Codes

Color #717378 in popluar color models

717378
RGB113115120
HSL223°3.00%45.69%
HSB/HSV223°5.83%47.06%
CMYK5.83%4.17%0.00%
52.94%

Color #717378 in popluar number systems.

HEX717378
Decimal113115120
Binary111000111100111111000
Octal161163170

Shades and tints

Shades of #717378

#717378
(113,115,120)
#67696E
(103,105,110)
#5D5F64
(93,95,100)
#53555A
(83,85,90)
#494B50
(73,75,80)
#3F4146
(63,65,70)
#35373C
(53,55,60)
#2B2D32
(43,45,50)
#212328
(33,35,40)
#17191E
(23,25,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #717378

#717378
(113,115,120)
#7D7F84
(125,127,132)
#898B90
(137,139,144)
#95979C
(149,151,156)
#A1A3A8
(161,163,168)
#ADAFB4
(173,175,180)
#B9BBC0
(185,187,192)
#C5C7CC
(197,199,204)
#D1D3D8
(209,211,216)
#DDDFE4
(221,223,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717378; }

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

This text font color is #717378.


Background Color

.myBgColor { background-color: #717378; }

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

This div background color is #717378.


Border color

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

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

This div border color is #717378.


Opacity

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

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

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

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

This text has shadow with #717378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717378 on black background.


Color preview on white background

This text has color #717378 on white background.



Black color preview on #717378 background

This text has black color on #717378 background.


White color preview on #717378 background

This text has white color on #717378 background.