COLOR #73704B

HEX: #73704B
RGB: (115,112,75)

Color info

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

RGB color model

#73704B color RGB value is (115,112,75).

  • red value is 115;
  • green value is 112;
  • blue value is 75.
RGB:
(115,112,75)
(45%,44%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 75 of 255 = 29%

115
112
75

R + G + B ~ 39%. #73704B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 75 = 302 (100%)
R 115 of 302 ~ 38.08%
G 112 of 302 ~ 37.09%
B 75 of 302 ~ 24.83%

%38.08
%37.09
%24.83

CMYK color model

#73704B color CMYK value is (0,3,35,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(0,3,35,55)
C0M3Y35K55 
(0%,3%,35%,55%)
(0.00/0.03/0.35/0.55)	

CMYK percentages

%0
%2.61
%34.78
%54.9

Codes

Color #73704B in popluar color models

73704B
RGB11511275
HSL56°21.05%37.25%
HSB/HSV56°34.78%45.10%
CMYK0.00%2.61%34.78%
54.90%

Color #73704B in popluar number systems.

HEX73704B
Decimal11511275
Binary111001111100001001011
Octal163160113

Shades and tints

Shades of #73704B

#73704B
(115,112,75)
#696645
(105,102,69)
#5F5C3F
(95,92,63)
#555239
(85,82,57)
#4B4833
(75,72,51)
#413E2D
(65,62,45)
#373427
(55,52,39)
#2D2A21
(45,42,33)
#23201B
(35,32,27)
#191615
(25,22,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #73704B

#73704B
(115,112,75)
#7F7D5B
(127,125,91)
#8B8A6B
(139,138,107)
#97977B
(151,151,123)
#A3A48B
(163,164,139)
#AFB19B
(175,177,155)
#BBBEAB
(187,190,171)
#C7CBBB
(199,203,187)
#D3D8CB
(211,216,203)
#DFE5DB
(223,229,219)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73704B color. Also use rgb(115,112,75) instead hex code.

Text Font Color

.myTextColor { color: #73704B; }

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

This text font color is #73704B.


Background Color

.myBgColor { background-color: #73704B; }

<div style="background-color:#73704B">Inner text</div>

This div background color is #73704B.


Border color

.myBorderColor { border: 1px solid #73704B; }

<div style="border:3px solid #73704B">Div</div>

This div border color is #73704B.


Opacity

.myOpacity80 { color: #73704B; opacity: 0.8; }

<p style="color:#73704B;opacity:0.8;">80%</p>

Text with #73704B 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 #73704B;}

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

This text has shadow with #73704B color.

.textShadow {text-shadow: 3px 3px 1px #73704B, 3px 3px 1px red;}

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

This text has shadow with #73704B primary color and red secondary color.


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

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

This text has shadow with #73704B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73704B on black background.


Color preview on white background

This text has color #73704B on white background.



Black color preview on #73704B background

This text has black color on #73704B background.


White color preview on #73704B background

This text has white color on #73704B background.