COLOR #71674C

HEX: #71674C
RGB: (113,103,76)

Color info

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

RGB color model

#71674C color RGB value is (113,103,76).

  • red value is 113;
  • green value is 103;
  • blue value is 76.
RGB:
(113,103,76)
(44%,40%,30%)

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 76 of 255 = 30%

113
103
76

R + G + B ~ 38%. #71674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 76 = 292 (100%)
R 113 of 292 ~ 38.7%
G 103 of 292 ~ 35.27%
B 76 of 292 ~ 26.03%

%38.7
%35.27
%26.03

CMYK color model

#71674C color CMYK value is (0,9,33,56).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(0,9,33,56)
C0M9Y33K56 
(0%,9%,33%,56%)
(0.00/0.09/0.33/0.56)	

CMYK percentages

%0
%8.85
%32.74
%55.69

Codes

Color #71674C in popluar color models

71674C
RGB11310376
HSL44°19.58%37.06%
HSB/HSV44°32.74%44.31%
CMYK0.00%8.85%32.74%
55.69%

Color #71674C in popluar number systems.

HEX71674C
Decimal11310376
Binary111000111001111001100
Octal161147114

Shades and tints

Shades of #71674C

#71674C
(113,103,76)
#675E46
(103,94,70)
#5D5540
(93,85,64)
#534C3A
(83,76,58)
#494334
(73,67,52)
#3F3A2E
(63,58,46)
#353128
(53,49,40)
#2B2822
(43,40,34)
#211F1C
(33,31,28)
#171616
(23,22,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #71674C

#71674C
(113,103,76)
#7D745C
(125,116,92)
#89816C
(137,129,108)
#958E7C
(149,142,124)
#A19B8C
(161,155,140)
#ADA89C
(173,168,156)
#B9B5AC
(185,181,172)
#C5C2BC
(197,194,188)
#D1CFCC
(209,207,204)
#DDDCDC
(221,220,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71674C color. Also use rgb(113,103,76) instead hex code.

Text Font Color

.myTextColor { color: #71674C; }

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

This text font color is #71674C.


Background Color

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

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

This div background color is #71674C.


Border color

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

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

This div border color is #71674C.


Opacity

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

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

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

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

This text has shadow with #71674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71674C on black background.


Color preview on white background

This text has color #71674C on white background.



Black color preview on #71674C background

This text has black color on #71674C background.


White color preview on #71674C background

This text has white color on #71674C background.