COLOR #71543E

HEX: #71543E
RGB: (113,84,62)

Color info

#71543E contains red, green and blue colors in about the same proportion. Web safe color of #71543E is #666633 (or #663).

RGB color model

#71543E color RGB value is (113,84,62).

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

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 62 of 255 = 24%

113
84
62

R + G + B ~ 34%. #71543E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 62 = 259 (100%)
R 113 of 259 ~ 43.63%
G 84 of 259 ~ 32.43%
B 62 of 259 ~ 23.94%

%43.63
%32.43
%23.94

CMYK color model

#71543E color CMYK value is (0,26,45,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(0,26,45,56)
C0M26Y45K56 
(0%,26%,45%,56%)
(0.00/0.26/0.45/0.56)	

CMYK percentages

%0
%25.66
%45.13
%55.69

Codes

Color #71543E in popluar color models

71543E
RGB1138462
HSL26°29.14%34.31%
HSB/HSV26°45.13%44.31%
CMYK0.00%25.66%45.13%
55.69%

Color #71543E in popluar number systems.

HEX71543E
Decimal1138462
Binary11100011010100111110
Octal16112476

Shades and tints

Shades of #71543E

#71543E
(113,84,62)
#674D39
(103,77,57)
#5D4634
(93,70,52)
#533F2F
(83,63,47)
#49382A
(73,56,42)
#3F3125
(63,49,37)
#352A20
(53,42,32)
#2B231B
(43,35,27)
#211C16
(33,28,22)
#171511
(23,21,17)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #71543E

#71543E
(113,84,62)
#7D634F
(125,99,79)
#897260
(137,114,96)
#958171
(149,129,113)
#A19082
(161,144,130)
#AD9F93
(173,159,147)
#B9AEA4
(185,174,164)
#C5BDB5
(197,189,181)
#D1CCC6
(209,204,198)
#DDDBD7
(221,219,215)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71543E color. Also use rgb(113,84,62) instead hex code.

Text Font Color

.myTextColor { color: #71543E; }

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

This text font color is #71543E.


Background Color

.myBgColor { background-color: #71543E; }

<div style="background-color:#71543E">Inner text</div>

This div background color is #71543E.


Border color

.myBorderColor { border: 1px solid #71543E; }

<div style="border:3px solid #71543E">Div</div>

This div border color is #71543E.


Opacity

.myOpacity80 { color: #71543E; opacity: 0.8; }

<p style="color:#71543E;opacity:0.8;">80%</p>

Text with #71543E 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 #71543E;}

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

This text has shadow with #71543E color.

.textShadow {text-shadow: 3px 3px 1px #71543E, 3px 3px 1px red;}

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

This text has shadow with #71543E primary color and red secondary color.


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

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

This text has shadow with #71543E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71543E on black background.


Color preview on white background

This text has color #71543E on white background.



Black color preview on #71543E background

This text has black color on #71543E background.


White color preview on #71543E background

This text has white color on #71543E background.