COLOR #715E40

HEX: #715E40
RGB: (113,94,64)

Color info

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

RGB color model

#715E40 color RGB value is (113,94,64).

  • red value is 113;
  • green value is 94;
  • blue value is 64.
RGB:
(113,94,64)
(44%,37%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 64 of 255 = 25%

113
94
64

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 64 = 271 (100%)
R 113 of 271 ~ 41.7%
G 94 of 271 ~ 34.69%
B 64 of 271 ~ 23.62%

%41.7
%34.69
%23.62

CMYK color model

#715E40 color CMYK value is (0,17,43,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(0,17,43,56)
C0M17Y43K56 
(0%,17%,43%,56%)
(0.00/0.17/0.43/0.56)	

CMYK percentages

%0
%16.81
%43.36
%55.69

Codes

Color #715E40 in popluar color models

715E40
RGB1139464
HSL37°27.68%34.71%
HSB/HSV37°43.36%44.31%
CMYK0.00%16.81%43.36%
55.69%

Color #715E40 in popluar number systems.

HEX715E40
Decimal1139464
Binary111000110111101000000
Octal161136100

Shades and tints

Shades of #715E40

#715E40
(113,94,64)
#67563B
(103,86,59)
#5D4E36
(93,78,54)
#534631
(83,70,49)
#493E2C
(73,62,44)
#3F3627
(63,54,39)
#352E22
(53,46,34)
#2B261D
(43,38,29)
#211E18
(33,30,24)
#171613
(23,22,19)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #715E40

#715E40
(113,94,64)
#7D6C51
(125,108,81)
#897A62
(137,122,98)
#958873
(149,136,115)
#A19684
(161,150,132)
#ADA495
(173,164,149)
#B9B2A6
(185,178,166)
#C5C0B7
(197,192,183)
#D1CEC8
(209,206,200)
#DDDCD9
(221,220,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E40 color. Also use rgb(113,94,64) instead hex code.

Text Font Color

.myTextColor { color: #715E40; }

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

This text font color is #715E40.


Background Color

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

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

This div background color is #715E40.


Border color

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

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

This div border color is #715E40.


Opacity

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

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

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

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

This text has shadow with #715E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E40 on black background.


Color preview on white background

This text has color #715E40 on white background.



Black color preview on #715E40 background

This text has black color on #715E40 background.


White color preview on #715E40 background

This text has white color on #715E40 background.