COLOR #71561B

HEX: #71561B
RGB: (113,86,27)

Color info

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

RGB color model

#71561B color RGB value is (113,86,27).

  • red value is 113;
  • green value is 86;
  • blue value is 27.
RGB:
(113,86,27)
(44%,34%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 27 of 255 = 11%

113
86
27

R + G + B ~ 30%. #71561B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 27 = 226 (100%)
R 113 of 226 ~ 50%
G 86 of 226 ~ 38.05%
B 27 of 226 ~ 11.95%

%50
%38.05
%11.95

CMYK color model

#71561B color CMYK value is (0,24,76,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 76.11%
  • key color value is 55.69%
CMYK:
(0,24,76,56)
C0M24Y76K56 
(0%,24%,76%,56%)
(0.00/0.24/0.76/0.56)	

CMYK percentages

%0
%23.89
%76.11
%55.69

Codes

Color #71561B in popluar color models

71561B
RGB1138627
HSL41°61.43%27.45%
HSB/HSV41°76.11%44.31%
CMYK0.00%23.89%76.11%
55.69%

Color #71561B in popluar number systems.

HEX71561B
Decimal1138627
Binary1110001101011011011
Octal16112633

Shades and tints

Shades of #71561B

#71561B
(113,86,27)
#674F19
(103,79,25)
#5D4817
(93,72,23)
#534115
(83,65,21)
#493A13
(73,58,19)
#3F3311
(63,51,17)
#352C0F
(53,44,15)
#2B250D
(43,37,13)
#211E0B
(33,30,11)
#171709
(23,23,9)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #71561B

#71561B
(113,86,27)
#7D652F
(125,101,47)
#897443
(137,116,67)
#958357
(149,131,87)
#A1926B
(161,146,107)
#ADA17F
(173,161,127)
#B9B093
(185,176,147)
#C5BFA7
(197,191,167)
#D1CEBB
(209,206,187)
#DDDDCF
(221,221,207)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71561B color. Also use rgb(113,86,27) instead hex code.

Text Font Color

.myTextColor { color: #71561B; }

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

This text font color is #71561B.


Background Color

.myBgColor { background-color: #71561B; }

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

This div background color is #71561B.


Border color

.myBorderColor { border: 1px solid #71561B; }

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

This div border color is #71561B.


Opacity

.myOpacity80 { color: #71561B; opacity: 0.8; }

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

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

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

This text has shadow with #71561B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71561B on black background.


Color preview on white background

This text has color #71561B on white background.



Black color preview on #71561B background

This text has black color on #71561B background.


White color preview on #71561B background

This text has white color on #71561B background.