COLOR #716181

HEX: #716181
RGB: (113,97,129)

Color info

#716181 contains red, green and blue colors in about the same proportion. Web safe color of #716181 is #666699 (or #669).

RGB color model

#716181 color RGB value is (113,97,129).

  • red value is 113;
  • green value is 97;
  • blue value is 129.
RGB:
(113,97,129)
(44%,38%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 129 of 255 = 51%

113
97
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 129 = 339 (100%)
R 113 of 339 ~ 33.33%
G 97 of 339 ~ 28.61%
B 129 of 339 ~ 38.05%

%33.33
%28.61
%38.05

CMYK color model

#716181 color CMYK value is (12,25,0,49).

  • cyan value is 12.40%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,25,0,49)
C12M25Y0K49 
(12%,25%,0%,49%)
(0.12/0.25/0.00/0.49)	

CMYK percentages

%12.4
%24.81
%0
%49.41

Codes

Color #716181 in popluar color models

716181
RGB11397129
HSL270°14.16%44.31%
HSB/HSV270°24.81%50.59%
CMYK12.40%24.81%0.00%
49.41%

Color #716181 in popluar number systems.

HEX716181
Decimal11397129
Binary1110001110000110000001
Octal161141201

Shades and tints

Shades of #716181

#716181
(113,97,129)
#675976
(103,89,118)
#5D516B
(93,81,107)
#534960
(83,73,96)
#494155
(73,65,85)
#3F394A
(63,57,74)
#35313F
(53,49,63)
#2B2934
(43,41,52)
#212129
(33,33,41)
#17191E
(23,25,30)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #716181

#716181
(113,97,129)
#7D6F8C
(125,111,140)
#897D97
(137,125,151)
#958BA2
(149,139,162)
#A199AD
(161,153,173)
#ADA7B8
(173,167,184)
#B9B5C3
(185,181,195)
#C5C3CE
(197,195,206)
#D1D1D9
(209,209,217)
#DDDFE4
(221,223,228)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716181 color. Also use rgb(113,97,129) instead hex code.

Text Font Color

.myTextColor { color: #716181; }

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

This text font color is #716181.


Background Color

.myBgColor { background-color: #716181; }

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

This div background color is #716181.


Border color

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

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

This div border color is #716181.


Opacity

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

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

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

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

This text has shadow with #716181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716181 on black background.


Color preview on white background

This text has color #716181 on white background.



Black color preview on #716181 background

This text has black color on #716181 background.


White color preview on #716181 background

This text has white color on #716181 background.