COLOR #71643F

HEX: #71643F
RGB: (113,100,63)

Color info

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

RGB color model

#71643F color RGB value is (113,100,63).

  • red value is 113;
  • green value is 100;
  • blue value is 63.
RGB:
(113,100,63)
(44%,39%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 63 of 255 = 25%

113
100
63

R + G + B ~ 36%. #71643F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 63 = 276 (100%)
R 113 of 276 ~ 40.94%
G 100 of 276 ~ 36.23%
B 63 of 276 ~ 22.83%

%40.94
%36.23
%22.83

CMYK color model

#71643F color CMYK value is (0,12,44,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,12,44,56)
C0M12Y44K56 
(0%,12%,44%,56%)
(0.00/0.12/0.44/0.56)	

CMYK percentages

%0
%11.5
%44.25
%55.69

Codes

Color #71643F in popluar color models

71643F
RGB11310063
HSL44°28.41%34.51%
HSB/HSV44°44.25%44.31%
CMYK0.00%11.50%44.25%
55.69%

Color #71643F in popluar number systems.

HEX71643F
Decimal11310063
Binary11100011100100111111
Octal16114477

Shades and tints

Shades of #71643F

#71643F
(113,100,63)
#675B3A
(103,91,58)
#5D5235
(93,82,53)
#534930
(83,73,48)
#49402B
(73,64,43)
#3F3726
(63,55,38)
#352E21
(53,46,33)
#2B251C
(43,37,28)
#211C17
(33,28,23)
#171312
(23,19,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #71643F

#71643F
(113,100,63)
#7D7250
(125,114,80)
#898061
(137,128,97)
#958E72
(149,142,114)
#A19C83
(161,156,131)
#ADAA94
(173,170,148)
#B9B8A5
(185,184,165)
#C5C6B6
(197,198,182)
#D1D4C7
(209,212,199)
#DDE2D8
(221,226,216)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71643F color. Also use rgb(113,100,63) instead hex code.

Text Font Color

.myTextColor { color: #71643F; }

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

This text font color is #71643F.


Background Color

.myBgColor { background-color: #71643F; }

<div style="background-color:#71643F">Inner text</div>

This div background color is #71643F.


Border color

.myBorderColor { border: 1px solid #71643F; }

<div style="border:3px solid #71643F">Div</div>

This div border color is #71643F.


Opacity

.myOpacity80 { color: #71643F; opacity: 0.8; }

<p style="color:#71643F;opacity:0.8;">80%</p>

Text with #71643F 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 #71643F;}

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

This text has shadow with #71643F color.

.textShadow {text-shadow: 3px 3px 1px #71643F, 3px 3px 1px red;}

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

This text has shadow with #71643F primary color and red secondary color.


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

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

This text has shadow with #71643F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71643F on black background.


Color preview on white background

This text has color #71643F on white background.



Black color preview on #71643F background

This text has black color on #71643F background.


White color preview on #71643F background

This text has white color on #71643F background.