COLOR #715B1F

HEX: #715B1F RGB: (113,91,31)

Color info

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

RGB color model

#715B1F color RGB value is (113,91,31).

RGB: (113,91,31) (44%, 36%, 12%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 31 of 255 = 12%

113
91
31

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

Portions of RGB colors in percentages

R + G + B = 113 + 91 + 31 = 235 (100%)
R 113 of 235 ~ 48.09%
G 91 of 235 ~ 38.72%
B 31 of 235 ~ 13.19'%

%48.09
%38.72
%13.19

CMYK color model

#715B1F color CMYK value is (0,19,73,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 72.57%
  • key color value is 55.69%

CMYK: (0,19,73,56)
C0M19Y73K56 (0%, 19%, 73%, 56%)
(0.00 / 0.19 / 0.73 / 0.56)

CMYK percentages

%0
%19.47
%72.57
%55.69

Codes

Color #715B1F in popluar color models

71 5B 1F
RGB 113 91 31
HSL 44° 56.94% 28.24%
HSB/HSV 44° 72.57% 44.31%
CMYK 0.00% 19.47% 72.57%
55.69%

Color #715B1F in popluar number systems.

HEX 71 5B 1F
Decimal 113 91 31
Binary 1110001 1011011 11111
Octal 161 133 37

Shades and tints

Shades of #715B1F

#715B1F
(113,91,31)
#67531D
(103,83,29)
#5D4B1B
(93,75,27)
#534319
(83,67,25)
#493B17
(73,59,23)
#3F3315
(63,51,21)
#352B13
(53,43,19)
#2B2311
(43,35,17)
#211B0F
(33,27,15)
#17130D
(23,19,13)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #715B1F

#715B1F
(113,91,31)
#7D6933
(125,105,51)
#897747
(137,119,71)
#95855B
(149,133,91)
#A1936F
(161,147,111)
#ADA183
(173,161,131)
#B9AF97
(185,175,151)
#C5BDAB
(197,189,171)
#D1CBBF
(209,203,191)
#DDD9D3
(221,217,211)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B1F; }

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

This text font color is #715B1F.

Background Color

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

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

This div background color is #715B1F.

Border color

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

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

This div border color is #715B1F.

Opacity

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

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

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

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

This text has shadow with #715B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715B1F.

Preview

Color preview on black background

This text has color #715B1F on black background.


Color preview on white background

This text has color #715B1F on white background.


Black color preview on #715B1F background

This text has black color on #715B1F background.


White color preview on #715B1F background

This text has white color on #715B1F background.


Related colors

Complementary color

Complementary color for #hex is #8EA4E0.


I love getcolorcode.com

Triadic colors

1 #1F715B and #5B1F71 with #715B1F are triadic colors.

2 #1F5B71 and #5B711F with #715B1F are triadic colors.