COLOR #73659A

HEX: #73659A
RGB: (115,101,154)

Color info

#73659A contains red, green and blue colors in about the same proportion. Web safe color of #73659A is #666699 (or #669).

RGB color model

#73659A color RGB value is (115,101,154).

  • red value is 115;
  • green value is 101;
  • blue value is 154.
RGB:
(115,101,154)
(45%,40%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 154 of 255 = 60%

115
101
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 154 = 370 (100%)
R 115 of 370 ~ 31.08%
G 101 of 370 ~ 27.3%
B 154 of 370 ~ 41.62%

%31.08
%27.3
%41.62

CMYK color model

#73659A color CMYK value is (25,34,0,40).

  • cyan value is 25.32%
  • magenta value is 34.42%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(25,34,0,40)
C25M34Y0K40 
(25%,34%,0%,40%)
(0.25/0.34/0.00/0.40)	

CMYK percentages

%25.32
%34.42
%0
%39.61

Codes

Color #73659A in popluar color models

73659A
RGB115101154
HSL256°20.78%50.00%
HSB/HSV256°34.42%60.39%
CMYK25.32%34.42%0.00%
39.61%

Color #73659A in popluar number systems.

HEX73659A
Decimal115101154
Binary1110011110010110011010
Octal163145232

Shades and tints

Shades of #73659A

#73659A
(115,101,154)
#695C8C
(105,92,140)
#5F537E
(95,83,126)
#554A70
(85,74,112)
#4B4162
(75,65,98)
#413854
(65,56,84)
#372F46
(55,47,70)
#2D2638
(45,38,56)
#231D2A
(35,29,42)
#19141C
(25,20,28)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #73659A

#73659A
(115,101,154)
#7F73A3
(127,115,163)
#8B81AC
(139,129,172)
#978FB5
(151,143,181)
#A39DBE
(163,157,190)
#AFABC7
(175,171,199)
#BBB9D0
(187,185,208)
#C7C7D9
(199,199,217)
#D3D5E2
(211,213,226)
#DFE3EB
(223,227,235)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73659A color. Also use rgb(115,101,154) instead hex code.

Text Font Color

.myTextColor { color: #73659A; }

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

This text font color is #73659A.


Background Color

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

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

This div background color is #73659A.


Border color

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

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

This div border color is #73659A.


Opacity

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

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

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

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

This text has shadow with #73659A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73659A on black background.


Color preview on white background

This text has color #73659A on white background.



Black color preview on #73659A background

This text has black color on #73659A background.


White color preview on #73659A background

This text has white color on #73659A background.