COLOR #715067

HEX: #715067
RGB: (113,80,103)

Color info

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

RGB color model

#715067 color RGB value is (113,80,103).

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

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 103 of 255 = 40%

113
80
103

R + G + B ~ 38%. #715067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 103 = 296 (100%)
R 113 of 296 ~ 38.18%
G 80 of 296 ~ 27.03%
B 103 of 296 ~ 34.8%

%38.18
%27.03
%34.8

CMYK color model

#715067 color CMYK value is (0,29,9,56).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,29,9,56)
C0M29Y9K56 
(0%,29%,9%,56%)
(0.00/0.29/0.09/0.56)	

CMYK percentages

%0
%29.2
%8.85
%55.69

Codes

Color #715067 in popluar color models

715067
RGB11380103
HSL318°17.10%37.84%
HSB/HSV318°29.20%44.31%
CMYK0.00%29.20%8.85%
55.69%

Color #715067 in popluar number systems.

HEX715067
Decimal11380103
Binary111000110100001100111
Octal161120147

Shades and tints

Shades of #715067

#715067
(113,80,103)
#67495E
(103,73,94)
#5D4255
(93,66,85)
#533B4C
(83,59,76)
#493443
(73,52,67)
#3F2D3A
(63,45,58)
#352631
(53,38,49)
#2B1F28
(43,31,40)
#21181F
(33,24,31)
#171116
(23,17,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #715067

#715067
(113,80,103)
#7D5F74
(125,95,116)
#896E81
(137,110,129)
#957D8E
(149,125,142)
#A18C9B
(161,140,155)
#AD9BA8
(173,155,168)
#B9AAB5
(185,170,181)
#C5B9C2
(197,185,194)
#D1C8CF
(209,200,207)
#DDD7DC
(221,215,220)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715067; }

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

This text font color is #715067.


Background Color

.myBgColor { background-color: #715067; }

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

This div background color is #715067.


Border color

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

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

This div border color is #715067.


Opacity

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

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

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

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

This text has shadow with #715067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715067 on black background.


Color preview on white background

This text has color #715067 on white background.



Black color preview on #715067 background

This text has black color on #715067 background.


White color preview on #715067 background

This text has white color on #715067 background.