COLOR #71591C

HEX: #71591C
RGB: (113,89,28)

Color info

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

RGB color model

#71591C color RGB value is (113,89,28).

  • red value is 113;
  • green value is 89;
  • blue value is 28.
RGB:
(113,89,28)
(44%,35%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 28 of 255 = 11%

113
89
28

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 28 = 230 (100%)
R 113 of 230 ~ 49.13%
G 89 of 230 ~ 38.7%
B 28 of 230 ~ 12.17%

%49.13
%38.7
%12.17

CMYK color model

#71591C color CMYK value is (0,21,75,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,21,75,56)
C0M21Y75K56 
(0%,21%,75%,56%)
(0.00/0.21/0.75/0.56)	

CMYK percentages

%0
%21.24
%75.22
%55.69

Codes

Color #71591C in popluar color models

71591C
RGB1138928
HSL43°60.28%27.65%
HSB/HSV43°75.22%44.31%
CMYK0.00%21.24%75.22%
55.69%

Color #71591C in popluar number systems.

HEX71591C
Decimal1138928
Binary1110001101100111100
Octal16113134

Shades and tints

Shades of #71591C

#71591C
(113,89,28)
#67511A
(103,81,26)
#5D4918
(93,73,24)
#534116
(83,65,22)
#493914
(73,57,20)
#3F3112
(63,49,18)
#352910
(53,41,16)
#2B210E
(43,33,14)
#21190C
(33,25,12)
#17110A
(23,17,10)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #71591C

#71591C
(113,89,28)
#7D6830
(125,104,48)
#897744
(137,119,68)
#958658
(149,134,88)
#A1956C
(161,149,108)
#ADA480
(173,164,128)
#B9B394
(185,179,148)
#C5C2A8
(197,194,168)
#D1D1BC
(209,209,188)
#DDE0D0
(221,224,208)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71591C color. Also use rgb(113,89,28) instead hex code.

Text Font Color

.myTextColor { color: #71591C; }

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

This text font color is #71591C.


Background Color

.myBgColor { background-color: #71591C; }

<div style="background-color:#71591C">Inner text</div>

This div background color is #71591C.


Border color

.myBorderColor { border: 1px solid #71591C; }

<div style="border:3px solid #71591C">Div</div>

This div border color is #71591C.


Opacity

.myOpacity80 { color: #71591C; opacity: 0.8; }

<p style="color:#71591C;opacity:0.8;">80%</p>

Text with #71591C 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 #71591C;}

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

This text has shadow with #71591C color.

.textShadow {text-shadow: 3px 3px 1px #71591C, 3px 3px 1px red;}

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

This text has shadow with #71591C primary color and red secondary color.


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

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

This text has shadow with #71591C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71591C on black background.


Color preview on white background

This text has color #71591C on white background.



Black color preview on #71591C background

This text has black color on #71591C background.


White color preview on #71591C background

This text has white color on #71591C background.