COLOR #715943

HEX: #715943
RGB: (113,89,67)

Color info

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

RGB color model

#715943 color RGB value is (113,89,67).

  • red value is 113;
  • green value is 89;
  • blue value is 67.
RGB:
(113,89,67)
(44%,35%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 67 of 255 = 26%

113
89
67

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 67 = 269 (100%)
R 113 of 269 ~ 42.01%
G 89 of 269 ~ 33.09%
B 67 of 269 ~ 24.91%

%42.01
%33.09
%24.91

CMYK color model

#715943 color CMYK value is (0,21,41,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(0,21,41,56)
C0M21Y41K56 
(0%,21%,41%,56%)
(0.00/0.21/0.41/0.56)	

CMYK percentages

%0
%21.24
%40.71
%55.69

Codes

Color #715943 in popluar color models

715943
RGB1138967
HSL29°25.56%35.29%
HSB/HSV29°40.71%44.31%
CMYK0.00%21.24%40.71%
55.69%

Color #715943 in popluar number systems.

HEX715943
Decimal1138967
Binary111000110110011000011
Octal161131103

Shades and tints

Shades of #715943

#715943
(113,89,67)
#67513D
(103,81,61)
#5D4937
(93,73,55)
#534131
(83,65,49)
#49392B
(73,57,43)
#3F3125
(63,49,37)
#35291F
(53,41,31)
#2B2119
(43,33,25)
#211913
(33,25,19)
#17110D
(23,17,13)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #715943

#715943
(113,89,67)
#7D6854
(125,104,84)
#897765
(137,119,101)
#958676
(149,134,118)
#A19587
(161,149,135)
#ADA498
(173,164,152)
#B9B3A9
(185,179,169)
#C5C2BA
(197,194,186)
#D1D1CB
(209,209,203)
#DDE0DC
(221,224,220)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715943 color. Also use rgb(113,89,67) instead hex code.

Text Font Color

.myTextColor { color: #715943; }

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

This text font color is #715943.


Background Color

.myBgColor { background-color: #715943; }

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

This div background color is #715943.


Border color

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

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

This div border color is #715943.


Opacity

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

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

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

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

This text has shadow with #715943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715943 on black background.


Color preview on white background

This text has color #715943 on white background.



Black color preview on #715943 background

This text has black color on #715943 background.


White color preview on #715943 background

This text has white color on #715943 background.