COLOR #715D2B

HEX: #715D2B
RGB: (113,93,43)

Color info

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

RGB color model

#715D2B color RGB value is (113,93,43).

  • red value is 113;
  • green value is 93;
  • blue value is 43.
RGB:
(113,93,43)
(44%,36%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 43 of 255 = 17%

113
93
43

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 43 = 249 (100%)
R 113 of 249 ~ 45.38%
G 93 of 249 ~ 37.35%
B 43 of 249 ~ 17.27%

%45.38
%37.35
%17.27

CMYK color model

#715D2B color CMYK value is (0,18,62,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 61.95%
  • key color value is 55.69%
CMYK:
(0,18,62,56)
C0M18Y62K56 
(0%,18%,62%,56%)
(0.00/0.18/0.62/0.56)	

CMYK percentages

%0
%17.7
%61.95
%55.69

Codes

Color #715D2B in popluar color models

715D2B
RGB1139343
HSL43°44.87%30.59%
HSB/HSV43°61.95%44.31%
CMYK0.00%17.70%61.95%
55.69%

Color #715D2B in popluar number systems.

HEX715D2B
Decimal1139343
Binary11100011011101101011
Octal16113553

Shades and tints

Shades of #715D2B

#715D2B
(113,93,43)
#675528
(103,85,40)
#5D4D25
(93,77,37)
#534522
(83,69,34)
#493D1F
(73,61,31)
#3F351C
(63,53,28)
#352D19
(53,45,25)
#2B2516
(43,37,22)
#211D13
(33,29,19)
#171510
(23,21,16)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #715D2B

#715D2B
(113,93,43)
#7D6B3E
(125,107,62)
#897951
(137,121,81)
#958764
(149,135,100)
#A19577
(161,149,119)
#ADA38A
(173,163,138)
#B9B19D
(185,177,157)
#C5BFB0
(197,191,176)
#D1CDC3
(209,205,195)
#DDDBD6
(221,219,214)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715D2B color. Also use rgb(113,93,43) instead hex code.

Text Font Color

.myTextColor { color: #715D2B; }

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

This text font color is #715D2B.


Background Color

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

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

This div background color is #715D2B.


Border color

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

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

This div border color is #715D2B.


Opacity

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

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

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

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

This text has shadow with #715D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D2B on black background.


Color preview on white background

This text has color #715D2B on white background.



Black color preview on #715D2B background

This text has black color on #715D2B background.


White color preview on #715D2B background

This text has white color on #715D2B background.