COLOR #717377

HEX: #717377
RGB: (113,115,119)

Color info

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

RGB color model

#717377 color RGB value is (113,115,119).

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

RGB channels and saturation

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

113
115
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 119 = 347 (100%)
R 113 of 347 ~ 32.56%
G 115 of 347 ~ 33.14%
B 119 of 347 ~ 34.29%

%32.56
%33.14
%34.29

CMYK color model

#717377 color CMYK value is (5,3,0,53).

  • cyan value is 5.04%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,3,0,53)
C5M3Y0K53 
(5%,3%,0%,53%)
(0.05/0.03/0.00/0.53)	

CMYK percentages

%5.04
%3.36
%0
%53.33

Codes

Color #717377 in popluar color models

717377
RGB113115119
HSL220°2.59%45.49%
HSB/HSV220°5.04%46.67%
CMYK5.04%3.36%0.00%
53.33%

Color #717377 in popluar number systems.

HEX717377
Decimal113115119
Binary111000111100111110111
Octal161163167

Shades and tints

Shades of #717377

#717377
(113,115,119)
#67696D
(103,105,109)
#5D5F63
(93,95,99)
#535559
(83,85,89)
#494B4F
(73,75,79)
#3F4145
(63,65,69)
#35373B
(53,55,59)
#2B2D31
(43,45,49)
#212327
(33,35,39)
#17191D
(23,25,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #717377

#717377
(113,115,119)
#7D7F83
(125,127,131)
#898B8F
(137,139,143)
#95979B
(149,151,155)
#A1A3A7
(161,163,167)
#ADAFB3
(173,175,179)
#B9BBBF
(185,187,191)
#C5C7CB
(197,199,203)
#D1D3D7
(209,211,215)
#DDDFE3
(221,223,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717377; }

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

This text font color is #717377.


Background Color

.myBgColor { background-color: #717377; }

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

This div background color is #717377.


Border color

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

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

This div border color is #717377.


Opacity

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

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

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

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

This text has shadow with #717377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717377 on black background.


Color preview on white background

This text has color #717377 on white background.



Black color preview on #717377 background

This text has black color on #717377 background.


White color preview on #717377 background

This text has white color on #717377 background.