COLOR #72604C

HEX: #72604C
RGB: (114,96,76)

Color info

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

RGB color model

#72604C color RGB value is (114,96,76).

  • red value is 114;
  • green value is 96;
  • blue value is 76.
RGB:
(114,96,76)
(45%,38%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 96 of 255 = 38%
B 76 of 255 = 30%

114
96
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 96 + 76 = 286 (100%)
R 114 of 286 ~ 39.86%
G 96 of 286 ~ 33.57%
B 76 of 286 ~ 26.57%

%39.86
%33.57
%26.57

CMYK color model

#72604C color CMYK value is (0,16,33,55).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(0,16,33,55)
C0M16Y33K55 
(0%,16%,33%,55%)
(0.00/0.16/0.33/0.55)	

CMYK percentages

%0
%15.79
%33.33
%55.29

Codes

Color #72604C in popluar color models

72604C
RGB1149676
HSL32°20.00%37.25%
HSB/HSV32°33.33%44.71%
CMYK0.00%15.79%33.33%
55.29%

Color #72604C in popluar number systems.

HEX72604C
Decimal1149676
Binary111001011000001001100
Octal162140114

Shades and tints

Shades of #72604C

#72604C
(114,96,76)
#685846
(104,88,70)
#5E5040
(94,80,64)
#54483A
(84,72,58)
#4A4034
(74,64,52)
#40382E
(64,56,46)
#363028
(54,48,40)
#2C2822
(44,40,34)
#22201C
(34,32,28)
#181816
(24,24,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #72604C

#72604C
(114,96,76)
#7E6E5C
(126,110,92)
#8A7C6C
(138,124,108)
#968A7C
(150,138,124)
#A2988C
(162,152,140)
#AEA69C
(174,166,156)
#BAB4AC
(186,180,172)
#C6C2BC
(198,194,188)
#D2D0CC
(210,208,204)
#DEDEDC
(222,222,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72604C color. Also use rgb(114,96,76) instead hex code.

Text Font Color

.myTextColor { color: #72604C; }

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

This text font color is #72604C.


Background Color

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

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

This div background color is #72604C.


Border color

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

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

This div border color is #72604C.


Opacity

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

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

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

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

This text has shadow with #72604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72604C on black background.


Color preview on white background

This text has color #72604C on white background.



Black color preview on #72604C background

This text has black color on #72604C background.


White color preview on #72604C background

This text has white color on #72604C background.