COLOR #716074

HEX: #716074
RGB: (113,96,116)

Color info

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

RGB color model

#716074 color RGB value is (113,96,116).

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

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 116 of 255 = 45%

113
96
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 116 = 325 (100%)
R 113 of 325 ~ 34.77%
G 96 of 325 ~ 29.54%
B 116 of 325 ~ 35.69%

%34.77
%29.54
%35.69

CMYK color model

#716074 color CMYK value is (3,17,0,55).

  • cyan value is 2.59%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,17,0,55)
C3M17Y0K55 
(3%,17%,0%,55%)
(0.03/0.17/0.00/0.55)	

CMYK percentages

%2.59
%17.24
%0
%54.51

Codes

Color #716074 in popluar color models

716074
RGB11396116
HSL291°9.43%41.57%
HSB/HSV291°17.24%45.49%
CMYK2.59%17.24%0.00%
54.51%

Color #716074 in popluar number systems.

HEX716074
Decimal11396116
Binary111000111000001110100
Octal161140164

Shades and tints

Shades of #716074

#716074
(113,96,116)
#67586A
(103,88,106)
#5D5060
(93,80,96)
#534856
(83,72,86)
#49404C
(73,64,76)
#3F3842
(63,56,66)
#353038
(53,48,56)
#2B282E
(43,40,46)
#212024
(33,32,36)
#17181A
(23,24,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #716074

#716074
(113,96,116)
#7D6E80
(125,110,128)
#897C8C
(137,124,140)
#958A98
(149,138,152)
#A198A4
(161,152,164)
#ADA6B0
(173,166,176)
#B9B4BC
(185,180,188)
#C5C2C8
(197,194,200)
#D1D0D4
(209,208,212)
#DDDEE0
(221,222,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716074; }

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

This text font color is #716074.


Background Color

.myBgColor { background-color: #716074; }

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

This div background color is #716074.


Border color

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

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

This div border color is #716074.


Opacity

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

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

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

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

This text has shadow with #716074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716074 on black background.


Color preview on white background

This text has color #716074 on white background.



Black color preview on #716074 background

This text has black color on #716074 background.


White color preview on #716074 background

This text has white color on #716074 background.