COLOR #715345

HEX: #715345
RGB: (113,83,69)

Color info

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

RGB color model

#715345 color RGB value is (113,83,69).

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

RGB channels and saturation

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

113
83
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 69 = 265 (100%)
R 113 of 265 ~ 42.64%
G 83 of 265 ~ 31.32%
B 69 of 265 ~ 26.04%

%42.64
%31.32
%26.04

CMYK color model

#715345 color CMYK value is (0,27,39,56).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,27,39,56)
C0M27Y39K56 
(0%,27%,39%,56%)
(0.00/0.27/0.39/0.56)	

CMYK percentages

%0
%26.55
%38.94
%55.69

Codes

Color #715345 in popluar color models

715345
RGB1138369
HSL19°24.18%35.69%
HSB/HSV19°38.94%44.31%
CMYK0.00%26.55%38.94%
55.69%

Color #715345 in popluar number systems.

HEX715345
Decimal1138369
Binary111000110100111000101
Octal161123105

Shades and tints

Shades of #715345

#715345
(113,83,69)
#674C3F
(103,76,63)
#5D4539
(93,69,57)
#533E33
(83,62,51)
#49372D
(73,55,45)
#3F3027
(63,48,39)
#352921
(53,41,33)
#2B221B
(43,34,27)
#211B15
(33,27,21)
#17140F
(23,20,15)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #715345

#715345
(113,83,69)
#7D6255
(125,98,85)
#897165
(137,113,101)
#958075
(149,128,117)
#A18F85
(161,143,133)
#AD9E95
(173,158,149)
#B9ADA5
(185,173,165)
#C5BCB5
(197,188,181)
#D1CBC5
(209,203,197)
#DDDAD5
(221,218,213)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715345; }

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

This text font color is #715345.


Background Color

.myBgColor { background-color: #715345; }

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

This div background color is #715345.


Border color

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

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

This div border color is #715345.


Opacity

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

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

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

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

This text has shadow with #715345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715345 on black background.


Color preview on white background

This text has color #715345 on white background.



Black color preview on #715345 background

This text has black color on #715345 background.


White color preview on #715345 background

This text has white color on #715345 background.