COLOR #71604A

HEX: #71604A
RGB: (113,96,74)

Color info

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

RGB color model

#71604A color RGB value is (113,96,74).

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

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 74 of 255 = 29%

113
96
74

R + G + B ~ 37%. #71604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 74 = 283 (100%)
R 113 of 283 ~ 39.93%
G 96 of 283 ~ 33.92%
B 74 of 283 ~ 26.15%

%39.93
%33.92
%26.15

CMYK color model

#71604A color CMYK value is (0,15,35,56).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(0,15,35,56)
C0M15Y35K56 
(0%,15%,35%,56%)
(0.00/0.15/0.35/0.56)	

CMYK percentages

%0
%15.04
%34.51
%55.69

Codes

Color #71604A in popluar color models

71604A
RGB1139674
HSL34°20.86%36.67%
HSB/HSV34°34.51%44.31%
CMYK0.00%15.04%34.51%
55.69%

Color #71604A in popluar number systems.

HEX71604A
Decimal1139674
Binary111000111000001001010
Octal161140112

Shades and tints

Shades of #71604A

#71604A
(113,96,74)
#675844
(103,88,68)
#5D503E
(93,80,62)
#534838
(83,72,56)
#494032
(73,64,50)
#3F382C
(63,56,44)
#353026
(53,48,38)
#2B2820
(43,40,32)
#21201A
(33,32,26)
#171814
(23,24,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #71604A

#71604A
(113,96,74)
#7D6E5A
(125,110,90)
#897C6A
(137,124,106)
#958A7A
(149,138,122)
#A1988A
(161,152,138)
#ADA69A
(173,166,154)
#B9B4AA
(185,180,170)
#C5C2BA
(197,194,186)
#D1D0CA
(209,208,202)
#DDDEDA
(221,222,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71604A; }

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

This text font color is #71604A.


Background Color

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

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

This div background color is #71604A.


Border color

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

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

This div border color is #71604A.


Opacity

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

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

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

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

This text has shadow with #71604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71604A on black background.


Color preview on white background

This text has color #71604A on white background.



Black color preview on #71604A background

This text has black color on #71604A background.


White color preview on #71604A background

This text has white color on #71604A background.