COLOR #717370

HEX: #717370
RGB: (113,115,112)

Color info

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

RGB color model

#717370 color RGB value is (113,115,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 112 of 255 = 44%

113
115
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 112 = 340 (100%)
R 113 of 340 ~ 33.24%
G 115 of 340 ~ 33.82%
B 112 of 340 ~ 32.94%

%33.24
%33.82
%32.94

CMYK color model

#717370 color CMYK value is (2,0,3,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(2,0,3,55)
C2M0Y3K55 
(2%,0%,3%,55%)
(0.02/0.00/0.03/0.55)	

CMYK percentages

%1.74
%0
%2.61
%54.9

Codes

Color #717370 in popluar color models

717370
RGB113115112
HSL100°1.32%44.51%
HSB/HSV100°2.61%45.10%
CMYK1.74%0.00%2.61%
54.90%

Color #717370 in popluar number systems.

HEX717370
Decimal113115112
Binary111000111100111110000
Octal161163160

Shades and tints

Shades of #717370

#717370
(113,115,112)
#676966
(103,105,102)
#5D5F5C
(93,95,92)
#535552
(83,85,82)
#494B48
(73,75,72)
#3F413E
(63,65,62)
#353734
(53,55,52)
#2B2D2A
(43,45,42)
#212320
(33,35,32)
#171916
(23,25,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #717370

#717370
(113,115,112)
#7D7F7D
(125,127,125)
#898B8A
(137,139,138)
#959797
(149,151,151)
#A1A3A4
(161,163,164)
#ADAFB1
(173,175,177)
#B9BBBE
(185,187,190)
#C5C7CB
(197,199,203)
#D1D3D8
(209,211,216)
#DDDFE5
(221,223,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717370; }

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

This text font color is #717370.


Background Color

.myBgColor { background-color: #717370; }

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

This div background color is #717370.


Border color

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

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

This div border color is #717370.


Opacity

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

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

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

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

This text has shadow with #717370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717370 on black background.


Color preview on white background

This text has color #717370 on white background.



Black color preview on #717370 background

This text has black color on #717370 background.


White color preview on #717370 background

This text has white color on #717370 background.