COLOR #717068

HEX: #717068
RGB: (113,112,104)

Color info

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

RGB color model

#717068 color RGB value is (113,112,104).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 104 of 255 = 41%

113
112
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 104 = 329 (100%)
R 113 of 329 ~ 34.35%
G 112 of 329 ~ 34.04%
B 104 of 329 ~ 31.61%

%34.35
%34.04
%31.61

CMYK color model

#717068 color CMYK value is (0,1,8,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(0,1,8,56)
C0M1Y8K56 
(0%,1%,8%,56%)
(0.00/0.01/0.08/0.56)	

CMYK percentages

%0
%0.88
%7.96
%55.69

Codes

Color #717068 in popluar color models

717068
RGB113112104
HSL53°4.15%42.55%
HSB/HSV53°7.96%44.31%
CMYK0.00%0.88%7.96%
55.69%

Color #717068 in popluar number systems.

HEX717068
Decimal113112104
Binary111000111100001101000
Octal161160150

Shades and tints

Shades of #717068

#717068
(113,112,104)
#67665F
(103,102,95)
#5D5C56
(93,92,86)
#53524D
(83,82,77)
#494844
(73,72,68)
#3F3E3B
(63,62,59)
#353432
(53,52,50)
#2B2A29
(43,42,41)
#212020
(33,32,32)
#171617
(23,22,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #717068

#717068
(113,112,104)
#7D7D75
(125,125,117)
#898A82
(137,138,130)
#95978F
(149,151,143)
#A1A49C
(161,164,156)
#ADB1A9
(173,177,169)
#B9BEB6
(185,190,182)
#C5CBC3
(197,203,195)
#D1D8D0
(209,216,208)
#DDE5DD
(221,229,221)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717068; }

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

This text font color is #717068.


Background Color

.myBgColor { background-color: #717068; }

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

This div background color is #717068.


Border color

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

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

This div border color is #717068.


Opacity

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

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

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

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

This text has shadow with #717068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717068 on black background.


Color preview on white background

This text has color #717068 on white background.



Black color preview on #717068 background

This text has black color on #717068 background.


White color preview on #717068 background

This text has white color on #717068 background.