COLOR #715A2C

HEX: #715A2C
RGB: (113,90,44)

Color info

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

RGB color model

#715A2C color RGB value is (113,90,44).

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

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 44 of 255 = 17%

113
90
44

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

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 44 = 247 (100%)
R 113 of 247 ~ 45.75%
G 90 of 247 ~ 36.44%
B 44 of 247 ~ 17.81%

%45.75
%36.44
%17.81

CMYK color model

#715A2C color CMYK value is (0,20,61,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 61.06%
  • key color value is 55.69%
CMYK:
(0,20,61,56)
C0M20Y61K56 
(0%,20%,61%,56%)
(0.00/0.20/0.61/0.56)	

CMYK percentages

%0
%20.35
%61.06
%55.69

Codes

Color #715A2C in popluar color models

715A2C
RGB1139044
HSL40°43.95%30.78%
HSB/HSV40°61.06%44.31%
CMYK0.00%20.35%61.06%
55.69%

Color #715A2C in popluar number systems.

HEX715A2C
Decimal1139044
Binary11100011011010101100
Octal16113254

Shades and tints

Shades of #715A2C

#715A2C
(113,90,44)
#675228
(103,82,40)
#5D4A24
(93,74,36)
#534220
(83,66,32)
#493A1C
(73,58,28)
#3F3218
(63,50,24)
#352A14
(53,42,20)
#2B2210
(43,34,16)
#211A0C
(33,26,12)
#171208
(23,18,8)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #715A2C

#715A2C
(113,90,44)
#7D693F
(125,105,63)
#897852
(137,120,82)
#958765
(149,135,101)
#A19678
(161,150,120)
#ADA58B
(173,165,139)
#B9B49E
(185,180,158)
#C5C3B1
(197,195,177)
#D1D2C4
(209,210,196)
#DDE1D7
(221,225,215)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715A2C; }

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

This text font color is #715A2C.


Background Color

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

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

This div background color is #715A2C.


Border color

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

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

This div border color is #715A2C.


Opacity

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

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

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

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

This text has shadow with #715A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A2C on black background.


Color preview on white background

This text has color #715A2C on white background.



Black color preview on #715A2C background

This text has black color on #715A2C background.


White color preview on #715A2C background

This text has white color on #715A2C background.