COLOR #716065

HEX: #716065
RGB: (113,96,101)

Color info

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

RGB color model

#716065 color RGB value is (113,96,101).

  • red value is 113;
  • green value is 96;
  • blue value is 101.
RGB:
(113,96,101)
(44%,38%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 101 of 255 = 40%

113
96
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 101 = 310 (100%)
R 113 of 310 ~ 36.45%
G 96 of 310 ~ 30.97%
B 101 of 310 ~ 32.58%

%36.45
%30.97
%32.58

CMYK color model

#716065 color CMYK value is (0,15,11,56).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(0,15,11,56)
C0M15Y11K56 
(0%,15%,11%,56%)
(0.00/0.15/0.11/0.56)	

CMYK percentages

%0
%15.04
%10.62
%55.69

Codes

Color #716065 in popluar color models

716065
RGB11396101
HSL342°8.13%40.98%
HSB/HSV342°15.04%44.31%
CMYK0.00%15.04%10.62%
55.69%

Color #716065 in popluar number systems.

HEX716065
Decimal11396101
Binary111000111000001100101
Octal161140145

Shades and tints

Shades of #716065

#716065
(113,96,101)
#67585C
(103,88,92)
#5D5053
(93,80,83)
#53484A
(83,72,74)
#494041
(73,64,65)
#3F3838
(63,56,56)
#35302F
(53,48,47)
#2B2826
(43,40,38)
#21201D
(33,32,29)
#171814
(23,24,20)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #716065

#716065
(113,96,101)
#7D6E73
(125,110,115)
#897C81
(137,124,129)
#958A8F
(149,138,143)
#A1989D
(161,152,157)
#ADA6AB
(173,166,171)
#B9B4B9
(185,180,185)
#C5C2C7
(197,194,199)
#D1D0D5
(209,208,213)
#DDDEE3
(221,222,227)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716065 color. Also use rgb(113,96,101) instead hex code.

Text Font Color

.myTextColor { color: #716065; }

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

This text font color is #716065.


Background Color

.myBgColor { background-color: #716065; }

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

This div background color is #716065.


Border color

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

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

This div border color is #716065.


Opacity

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

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

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

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

This text has shadow with #716065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716065 on black background.


Color preview on white background

This text has color #716065 on white background.



Black color preview on #716065 background

This text has black color on #716065 background.


White color preview on #716065 background

This text has white color on #716065 background.