COLOR #715250

HEX: #715250
RGB: (113,82,80)

Color info

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

RGB color model

#715250 color RGB value is (113,82,80).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 80 of 255 = 31%

113
82
80

R + G + B ~ 36%. #715250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 80 = 275 (100%)
R 113 of 275 ~ 41.09%
G 82 of 275 ~ 29.82%
B 80 of 275 ~ 29.09%

%41.09
%29.82
%29.09

CMYK color model

#715250 color CMYK value is (0,27,29,56).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 29.20%
  • key color value is 55.69%
CMYK:
(0,27,29,56)
C0M27Y29K56 
(0%,27%,29%,56%)
(0.00/0.27/0.29/0.56)	

CMYK percentages

%0
%27.43
%29.2
%55.69

Codes

Color #715250 in popluar color models

715250
RGB1138280
HSL17.10%37.84%
HSB/HSV29.20%44.31%
CMYK0.00%27.43%29.20%
55.69%

Color #715250 in popluar number systems.

HEX715250
Decimal1138280
Binary111000110100101010000
Octal161122120

Shades and tints

Shades of #715250

#715250
(113,82,80)
#674B49
(103,75,73)
#5D4442
(93,68,66)
#533D3B
(83,61,59)
#493634
(73,54,52)
#3F2F2D
(63,47,45)
#352826
(53,40,38)
#2B211F
(43,33,31)
#211A18
(33,26,24)
#171311
(23,19,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #715250

#715250
(113,82,80)
#7D615F
(125,97,95)
#89706E
(137,112,110)
#957F7D
(149,127,125)
#A18E8C
(161,142,140)
#AD9D9B
(173,157,155)
#B9ACAA
(185,172,170)
#C5BBB9
(197,187,185)
#D1CAC8
(209,202,200)
#DDD9D7
(221,217,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715250; }

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

This text font color is #715250.


Background Color

.myBgColor { background-color: #715250; }

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

This div background color is #715250.


Border color

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

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

This div border color is #715250.


Opacity

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

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

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

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

This text has shadow with #715250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715250 on black background.


Color preview on white background

This text has color #715250 on white background.



Black color preview on #715250 background

This text has black color on #715250 background.


White color preview on #715250 background

This text has white color on #715250 background.