COLOR #715445

HEX: #715445
RGB: (113,84,69)

Color info

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

RGB color model

#715445 color RGB value is (113,84,69).

  • red value is 113;
  • green value is 84;
  • blue value is 69.
RGB: (113,84,69) (44%,33%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 69 of 255 = 27%

113
84
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 69 = 266 (100%)
R 113 of 266 ~ 42.48%
G 84 of 266 ~ 31.58%
B 69 of 266 ~ 25.94%

%42.48
%31.58
%25.94

CMYK color model

#715445 color CMYK value is (0,26,39,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK: (0,26,39,56) C0M26Y39K56 (0%,26%,39%,56%) (0.00/0.26/0.39/0.56)

CMYK percentages

%0
%25.66
%38.94
%55.69

Codes

Color #715445 in popluar color models

715445
RGB1138469
HSL20°24.18%35.69%
HSB/HSV20°38.94%44.31%
CMYK0.00%25.66%38.94%
55.69%

Color #715445 in popluar number systems.

HEX715445
Decimal1138469
Binary111000110101001000101
Octal161124105

Shades and tints

Shades of #715445

#715445
(113,84,69)
#674D3F
(103,77,63)
#5D4639
(93,70,57)
#533F33
(83,63,51)
#49382D
(73,56,45)
#3F3127
(63,49,39)
#352A21
(53,42,33)
#2B231B
(43,35,27)
#211C15
(33,28,21)
#17150F
(23,21,15)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #715445

#715445
(113,84,69)
#7D6355
(125,99,85)
#897265
(137,114,101)
#958175
(149,129,117)
#A19085
(161,144,133)
#AD9F95
(173,159,149)
#B9AEA5
(185,174,165)
#C5BDB5
(197,189,181)
#D1CCC5
(209,204,197)
#DDDBD5
(221,219,213)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715445 color. Also use rgb(113,84,69) instead hex code.

Text Font Color

.myTextColor { color: #715445; }

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

This text font color is #715445.


Background Color

.myBgColor { background-color: #715445; }

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

This div background color is #715445.


Border color

.myBorderColor { border: 1px solid #715445; }

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

This div border color is #715445.


Opacity

.myOpacity80 { color: #715445; opacity: 0.8; }

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

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

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

This text has shadow with #715445 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715445 on black background.


Color preview on white background

This text has color #715445 on white background.



Black color preview on #715445 background

This text has black color on #715445 background.


White color preview on #715445 background

This text has white color on #715445 background.