COLOR #716572

HEX: #716572
RGB: (113,101,114)

Color info

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

RGB color model

#716572 color RGB value is (113,101,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 114 of 255 = 45%

113
101
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 114 = 328 (100%)
R 113 of 328 ~ 34.45%
G 101 of 328 ~ 30.79%
B 114 of 328 ~ 34.76%

%34.45
%30.79
%34.76

CMYK color model

#716572 color CMYK value is (1,11,0,55).

  • cyan value is 0.88%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(1,11,0,55)
C1M11Y0K55 
(1%,11%,0%,55%)
(0.01/0.11/0.00/0.55)	

CMYK percentages

%0.88
%11.4
%0
%55.29

Codes

Color #716572 in popluar color models

716572
RGB113101114
HSL295°6.05%42.16%
HSB/HSV295°11.40%44.71%
CMYK0.88%11.40%0.00%
55.29%

Color #716572 in popluar number systems.

HEX716572
Decimal113101114
Binary111000111001011110010
Octal161145162

Shades and tints

Shades of #716572

#716572
(113,101,114)
#675C68
(103,92,104)
#5D535E
(93,83,94)
#534A54
(83,74,84)
#49414A
(73,65,74)
#3F3840
(63,56,64)
#352F36
(53,47,54)
#2B262C
(43,38,44)
#211D22
(33,29,34)
#171418
(23,20,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #716572

#716572
(113,101,114)
#7D737E
(125,115,126)
#89818A
(137,129,138)
#958F96
(149,143,150)
#A19DA2
(161,157,162)
#ADABAE
(173,171,174)
#B9B9BA
(185,185,186)
#C5C7C6
(197,199,198)
#D1D5D2
(209,213,210)
#DDE3DE
(221,227,222)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716572; }

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

This text font color is #716572.


Background Color

.myBgColor { background-color: #716572; }

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

This div background color is #716572.


Border color

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

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

This div border color is #716572.


Opacity

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

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

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

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

This text has shadow with #716572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716572 on black background.


Color preview on white background

This text has color #716572 on white background.



Black color preview on #716572 background

This text has black color on #716572 background.


White color preview on #716572 background

This text has white color on #716572 background.