COLOR #715A34

HEX: #715A34
RGB: (113,90,52)

Color info

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

RGB color model

#715A34 color RGB value is (113,90,52).

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

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 52 of 255 = 20%

113
90
52

R + G + B ~ 33%. #715A34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 52 = 255 (100%)
R 113 of 255 ~ 44.31%
G 90 of 255 ~ 35.29%
B 52 of 255 ~ 20.39%

%44.31
%35.29
%20.39

CMYK color model

#715A34 color CMYK value is (0,20,54,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,20,54,56)
C0M20Y54K56 
(0%,20%,54%,56%)
(0.00/0.20/0.54/0.56)	

CMYK percentages

%0
%20.35
%53.98
%55.69

Codes

Color #715A34 in popluar color models

715A34
RGB1139052
HSL37°36.97%32.35%
HSB/HSV37°53.98%44.31%
CMYK0.00%20.35%53.98%
55.69%

Color #715A34 in popluar number systems.

HEX715A34
Decimal1139052
Binary11100011011010110100
Octal16113264

Shades and tints

Shades of #715A34

#715A34
(113,90,52)
#675230
(103,82,48)
#5D4A2C
(93,74,44)
#534228
(83,66,40)
#493A24
(73,58,36)
#3F3220
(63,50,32)
#352A1C
(53,42,28)
#2B2218
(43,34,24)
#211A14
(33,26,20)
#171210
(23,18,16)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #715A34

#715A34
(113,90,52)
#7D6946
(125,105,70)
#897858
(137,120,88)
#95876A
(149,135,106)
#A1967C
(161,150,124)
#ADA58E
(173,165,142)
#B9B4A0
(185,180,160)
#C5C3B2
(197,195,178)
#D1D2C4
(209,210,196)
#DDE1D6
(221,225,214)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715A34; }

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

This text font color is #715A34.


Background Color

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

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

This div background color is #715A34.


Border color

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

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

This div border color is #715A34.


Opacity

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

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

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

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

This text has shadow with #715A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A34 on black background.


Color preview on white background

This text has color #715A34 on white background.



Black color preview on #715A34 background

This text has black color on #715A34 background.


White color preview on #715A34 background

This text has white color on #715A34 background.