COLOR #73668C

HEX: #73668C
RGB: (115,102,140)

Color info

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

RGB color model

#73668C color RGB value is (115,102,140).

  • red value is 115;
  • green value is 102;
  • blue value is 140.
RGB:
(115,102,140)
(45%,40%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 102 of 255 = 40%
B 140 of 255 = 55%

115
102
140

R + G + B ~ 47%. #73668C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 102 + 140 = 357 (100%)
R 115 of 357 ~ 32.21%
G 102 of 357 ~ 28.57%
B 140 of 357 ~ 39.22%

%32.21
%28.57
%39.22

CMYK color model

#73668C color CMYK value is (18,27,0,45).

  • cyan value is 17.86%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(18,27,0,45)
C18M27Y0K45 
(18%,27%,0%,45%)
(0.18/0.27/0.00/0.45)	

CMYK percentages

%17.86
%27.14
%0
%45.1

Codes

Color #73668C in popluar color models

73668C
RGB115102140
HSL261°15.70%47.45%
HSB/HSV261°27.14%54.90%
CMYK17.86%27.14%0.00%
45.10%

Color #73668C in popluar number systems.

HEX73668C
Decimal115102140
Binary1110011110011010001100
Octal163146214

Shades and tints

Shades of #73668C

#73668C
(115,102,140)
#695D80
(105,93,128)
#5F5474
(95,84,116)
#554B68
(85,75,104)
#4B425C
(75,66,92)
#413950
(65,57,80)
#373044
(55,48,68)
#2D2738
(45,39,56)
#231E2C
(35,30,44)
#191520
(25,21,32)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #73668C

#73668C
(115,102,140)
#7F7396
(127,115,150)
#8B80A0
(139,128,160)
#978DAA
(151,141,170)
#A39AB4
(163,154,180)
#AFA7BE
(175,167,190)
#BBB4C8
(187,180,200)
#C7C1D2
(199,193,210)
#D3CEDC
(211,206,220)
#DFDBE6
(223,219,230)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73668C color. Also use rgb(115,102,140) instead hex code.

Text Font Color

.myTextColor { color: #73668C; }

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

This text font color is #73668C.


Background Color

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

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

This div background color is #73668C.


Border color

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

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

This div border color is #73668C.


Opacity

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

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

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

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

This text has shadow with #73668C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73668C on black background.


Color preview on white background

This text has color #73668C on white background.



Black color preview on #73668C background

This text has black color on #73668C background.


White color preview on #73668C background

This text has white color on #73668C background.