COLOR #73638D

HEX: #73638D
RGB: (115,99,141)

Color info

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

RGB color model

#73638D color RGB value is (115,99,141).

  • red value is 115;
  • green value is 99;
  • blue value is 141.
RGB:
(115,99,141)
(45%,39%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 99 of 255 = 39%
B 141 of 255 = 55%

115
99
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 99 + 141 = 355 (100%)
R 115 of 355 ~ 32.39%
G 99 of 355 ~ 27.89%
B 141 of 355 ~ 39.72%

%32.39
%27.89
%39.72

CMYK color model

#73638D color CMYK value is (18,30,0,45).

  • cyan value is 18.44%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,30,0,45)
C18M30Y0K45 
(18%,30%,0%,45%)
(0.18/0.30/0.00/0.45)	

CMYK percentages

%18.44
%29.79
%0
%44.71

Codes

Color #73638D in popluar color models

73638D
RGB11599141
HSL263°17.50%47.06%
HSB/HSV263°29.79%55.29%
CMYK18.44%29.79%0.00%
44.71%

Color #73638D in popluar number systems.

HEX73638D
Decimal11599141
Binary1110011110001110001101
Octal163143215

Shades and tints

Shades of #73638D

#73638D
(115,99,141)
#695A81
(105,90,129)
#5F5175
(95,81,117)
#554869
(85,72,105)
#4B3F5D
(75,63,93)
#413651
(65,54,81)
#372D45
(55,45,69)
#2D2439
(45,36,57)
#231B2D
(35,27,45)
#191221
(25,18,33)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #73638D

#73638D
(115,99,141)
#7F7197
(127,113,151)
#8B7FA1
(139,127,161)
#978DAB
(151,141,171)
#A39BB5
(163,155,181)
#AFA9BF
(175,169,191)
#BBB7C9
(187,183,201)
#C7C5D3
(199,197,211)
#D3D3DD
(211,211,221)
#DFE1E7
(223,225,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73638D color. Also use rgb(115,99,141) instead hex code.

Text Font Color

.myTextColor { color: #73638D; }

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

This text font color is #73638D.


Background Color

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

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

This div background color is #73638D.


Border color

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

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

This div border color is #73638D.


Opacity

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

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

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

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

This text has shadow with #73638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73638D on black background.


Color preview on white background

This text has color #73638D on white background.



Black color preview on #73638D background

This text has black color on #73638D background.


White color preview on #73638D background

This text has white color on #73638D background.