COLOR #715A38

HEX: #715A38
RGB: (113,90,56)

Color info

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

RGB color model

#715A38 color RGB value is (113,90,56).

  • red value is 113;
  • green value is 90;
  • blue value is 56.
RGB:
(113,90,56)
(44%,35%,22%)

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 56 of 255 = 22%

113
90
56

R + G + B ~ 34%. #715A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 56 = 259 (100%)
R 113 of 259 ~ 43.63%
G 90 of 259 ~ 34.75%
B 56 of 259 ~ 21.62%

%43.63
%34.75
%21.62

CMYK color model

#715A38 color CMYK value is (0,20,50,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 50.44%
  • key color value is 55.69%
CMYK:
(0,20,50,56)
C0M20Y50K56 
(0%,20%,50%,56%)
(0.00/0.20/0.50/0.56)	

CMYK percentages

%0
%20.35
%50.44
%55.69

Codes

Color #715A38 in popluar color models

715A38
RGB1139056
HSL36°33.73%33.14%
HSB/HSV36°50.44%44.31%
CMYK0.00%20.35%50.44%
55.69%

Color #715A38 in popluar number systems.

HEX715A38
Decimal1139056
Binary11100011011010111000
Octal16113270

Shades and tints

Shades of #715A38

#715A38
(113,90,56)
#675233
(103,82,51)
#5D4A2E
(93,74,46)
#534229
(83,66,41)
#493A24
(73,58,36)
#3F321F
(63,50,31)
#352A1A
(53,42,26)
#2B2215
(43,34,21)
#211A10
(33,26,16)
#17120B
(23,18,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #715A38

#715A38
(113,90,56)
#7D694A
(125,105,74)
#89785C
(137,120,92)
#95876E
(149,135,110)
#A19680
(161,150,128)
#ADA592
(173,165,146)
#B9B4A4
(185,180,164)
#C5C3B6
(197,195,182)
#D1D2C8
(209,210,200)
#DDE1DA
(221,225,218)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715A38 color. Also use rgb(113,90,56) instead hex code.

Text Font Color

.myTextColor { color: #715A38; }

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

This text font color is #715A38.


Background Color

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

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

This div background color is #715A38.


Border color

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

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

This div border color is #715A38.


Opacity

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

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

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

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

This text has shadow with #715A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A38 on black background.


Color preview on white background

This text has color #715A38 on white background.



Black color preview on #715A38 background

This text has black color on #715A38 background.


White color preview on #715A38 background

This text has white color on #715A38 background.