COLOR #71694A

HEX: #71694A
RGB: (113,105,74)

Color info

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

RGB color model

#71694A color RGB value is (113,105,74).

  • red value is 113;
  • green value is 105;
  • blue value is 74.
RGB:
(113,105,74)
(44%,41%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 74 of 255 = 29%

113
105
74

R + G + B ~ 38%. #71694A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 74 = 292 (100%)
R 113 of 292 ~ 38.7%
G 105 of 292 ~ 35.96%
B 74 of 292 ~ 25.34%

%38.7
%35.96
%25.34

CMYK color model

#71694A color CMYK value is (0,7,35,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(0,7,35,56)
C0M7Y35K56 
(0%,7%,35%,56%)
(0.00/0.07/0.35/0.56)	

CMYK percentages

%0
%7.08
%34.51
%55.69

Codes

Color #71694A in popluar color models

71694A
RGB11310574
HSL48°20.86%36.67%
HSB/HSV48°34.51%44.31%
CMYK0.00%7.08%34.51%
55.69%

Color #71694A in popluar number systems.

HEX71694A
Decimal11310574
Binary111000111010011001010
Octal161151112

Shades and tints

Shades of #71694A

#71694A
(113,105,74)
#676044
(103,96,68)
#5D573E
(93,87,62)
#534E38
(83,78,56)
#494532
(73,69,50)
#3F3C2C
(63,60,44)
#353326
(53,51,38)
#2B2A20
(43,42,32)
#21211A
(33,33,26)
#171814
(23,24,20)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #71694A

#71694A
(113,105,74)
#7D765A
(125,118,90)
#89836A
(137,131,106)
#95907A
(149,144,122)
#A19D8A
(161,157,138)
#ADAA9A
(173,170,154)
#B9B7AA
(185,183,170)
#C5C4BA
(197,196,186)
#D1D1CA
(209,209,202)
#DDDEDA
(221,222,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71694A color. Also use rgb(113,105,74) instead hex code.

Text Font Color

.myTextColor { color: #71694A; }

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

This text font color is #71694A.


Background Color

.myBgColor { background-color: #71694A; }

<div style="background-color:#71694A">Inner text</div>

This div background color is #71694A.


Border color

.myBorderColor { border: 1px solid #71694A; }

<div style="border:3px solid #71694A">Div</div>

This div border color is #71694A.


Opacity

.myOpacity80 { color: #71694A; opacity: 0.8; }

<p style="color:#71694A;opacity:0.8;">80%</p>

Text with #71694A 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 #71694A;}

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

This text has shadow with #71694A color.

.textShadow {text-shadow: 3px 3px 1px #71694A, 3px 3px 1px red;}

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

This text has shadow with #71694A primary color and red secondary color.


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

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

This text has shadow with #71694A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71694A on black background.


Color preview on white background

This text has color #71694A on white background.



Black color preview on #71694A background

This text has black color on #71694A background.


White color preview on #71694A background

This text has white color on #71694A background.