COLOR #73495B

HEX: #73495B
RGB: (115,73,91)

Color info

#73495B contains red, green and blue colors in about the same proportion. Web safe color of #73495B is #663366 (or #636).

RGB color model

#73495B color RGB value is (115,73,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 91 of 255 = 36%

115
73
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 91 = 279 (100%)
R 115 of 279 ~ 41.22%
G 73 of 279 ~ 26.16%
B 91 of 279 ~ 32.62%

%41.22
%26.16
%32.62

CMYK color model

#73495B color CMYK value is (0,37,21,55).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,37,21,55)
C0M37Y21K55 
(0%,37%,21%,55%)
(0.00/0.37/0.21/0.55)	

CMYK percentages

%0
%36.52
%20.87
%54.9

Codes

Color #73495B in popluar color models

73495B
RGB1157391
HSL334°22.34%36.86%
HSB/HSV334°36.52%45.10%
CMYK0.00%36.52%20.87%
54.90%

Color #73495B in popluar number systems.

HEX73495B
Decimal1157391
Binary111001110010011011011
Octal163111133

Shades and tints

Shades of #73495B

#73495B
(115,73,91)
#694353
(105,67,83)
#5F3D4B
(95,61,75)
#553743
(85,55,67)
#4B313B
(75,49,59)
#412B33
(65,43,51)
#37252B
(55,37,43)
#2D1F23
(45,31,35)
#23191B
(35,25,27)
#191313
(25,19,19)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #73495B

#73495B
(115,73,91)
#7F5969
(127,89,105)
#8B6977
(139,105,119)
#977985
(151,121,133)
#A38993
(163,137,147)
#AF99A1
(175,153,161)
#BBA9AF
(187,169,175)
#C7B9BD
(199,185,189)
#D3C9CB
(211,201,203)
#DFD9D9
(223,217,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73495B; }

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

This text font color is #73495B.


Background Color

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

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

This div background color is #73495B.


Border color

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

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

This div border color is #73495B.


Opacity

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

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

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

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

This text has shadow with #73495B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73495B on black background.


Color preview on white background

This text has color #73495B on white background.



Black color preview on #73495B background

This text has black color on #73495B background.


White color preview on #73495B background

This text has white color on #73495B background.