COLOR #73703B

HEX: #73703B
RGB: (115,112,59)

Color info

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

RGB color model

#73703B color RGB value is (115,112,59).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 59 of 255 = 23%

115
112
59

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 59 = 286 (100%)
R 115 of 286 ~ 40.21%
G 112 of 286 ~ 39.16%
B 59 of 286 ~ 20.63%

%40.21
%39.16
%20.63

CMYK color model

#73703B color CMYK value is (0,3,49,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 48.70%
  • key color value is 54.90%
CMYK:
(0,3,49,55)
C0M3Y49K55 
(0%,3%,49%,55%)
(0.00/0.03/0.49/0.55)	

CMYK percentages

%0
%2.61
%48.7
%54.9

Codes

Color #73703B in popluar color models

73703B
RGB11511259
HSL57°32.18%34.12%
HSB/HSV57°48.70%45.10%
CMYK0.00%2.61%48.70%
54.90%

Color #73703B in popluar number systems.

HEX73703B
Decimal11511259
Binary11100111110000111011
Octal16316073

Shades and tints

Shades of #73703B

#73703B
(115,112,59)
#696636
(105,102,54)
#5F5C31
(95,92,49)
#55522C
(85,82,44)
#4B4827
(75,72,39)
#413E22
(65,62,34)
#37341D
(55,52,29)
#2D2A18
(45,42,24)
#232013
(35,32,19)
#19160E
(25,22,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #73703B

#73703B
(115,112,59)
#7F7D4C
(127,125,76)
#8B8A5D
(139,138,93)
#97976E
(151,151,110)
#A3A47F
(163,164,127)
#AFB190
(175,177,144)
#BBBEA1
(187,190,161)
#C7CBB2
(199,203,178)
#D3D8C3
(211,216,195)
#DFE5D4
(223,229,212)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73703B; }

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

This text font color is #73703B.


Background Color

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

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

This div background color is #73703B.


Border color

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

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

This div border color is #73703B.


Opacity

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

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

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

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

This text has shadow with #73703B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73703B on black background.


Color preview on white background

This text has color #73703B on white background.



Black color preview on #73703B background

This text has black color on #73703B background.


White color preview on #73703B background

This text has white color on #73703B background.