COLOR #715249

HEX: #715249
RGB: (113,82,73)

Color info

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

RGB color model

#715249 color RGB value is (113,82,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 73 of 255 = 29%

113
82
73

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

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 73 = 268 (100%)
R 113 of 268 ~ 42.16%
G 82 of 268 ~ 30.6%
B 73 of 268 ~ 27.24%

%42.16
%30.6
%27.24

CMYK color model

#715249 color CMYK value is (0,27,35,56).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,27,35,56)
C0M27Y35K56 
(0%,27%,35%,56%)
(0.00/0.27/0.35/0.56)	

CMYK percentages

%0
%27.43
%35.4
%55.69

Codes

Color #715249 in popluar color models

715249
RGB1138273
HSL14°21.51%36.47%
HSB/HSV14°35.40%44.31%
CMYK0.00%27.43%35.40%
55.69%

Color #715249 in popluar number systems.

HEX715249
Decimal1138273
Binary111000110100101001001
Octal161122111

Shades and tints

Shades of #715249

#715249
(113,82,73)
#674B43
(103,75,67)
#5D443D
(93,68,61)
#533D37
(83,61,55)
#493631
(73,54,49)
#3F2F2B
(63,47,43)
#352825
(53,40,37)
#2B211F
(43,33,31)
#211A19
(33,26,25)
#171313
(23,19,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #715249

#715249
(113,82,73)
#7D6159
(125,97,89)
#897069
(137,112,105)
#957F79
(149,127,121)
#A18E89
(161,142,137)
#AD9D99
(173,157,153)
#B9ACA9
(185,172,169)
#C5BBB9
(197,187,185)
#D1CAC9
(209,202,201)
#DDD9D9
(221,217,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715249; }

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

This text font color is #715249.


Background Color

.myBgColor { background-color: #715249; }

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

This div background color is #715249.


Border color

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

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

This div border color is #715249.


Opacity

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

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

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

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

This text has shadow with #715249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715249 on black background.


Color preview on white background

This text has color #715249 on white background.



Black color preview on #715249 background

This text has black color on #715249 background.


White color preview on #715249 background

This text has white color on #715249 background.