COLOR #715667

HEX: #715667
RGB: (113,86,103)

Color info

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

RGB color model

#715667 color RGB value is (113,86,103).

  • red value is 113;
  • green value is 86;
  • blue value is 103.
RGB:
(113,86,103)
(44%,34%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 103 of 255 = 40%

113
86
103

R + G + B ~ 39%. #715667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 103 = 302 (100%)
R 113 of 302 ~ 37.42%
G 86 of 302 ~ 28.48%
B 103 of 302 ~ 34.11%

%37.42
%28.48
%34.11

CMYK color model

#715667 color CMYK value is (0,24,9,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,24,9,56)
C0M24Y9K56 
(0%,24%,9%,56%)
(0.00/0.24/0.09/0.56)	

CMYK percentages

%0
%23.89
%8.85
%55.69

Codes

Color #715667 in popluar color models

715667
RGB11386103
HSL322°13.57%39.02%
HSB/HSV322°23.89%44.31%
CMYK0.00%23.89%8.85%
55.69%

Color #715667 in popluar number systems.

HEX715667
Decimal11386103
Binary111000110101101100111
Octal161126147

Shades and tints

Shades of #715667

#715667
(113,86,103)
#674F5E
(103,79,94)
#5D4855
(93,72,85)
#53414C
(83,65,76)
#493A43
(73,58,67)
#3F333A
(63,51,58)
#352C31
(53,44,49)
#2B2528
(43,37,40)
#211E1F
(33,30,31)
#171716
(23,23,22)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #715667

#715667
(113,86,103)
#7D6574
(125,101,116)
#897481
(137,116,129)
#95838E
(149,131,142)
#A1929B
(161,146,155)
#ADA1A8
(173,161,168)
#B9B0B5
(185,176,181)
#C5BFC2
(197,191,194)
#D1CECF
(209,206,207)
#DDDDDC
(221,221,220)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715667 color. Also use rgb(113,86,103) instead hex code.

Text Font Color

.myTextColor { color: #715667; }

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

This text font color is #715667.


Background Color

.myBgColor { background-color: #715667; }

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

This div background color is #715667.


Border color

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

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

This div border color is #715667.


Opacity

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

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

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

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

This text has shadow with #715667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715667 on black background.


Color preview on white background

This text has color #715667 on white background.



Black color preview on #715667 background

This text has black color on #715667 background.


White color preview on #715667 background

This text has white color on #715667 background.