COLOR #715D35

HEX: #715D35
RGB: (113,93,53)

Color info

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

RGB color model

#715D35 color RGB value is (113,93,53).

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

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 53 of 255 = 21%

113
93
53

R + G + B ~ 34%. #715D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 53 = 259 (100%)
R 113 of 259 ~ 43.63%
G 93 of 259 ~ 35.91%
B 53 of 259 ~ 20.46%

%43.63
%35.91
%20.46

CMYK color model

#715D35 color CMYK value is (0,18,53,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,18,53,56)
C0M18Y53K56 
(0%,18%,53%,56%)
(0.00/0.18/0.53/0.56)	

CMYK percentages

%0
%17.7
%53.1
%55.69

Codes

Color #715D35 in popluar color models

715D35
RGB1139353
HSL40°36.14%32.55%
HSB/HSV40°53.10%44.31%
CMYK0.00%17.70%53.10%
55.69%

Color #715D35 in popluar number systems.

HEX715D35
Decimal1139353
Binary11100011011101110101
Octal16113565

Shades and tints

Shades of #715D35

#715D35
(113,93,53)
#675531
(103,85,49)
#5D4D2D
(93,77,45)
#534529
(83,69,41)
#493D25
(73,61,37)
#3F3521
(63,53,33)
#352D1D
(53,45,29)
#2B2519
(43,37,25)
#211D15
(33,29,21)
#171511
(23,21,17)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #715D35

#715D35
(113,93,53)
#7D6B47
(125,107,71)
#897959
(137,121,89)
#95876B
(149,135,107)
#A1957D
(161,149,125)
#ADA38F
(173,163,143)
#B9B1A1
(185,177,161)
#C5BFB3
(197,191,179)
#D1CDC5
(209,205,197)
#DDDBD7
(221,219,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715D35; }

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

This text font color is #715D35.


Background Color

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

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

This div background color is #715D35.


Border color

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

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

This div border color is #715D35.


Opacity

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

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

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

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

This text has shadow with #715D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D35 on black background.


Color preview on white background

This text has color #715D35 on white background.



Black color preview on #715D35 background

This text has black color on #715D35 background.


White color preview on #715D35 background

This text has white color on #715D35 background.