COLOR #71541C

HEX: #71541C
RGB: (113,84,28)

Color info

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

RGB color model

#71541C color RGB value is (113,84,28).

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

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 28 of 255 = 11%

113
84
28

R + G + B ~ 29%. #71541C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 28 = 225 (100%)
R 113 of 225 ~ 50.22%
G 84 of 225 ~ 37.33%
B 28 of 225 ~ 12.44%

%50.22
%37.33
%12.44

CMYK color model

#71541C color CMYK value is (0,26,75,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,26,75,56)
C0M26Y75K56 
(0%,26%,75%,56%)
(0.00/0.26/0.75/0.56)	

CMYK percentages

%0
%25.66
%75.22
%55.69

Codes

Color #71541C in popluar color models

71541C
RGB1138428
HSL40°60.28%27.65%
HSB/HSV40°75.22%44.31%
CMYK0.00%25.66%75.22%
55.69%

Color #71541C in popluar number systems.

HEX71541C
Decimal1138428
Binary1110001101010011100
Octal16112434

Shades and tints

Shades of #71541C

#71541C
(113,84,28)
#674D1A
(103,77,26)
#5D4618
(93,70,24)
#533F16
(83,63,22)
#493814
(73,56,20)
#3F3112
(63,49,18)
#352A10
(53,42,16)
#2B230E
(43,35,14)
#211C0C
(33,28,12)
#17150A
(23,21,10)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #71541C

#71541C
(113,84,28)
#7D6330
(125,99,48)
#897244
(137,114,68)
#958158
(149,129,88)
#A1906C
(161,144,108)
#AD9F80
(173,159,128)
#B9AE94
(185,174,148)
#C5BDA8
(197,189,168)
#D1CCBC
(209,204,188)
#DDDBD0
(221,219,208)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71541C; }

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

This text font color is #71541C.


Background Color

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

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

This div background color is #71541C.


Border color

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

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

This div border color is #71541C.


Opacity

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

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

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

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

This text has shadow with #71541C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71541C on black background.


Color preview on white background

This text has color #71541C on white background.



Black color preview on #71541C background

This text has black color on #71541C background.


White color preview on #71541C background

This text has white color on #71541C background.