COLOR #73525B

HEX: #73525B
RGB: (115,82,91)

Color info

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

RGB color model

#73525B color RGB value is (115,82,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 91 of 255 = 36%

115
82
91

R + G + B ~ 38%. #73525B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 91 = 288 (100%)
R 115 of 288 ~ 39.93%
G 82 of 288 ~ 28.47%
B 91 of 288 ~ 31.6%

%39.93
%28.47
%31.6

CMYK color model

#73525B color CMYK value is (0,29,21,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,29,21,55)
C0M29Y21K55 
(0%,29%,21%,55%)
(0.00/0.29/0.21/0.55)	

CMYK percentages

%0
%28.7
%20.87
%54.9

Codes

Color #73525B in popluar color models

73525B
RGB1158291
HSL344°16.75%38.63%
HSB/HSV344°28.70%45.10%
CMYK0.00%28.70%20.87%
54.90%

Color #73525B in popluar number systems.

HEX73525B
Decimal1158291
Binary111001110100101011011
Octal163122133

Shades and tints

Shades of #73525B

#73525B
(115,82,91)
#694B53
(105,75,83)
#5F444B
(95,68,75)
#553D43
(85,61,67)
#4B363B
(75,54,59)
#412F33
(65,47,51)
#37282B
(55,40,43)
#2D2123
(45,33,35)
#231A1B
(35,26,27)
#191313
(25,19,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #73525B

#73525B
(115,82,91)
#7F6169
(127,97,105)
#8B7077
(139,112,119)
#977F85
(151,127,133)
#A38E93
(163,142,147)
#AF9DA1
(175,157,161)
#BBACAF
(187,172,175)
#C7BBBD
(199,187,189)
#D3CACB
(211,202,203)
#DFD9D9
(223,217,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73525B color. Also use rgb(115,82,91) instead hex code.

Text Font Color

.myTextColor { color: #73525B; }

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

This text font color is #73525B.


Background Color

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

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

This div background color is #73525B.


Border color

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

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

This div border color is #73525B.


Opacity

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

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

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

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

This text has shadow with #73525B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73525B on black background.


Color preview on white background

This text has color #73525B on white background.



Black color preview on #73525B background

This text has black color on #73525B background.


White color preview on #73525B background

This text has white color on #73525B background.