COLOR #715F29

HEX: #715F29
RGB: (113,95,41)

Color info

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

RGB color model

#715F29 color RGB value is (113,95,41).

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

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 41 of 255 = 16%

113
95
41

R + G + B ~ 32%. #715F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 41 = 249 (100%)
R 113 of 249 ~ 45.38%
G 95 of 249 ~ 38.15%
B 41 of 249 ~ 16.47%

%45.38
%38.15
%16.47

CMYK color model

#715F29 color CMYK value is (0,16,64,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(0,16,64,56)
C0M16Y64K56 
(0%,16%,64%,56%)
(0.00/0.16/0.64/0.56)	

CMYK percentages

%0
%15.93
%63.72
%55.69

Codes

Color #715F29 in popluar color models

715F29
RGB1139541
HSL45°46.75%30.20%
HSB/HSV45°63.72%44.31%
CMYK0.00%15.93%63.72%
55.69%

Color #715F29 in popluar number systems.

HEX715F29
Decimal1139541
Binary11100011011111101001
Octal16113751

Shades and tints

Shades of #715F29

#715F29
(113,95,41)
#675726
(103,87,38)
#5D4F23
(93,79,35)
#534720
(83,71,32)
#493F1D
(73,63,29)
#3F371A
(63,55,26)
#352F17
(53,47,23)
#2B2714
(43,39,20)
#211F11
(33,31,17)
#17170E
(23,23,14)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #715F29

#715F29
(113,95,41)
#7D6D3C
(125,109,60)
#897B4F
(137,123,79)
#958962
(149,137,98)
#A19775
(161,151,117)
#ADA588
(173,165,136)
#B9B39B
(185,179,155)
#C5C1AE
(197,193,174)
#D1CFC1
(209,207,193)
#DDDDD4
(221,221,212)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F29; }

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

This text font color is #715F29.


Background Color

.myBgColor { background-color: #715F29; }

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

This div background color is #715F29.


Border color

.myBorderColor { border: 1px solid #715F29; }

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

This div border color is #715F29.


Opacity

.myOpacity80 { color: #715F29; opacity: 0.8; }

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

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

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

This text has shadow with #715F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F29 on black background.


Color preview on white background

This text has color #715F29 on white background.



Black color preview on #715F29 background

This text has black color on #715F29 background.


White color preview on #715F29 background

This text has white color on #715F29 background.