COLOR #715B23

HEX: #715B23
RGB: (113,91,35)

Color info

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

RGB color model

#715B23 color RGB value is (113,91,35).

  • red value is 113;
  • green value is 91;
  • blue value is 35.
RGB:
(113,91,35)
(44%,36%,14%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 35 of 255 = 14%

113
91
35

R + G + B ~ 31%. #715B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 35 = 239 (100%)
R 113 of 239 ~ 47.28%
G 91 of 239 ~ 38.08%
B 35 of 239 ~ 14.64%

%47.28
%38.08
%14.64

CMYK color model

#715B23 color CMYK value is (0,19,69,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 69.03%
  • key color value is 55.69%
CMYK:
(0,19,69,56)
C0M19Y69K56 
(0%,19%,69%,56%)
(0.00/0.19/0.69/0.56)	

CMYK percentages

%0
%19.47
%69.03
%55.69

Codes

Color #715B23 in popluar color models

715B23
RGB1139135
HSL43°52.70%29.02%
HSB/HSV43°69.03%44.31%
CMYK0.00%19.47%69.03%
55.69%

Color #715B23 in popluar number systems.

HEX715B23
Decimal1139135
Binary11100011011011100011
Octal16113343

Shades and tints

Shades of #715B23

#715B23
(113,91,35)
#675320
(103,83,32)
#5D4B1D
(93,75,29)
#53431A
(83,67,26)
#493B17
(73,59,23)
#3F3314
(63,51,20)
#352B11
(53,43,17)
#2B230E
(43,35,14)
#211B0B
(33,27,11)
#171308
(23,19,8)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #715B23

#715B23
(113,91,35)
#7D6937
(125,105,55)
#89774B
(137,119,75)
#95855F
(149,133,95)
#A19373
(161,147,115)
#ADA187
(173,161,135)
#B9AF9B
(185,175,155)
#C5BDAF
(197,189,175)
#D1CBC3
(209,203,195)
#DDD9D7
(221,217,215)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715B23 color. Also use rgb(113,91,35) instead hex code.

Text Font Color

.myTextColor { color: #715B23; }

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

This text font color is #715B23.


Background Color

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

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

This div background color is #715B23.


Border color

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

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

This div border color is #715B23.


Opacity

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

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

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

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

This text has shadow with #715B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B23 on black background.


Color preview on white background

This text has color #715B23 on white background.



Black color preview on #715B23 background

This text has black color on #715B23 background.


White color preview on #715B23 background

This text has white color on #715B23 background.