COLOR #73524C

HEX: #73524C
RGB: (115,82,76)

Color info

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

RGB color model

#73524C color RGB value is (115,82,76).

  • red value is 115;
  • green value is 82;
  • blue value is 76.
RGB:
(115,82,76)
(45%,32%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 76 of 255 = 30%

115
82
76

R + G + B ~ 36%. #73524C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 76 = 273 (100%)
R 115 of 273 ~ 42.12%
G 82 of 273 ~ 30.04%
B 76 of 273 ~ 27.84%

%42.12
%30.04
%27.84

CMYK color model

#73524C color CMYK value is (0,29,34,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,29,34,55)
C0M29Y34K55 
(0%,29%,34%,55%)
(0.00/0.29/0.34/0.55)	

CMYK percentages

%0
%28.7
%33.91
%54.9

Codes

Color #73524C in popluar color models

73524C
RGB1158276
HSL20.42%37.45%
HSB/HSV33.91%45.10%
CMYK0.00%28.70%33.91%
54.90%

Color #73524C in popluar number systems.

HEX73524C
Decimal1158276
Binary111001110100101001100
Octal163122114

Shades and tints

Shades of #73524C

#73524C
(115,82,76)
#694B46
(105,75,70)
#5F4440
(95,68,64)
#553D3A
(85,61,58)
#4B3634
(75,54,52)
#412F2E
(65,47,46)
#372828
(55,40,40)
#2D2122
(45,33,34)
#231A1C
(35,26,28)
#191316
(25,19,22)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #73524C

#73524C
(115,82,76)
#7F615C
(127,97,92)
#8B706C
(139,112,108)
#977F7C
(151,127,124)
#A38E8C
(163,142,140)
#AF9D9C
(175,157,156)
#BBACAC
(187,172,172)
#C7BBBC
(199,187,188)
#D3CACC
(211,202,204)
#DFD9DC
(223,217,220)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73524C color. Also use rgb(115,82,76) instead hex code.

Text Font Color

.myTextColor { color: #73524C; }

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

This text font color is #73524C.


Background Color

.myBgColor { background-color: #73524C; }

<div style="background-color:#73524C">Inner text</div>

This div background color is #73524C.


Border color

.myBorderColor { border: 1px solid #73524C; }

<div style="border:3px solid #73524C">Div</div>

This div border color is #73524C.


Opacity

.myOpacity80 { color: #73524C; opacity: 0.8; }

<p style="color:#73524C;opacity:0.8;">80%</p>

Text with #73524C 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 #73524C;}

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

This text has shadow with #73524C color.

.textShadow {text-shadow: 3px 3px 1px #73524C, 3px 3px 1px red;}

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

This text has shadow with #73524C primary color and red secondary color.


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

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

This text has shadow with #73524C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73524C on black background.


Color preview on white background

This text has color #73524C on white background.



Black color preview on #73524C background

This text has black color on #73524C background.


White color preview on #73524C background

This text has white color on #73524C background.