COLOR #715729

HEX: #715729
RGB: (113,87,41)

Color info

#715729 contains mainly red and green colors. Web safe color of #715729 is #666633 (or #663).

RGB color model

#715729 color RGB value is (113,87,41).

  • red value is 113;
  • green value is 87;
  • blue value is 41.
RGB:
(113,87,41)
(44%,34%,16%)

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 41 of 255 = 16%

113
87
41

R + G + B ~ 31%. #715729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 41 = 241 (100%)
R 113 of 241 ~ 46.89%
G 87 of 241 ~ 36.1%
B 41 of 241 ~ 17.01%

%46.89
%36.1
%17.01

CMYK color model

#715729 color CMYK value is (0,23,64,56).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(0,23,64,56)
C0M23Y64K56 
(0%,23%,64%,56%)
(0.00/0.23/0.64/0.56)	

CMYK percentages

%0
%23.01
%63.72
%55.69

Codes

Color #715729 in popluar color models

715729
RGB1138741
HSL38°46.75%30.20%
HSB/HSV38°63.72%44.31%
CMYK0.00%23.01%63.72%
55.69%

Color #715729 in popluar number systems.

HEX715729
Decimal1138741
Binary11100011010111101001
Octal16112751

Shades and tints

Shades of #715729

#715729
(113,87,41)
#675026
(103,80,38)
#5D4923
(93,73,35)
#534220
(83,66,32)
#493B1D
(73,59,29)
#3F341A
(63,52,26)
#352D17
(53,45,23)
#2B2614
(43,38,20)
#211F11
(33,31,17)
#17180E
(23,24,14)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #715729

#715729
(113,87,41)
#7D663C
(125,102,60)
#89754F
(137,117,79)
#958462
(149,132,98)
#A19375
(161,147,117)
#ADA288
(173,162,136)
#B9B19B
(185,177,155)
#C5C0AE
(197,192,174)
#D1CFC1
(209,207,193)
#DDDED4
(221,222,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715729 color. Also use rgb(113,87,41) instead hex code.

Text Font Color

.myTextColor { color: #715729; }

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

This text font color is #715729.


Background Color

.myBgColor { background-color: #715729; }

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

This div background color is #715729.


Border color

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

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

This div border color is #715729.


Opacity

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

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

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

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

This text has shadow with #715729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715729 on black background.


Color preview on white background

This text has color #715729 on white background.



Black color preview on #715729 background

This text has black color on #715729 background.


White color preview on #715729 background

This text has white color on #715729 background.