COLOR #73725A

HEX: #73725A
RGB: (115,114,90)

Color info

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

RGB color model

#73725A color RGB value is (115,114,90).

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

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 90 of 255 = 35%

115
114
90

R + G + B ~ 42%. #73725A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 90 = 319 (100%)
R 115 of 319 ~ 36.05%
G 114 of 319 ~ 35.74%
B 90 of 319 ~ 28.21%

%36.05
%35.74
%28.21

CMYK color model

#73725A color CMYK value is (0,1,22,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(0,1,22,55)
C0M1Y22K55 
(0%,1%,22%,55%)
(0.00/0.01/0.22/0.55)	

CMYK percentages

%0
%0.87
%21.74
%54.9

Codes

Color #73725A in popluar color models

73725A
RGB11511490
HSL58°12.20%40.20%
HSB/HSV58°21.74%45.10%
CMYK0.00%0.87%21.74%
54.90%

Color #73725A in popluar number systems.

HEX73725A
Decimal11511490
Binary111001111100101011010
Octal163162132

Shades and tints

Shades of #73725A

#73725A
(115,114,90)
#696852
(105,104,82)
#5F5E4A
(95,94,74)
#555442
(85,84,66)
#4B4A3A
(75,74,58)
#414032
(65,64,50)
#37362A
(55,54,42)
#2D2C22
(45,44,34)
#23221A
(35,34,26)
#191812
(25,24,18)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #73725A

#73725A
(115,114,90)
#7F7E69
(127,126,105)
#8B8A78
(139,138,120)
#979687
(151,150,135)
#A3A296
(163,162,150)
#AFAEA5
(175,174,165)
#BBBAB4
(187,186,180)
#C7C6C3
(199,198,195)
#D3D2D2
(211,210,210)
#DFDEE1
(223,222,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73725A color. Also use rgb(115,114,90) instead hex code.

Text Font Color

.myTextColor { color: #73725A; }

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

This text font color is #73725A.


Background Color

.myBgColor { background-color: #73725A; }

<div style="background-color:#73725A">Inner text</div>

This div background color is #73725A.


Border color

.myBorderColor { border: 1px solid #73725A; }

<div style="border:3px solid #73725A">Div</div>

This div border color is #73725A.


Opacity

.myOpacity80 { color: #73725A; opacity: 0.8; }

<p style="color:#73725A;opacity:0.8;">80%</p>

Text with #73725A 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 #73725A;}

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

This text has shadow with #73725A color.

.textShadow {text-shadow: 3px 3px 1px #73725A, 3px 3px 1px red;}

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

This text has shadow with #73725A primary color and red secondary color.


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

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

This text has shadow with #73725A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73725A on black background.


Color preview on white background

This text has color #73725A on white background.



Black color preview on #73725A background

This text has black color on #73725A background.


White color preview on #73725A background

This text has white color on #73725A background.