COLOR #73724F

HEX: #73724F
RGB: (115,114,79)

Color info

#73724F contains red, green and blue colors in about the same proportion. Web safe color of #73724F is #666666 (or #666).

RGB color model

#73724F color RGB value is (115,114,79).

  • red value is 115;
  • green value is 114;
  • blue value is 79.
RGB:
(115,114,79)
(45%,45%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 79 of 255 = 31%

115
114
79

R + G + B ~ 40%. #73724F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 79 = 308 (100%)
R 115 of 308 ~ 37.34%
G 114 of 308 ~ 37.01%
B 79 of 308 ~ 25.65%

%37.34
%37.01
%25.65

CMYK color model

#73724F color CMYK value is (0,1,31,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(0,1,31,55)
C0M1Y31K55 
(0%,1%,31%,55%)
(0.00/0.01/0.31/0.55)	

CMYK percentages

%0
%0.87
%31.3
%54.9

Codes

Color #73724F in popluar color models

73724F
RGB11511479
HSL58°18.56%38.04%
HSB/HSV58°31.30%45.10%
CMYK0.00%0.87%31.30%
54.90%

Color #73724F in popluar number systems.

HEX73724F
Decimal11511479
Binary111001111100101001111
Octal163162117

Shades and tints

Shades of #73724F

#73724F
(115,114,79)
#696848
(105,104,72)
#5F5E41
(95,94,65)
#55543A
(85,84,58)
#4B4A33
(75,74,51)
#41402C
(65,64,44)
#373625
(55,54,37)
#2D2C1E
(45,44,30)
#232217
(35,34,23)
#191810
(25,24,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #73724F

#73724F
(115,114,79)
#7F7E5F
(127,126,95)
#8B8A6F
(139,138,111)
#97967F
(151,150,127)
#A3A28F
(163,162,143)
#AFAE9F
(175,174,159)
#BBBAAF
(187,186,175)
#C7C6BF
(199,198,191)
#D3D2CF
(211,210,207)
#DFDEDF
(223,222,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73724F color. Also use rgb(115,114,79) instead hex code.

Text Font Color

.myTextColor { color: #73724F; }

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

This text font color is #73724F.


Background Color

.myBgColor { background-color: #73724F; }

<div style="background-color:#73724F">Inner text</div>

This div background color is #73724F.


Border color

.myBorderColor { border: 1px solid #73724F; }

<div style="border:3px solid #73724F">Div</div>

This div border color is #73724F.


Opacity

.myOpacity80 { color: #73724F; opacity: 0.8; }

<p style="color:#73724F;opacity:0.8;">80%</p>

Text with #73724F 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 #73724F;}

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

This text has shadow with #73724F color.

.textShadow {text-shadow: 3px 3px 1px #73724F, 3px 3px 1px red;}

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

This text has shadow with #73724F primary color and red secondary color.


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

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

This text has shadow with #73724F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73724F on black background.


Color preview on white background

This text has color #73724F on white background.



Black color preview on #73724F background

This text has black color on #73724F background.


White color preview on #73724F background

This text has white color on #73724F background.