COLOR #716365

HEX: #716365
RGB: (113,99,101)

Color info

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

RGB color model

#716365 color RGB value is (113,99,101).

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

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 101 of 255 = 40%

113
99
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 101 = 313 (100%)
R 113 of 313 ~ 36.1%
G 99 of 313 ~ 31.63%
B 101 of 313 ~ 32.27%

%36.1
%31.63
%32.27

CMYK color model

#716365 color CMYK value is (0,12,11,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(0,12,11,56)
C0M12Y11K56 
(0%,12%,11%,56%)
(0.00/0.12/0.11/0.56)	

CMYK percentages

%0
%12.39
%10.62
%55.69

Codes

Color #716365 in popluar color models

716365
RGB11399101
HSL351°6.60%41.57%
HSB/HSV351°12.39%44.31%
CMYK0.00%12.39%10.62%
55.69%

Color #716365 in popluar number systems.

HEX716365
Decimal11399101
Binary111000111000111100101
Octal161143145

Shades and tints

Shades of #716365

#716365
(113,99,101)
#675A5C
(103,90,92)
#5D5153
(93,81,83)
#53484A
(83,72,74)
#493F41
(73,63,65)
#3F3638
(63,54,56)
#352D2F
(53,45,47)
#2B2426
(43,36,38)
#211B1D
(33,27,29)
#171214
(23,18,20)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #716365

#716365
(113,99,101)
#7D7173
(125,113,115)
#897F81
(137,127,129)
#958D8F
(149,141,143)
#A19B9D
(161,155,157)
#ADA9AB
(173,169,171)
#B9B7B9
(185,183,185)
#C5C5C7
(197,197,199)
#D1D3D5
(209,211,213)
#DDE1E3
(221,225,227)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716365; }

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

This text font color is #716365.


Background Color

.myBgColor { background-color: #716365; }

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

This div background color is #716365.


Border color

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

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

This div border color is #716365.


Opacity

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

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

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

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

This text has shadow with #716365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716365 on black background.


Color preview on white background

This text has color #716365 on white background.



Black color preview on #716365 background

This text has black color on #716365 background.


White color preview on #716365 background

This text has white color on #716365 background.