COLOR #715449

HEX: #715449
RGB: (113,84,73)

Color info

#715449 contains red, green and blue colors in about the same proportion. Web safe color of #715449 is #666633 (or #663).

RGB color model

#715449 color RGB value is (113,84,73).

  • red value is 113;
  • green value is 84;
  • blue value is 73.
RGB:
(113,84,73)
(44%,33%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 73 of 255 = 29%

113
84
73

R + G + B ~ 35%. #715449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 73 = 270 (100%)
R 113 of 270 ~ 41.85%
G 84 of 270 ~ 31.11%
B 73 of 270 ~ 27.04%

%41.85
%31.11
%27.04

CMYK color model

#715449 color CMYK value is (0,26,35,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,26,35,56)
C0M26Y35K56 
(0%,26%,35%,56%)
(0.00/0.26/0.35/0.56)	

CMYK percentages

%0
%25.66
%35.4
%55.69

Codes

Color #715449 in popluar color models

715449
RGB1138473
HSL17°21.51%36.47%
HSB/HSV17°35.40%44.31%
CMYK0.00%25.66%35.40%
55.69%

Color #715449 in popluar number systems.

HEX715449
Decimal1138473
Binary111000110101001001001
Octal161124111

Shades and tints

Shades of #715449

#715449
(113,84,73)
#674D43
(103,77,67)
#5D463D
(93,70,61)
#533F37
(83,63,55)
#493831
(73,56,49)
#3F312B
(63,49,43)
#352A25
(53,42,37)
#2B231F
(43,35,31)
#211C19
(33,28,25)
#171513
(23,21,19)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #715449

#715449
(113,84,73)
#7D6359
(125,99,89)
#897269
(137,114,105)
#958179
(149,129,121)
#A19089
(161,144,137)
#AD9F99
(173,159,153)
#B9AEA9
(185,174,169)
#C5BDB9
(197,189,185)
#D1CCC9
(209,204,201)
#DDDBD9
(221,219,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715449 color. Also use rgb(113,84,73) instead hex code.

Text Font Color

.myTextColor { color: #715449; }

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

This text font color is #715449.


Background Color

.myBgColor { background-color: #715449; }

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

This div background color is #715449.


Border color

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

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

This div border color is #715449.


Opacity

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

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

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

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

This text has shadow with #715449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715449 on black background.


Color preview on white background

This text has color #715449 on white background.



Black color preview on #715449 background

This text has black color on #715449 background.


White color preview on #715449 background

This text has white color on #715449 background.