COLOR #73748E

HEX: #73748E
RGB: (115,116,142)

Color info

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

RGB color model

#73748E color RGB value is (115,116,142).

  • red value is 115;
  • green value is 116;
  • blue value is 142.
RGB:
(115,116,142)
(45%,45%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 142 of 255 = 56%

115
116
142

R + G + B ~ 49%. #73748E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 142 = 373 (100%)
R 115 of 373 ~ 30.83%
G 116 of 373 ~ 31.1%
B 142 of 373 ~ 38.07%

%30.83
%31.1
%38.07

CMYK color model

#73748E color CMYK value is (19,18,0,44).

  • cyan value is 19.01%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(19,18,0,44)
C19M18Y0K44 
(19%,18%,0%,44%)
(0.19/0.18/0.00/0.44)	

CMYK percentages

%19.01
%18.31
%0
%44.31

Codes

Color #73748E in popluar color models

73748E
RGB115116142
HSL238°10.67%50.39%
HSB/HSV238°19.01%55.69%
CMYK19.01%18.31%0.00%
44.31%

Color #73748E in popluar number systems.

HEX73748E
Decimal115116142
Binary1110011111010010001110
Octal163164216

Shades and tints

Shades of #73748E

#73748E
(115,116,142)
#696A82
(105,106,130)
#5F6076
(95,96,118)
#55566A
(85,86,106)
#4B4C5E
(75,76,94)
#414252
(65,66,82)
#373846
(55,56,70)
#2D2E3A
(45,46,58)
#23242E
(35,36,46)
#191A22
(25,26,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #73748E

#73748E
(115,116,142)
#7F8098
(127,128,152)
#8B8CA2
(139,140,162)
#9798AC
(151,152,172)
#A3A4B6
(163,164,182)
#AFB0C0
(175,176,192)
#BBBCCA
(187,188,202)
#C7C8D4
(199,200,212)
#D3D4DE
(211,212,222)
#DFE0E8
(223,224,232)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73748E color. Also use rgb(115,116,142) instead hex code.

Text Font Color

.myTextColor { color: #73748E; }

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

This text font color is #73748E.


Background Color

.myBgColor { background-color: #73748E; }

<div style="background-color:#73748E">Inner text</div>

This div background color is #73748E.


Border color

.myBorderColor { border: 1px solid #73748E; }

<div style="border:3px solid #73748E">Div</div>

This div border color is #73748E.


Opacity

.myOpacity80 { color: #73748E; opacity: 0.8; }

<p style="color:#73748E;opacity:0.8;">80%</p>

Text with #73748E 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 #73748E;}

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

This text has shadow with #73748E color.

.textShadow {text-shadow: 3px 3px 1px #73748E, 3px 3px 1px red;}

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

This text has shadow with #73748E primary color and red secondary color.


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

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

This text has shadow with #73748E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73748E on black background.


Color preview on white background

This text has color #73748E on white background.



Black color preview on #73748E background

This text has black color on #73748E background.


White color preview on #73748E background

This text has white color on #73748E background.