COLOR #71644F

HEX: #71644F
RGB: (113,100,79)

Color info

#71644F contains red, green and blue colors in about the same proportion. Web safe color of #71644F is #666666 (or #666).

RGB color model

#71644F color RGB value is (113,100,79).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 79 of 255 = 31%

113
100
79

R + G + B ~ 38%. #71644F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 79 = 292 (100%)
R 113 of 292 ~ 38.7%
G 100 of 292 ~ 34.25%
B 79 of 292 ~ 27.05%

%38.7
%34.25
%27.05

CMYK color model

#71644F color CMYK value is (0,12,30,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(0,12,30,56)
C0M12Y30K56 
(0%,12%,30%,56%)
(0.00/0.12/0.30/0.56)	

CMYK percentages

%0
%11.5
%30.09
%55.69

Codes

Color #71644F in popluar color models

71644F
RGB11310079
HSL37°17.71%37.65%
HSB/HSV37°30.09%44.31%
CMYK0.00%11.50%30.09%
55.69%

Color #71644F in popluar number systems.

HEX71644F
Decimal11310079
Binary111000111001001001111
Octal161144117

Shades and tints

Shades of #71644F

#71644F
(113,100,79)
#675B48
(103,91,72)
#5D5241
(93,82,65)
#53493A
(83,73,58)
#494033
(73,64,51)
#3F372C
(63,55,44)
#352E25
(53,46,37)
#2B251E
(43,37,30)
#211C17
(33,28,23)
#171310
(23,19,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #71644F

#71644F
(113,100,79)
#7D725F
(125,114,95)
#89806F
(137,128,111)
#958E7F
(149,142,127)
#A19C8F
(161,156,143)
#ADAA9F
(173,170,159)
#B9B8AF
(185,184,175)
#C5C6BF
(197,198,191)
#D1D4CF
(209,212,207)
#DDE2DF
(221,226,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71644F; }

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

This text font color is #71644F.


Background Color

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

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

This div background color is #71644F.


Border color

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

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

This div border color is #71644F.


Opacity

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

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

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

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

This text has shadow with #71644F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71644F on black background.


Color preview on white background

This text has color #71644F on white background.



Black color preview on #71644F background

This text has black color on #71644F background.


White color preview on #71644F background

This text has white color on #71644F background.