COLOR #73644D

HEX: #73644D
RGB: (115,100,77)

Color info

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

RGB color model

#73644D color RGB value is (115,100,77).

  • red value is 115;
  • green value is 100;
  • blue value is 77.
RGB:
(115,100,77)
(45%,39%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 77 of 255 = 30%

115
100
77

R + G + B ~ 38%. #73644D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 77 = 292 (100%)
R 115 of 292 ~ 39.38%
G 100 of 292 ~ 34.25%
B 77 of 292 ~ 26.37%

%39.38
%34.25
%26.37

CMYK color model

#73644D color CMYK value is (0,13,33,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(0,13,33,55)
C0M13Y33K55 
(0%,13%,33%,55%)
(0.00/0.13/0.33/0.55)	

CMYK percentages

%0
%13.04
%33.04
%54.9

Codes

Color #73644D in popluar color models

73644D
RGB11510077
HSL36°19.79%37.65%
HSB/HSV36°33.04%45.10%
CMYK0.00%13.04%33.04%
54.90%

Color #73644D in popluar number systems.

HEX73644D
Decimal11510077
Binary111001111001001001101
Octal163144115

Shades and tints

Shades of #73644D

#73644D
(115,100,77)
#695B46
(105,91,70)
#5F523F
(95,82,63)
#554938
(85,73,56)
#4B4031
(75,64,49)
#41372A
(65,55,42)
#372E23
(55,46,35)
#2D251C
(45,37,28)
#231C15
(35,28,21)
#19130E
(25,19,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #73644D

#73644D
(115,100,77)
#7F725D
(127,114,93)
#8B806D
(139,128,109)
#978E7D
(151,142,125)
#A39C8D
(163,156,141)
#AFAA9D
(175,170,157)
#BBB8AD
(187,184,173)
#C7C6BD
(199,198,189)
#D3D4CD
(211,212,205)
#DFE2DD
(223,226,221)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73644D color. Also use rgb(115,100,77) instead hex code.

Text Font Color

.myTextColor { color: #73644D; }

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

This text font color is #73644D.


Background Color

.myBgColor { background-color: #73644D; }

<div style="background-color:#73644D">Inner text</div>

This div background color is #73644D.


Border color

.myBorderColor { border: 1px solid #73644D; }

<div style="border:3px solid #73644D">Div</div>

This div border color is #73644D.


Opacity

.myOpacity80 { color: #73644D; opacity: 0.8; }

<p style="color:#73644D;opacity:0.8;">80%</p>

Text with #73644D 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 #73644D;}

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

This text has shadow with #73644D color.

.textShadow {text-shadow: 3px 3px 1px #73644D, 3px 3px 1px red;}

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

This text has shadow with #73644D primary color and red secondary color.


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

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

This text has shadow with #73644D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73644D on black background.


Color preview on white background

This text has color #73644D on white background.



Black color preview on #73644D background

This text has black color on #73644D background.


White color preview on #73644D background

This text has white color on #73644D background.