COLOR #73609D

HEX: #73609D
RGB: (115,96,157)

Color info

#73609D contains mainly red and blue colors. Web safe color of #73609D is #666699 (or #669).

RGB color model

#73609D color RGB value is (115,96,157).

  • red value is 115;
  • green value is 96;
  • blue value is 157.
RGB:
(115,96,157)
(45%,38%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 157 of 255 = 62%

115
96
157

R + G + B ~ 48%. #73609D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 157 = 368 (100%)
R 115 of 368 ~ 31.25%
G 96 of 368 ~ 26.09%
B 157 of 368 ~ 42.66%

%31.25
%26.09
%42.66

CMYK color model

#73609D color CMYK value is (27,39,0,38).

  • cyan value is 26.75%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,39,0,38)
C27M39Y0K38 
(27%,39%,0%,38%)
(0.27/0.39/0.00/0.38)	

CMYK percentages

%26.75
%38.85
%0
%38.43

Codes

Color #73609D in popluar color models

73609D
RGB11596157
HSL259°24.11%49.61%
HSB/HSV259°38.85%61.57%
CMYK26.75%38.85%0.00%
38.43%

Color #73609D in popluar number systems.

HEX73609D
Decimal11596157
Binary1110011110000010011101
Octal163140235

Shades and tints

Shades of #73609D

#73609D
(115,96,157)
#69588F
(105,88,143)
#5F5081
(95,80,129)
#554873
(85,72,115)
#4B4065
(75,64,101)
#413857
(65,56,87)
#373049
(55,48,73)
#2D283B
(45,40,59)
#23202D
(35,32,45)
#19181F
(25,24,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #73609D

#73609D
(115,96,157)
#7F6EA5
(127,110,165)
#8B7CAD
(139,124,173)
#978AB5
(151,138,181)
#A398BD
(163,152,189)
#AFA6C5
(175,166,197)
#BBB4CD
(187,180,205)
#C7C2D5
(199,194,213)
#D3D0DD
(211,208,221)
#DFDEE5
(223,222,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73609D color. Also use rgb(115,96,157) instead hex code.

Text Font Color

.myTextColor { color: #73609D; }

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

This text font color is #73609D.


Background Color

.myBgColor { background-color: #73609D; }

<div style="background-color:#73609D">Inner text</div>

This div background color is #73609D.


Border color

.myBorderColor { border: 1px solid #73609D; }

<div style="border:3px solid #73609D">Div</div>

This div border color is #73609D.


Opacity

.myOpacity80 { color: #73609D; opacity: 0.8; }

<p style="color:#73609D;opacity:0.8;">80%</p>

Text with #73609D 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 #73609D;}

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

This text has shadow with #73609D color.

.textShadow {text-shadow: 3px 3px 1px #73609D, 3px 3px 1px red;}

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

This text has shadow with #73609D primary color and red secondary color.


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

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

This text has shadow with #73609D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73609D on black background.


Color preview on white background

This text has color #73609D on white background.



Black color preview on #73609D background

This text has black color on #73609D background.


White color preview on #73609D background

This text has white color on #73609D background.