COLOR #73839F

HEX: #73839F
RGB: (115,131,159)

Color info

#73839F contains red, green and blue colors in about the same proportion. Web safe color of #73839F is #669999 (or #699).

RGB color model

#73839F color RGB value is (115,131,159).

  • red value is 115;
  • green value is 131;
  • blue value is 159.
RGB:
(115,131,159)
(45%,51%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 159 of 255 = 62%

115
131
159

R + G + B ~ 53%. #73839F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 159 = 405 (100%)
R 115 of 405 ~ 28.4%
G 131 of 405 ~ 32.35%
B 159 of 405 ~ 39.26%

%28.4
%32.35
%39.26

CMYK color model

#73839F color CMYK value is (28,18,0,38).

  • cyan value is 27.67%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(28,18,0,38)
C28M18Y0K38 
(28%,18%,0%,38%)
(0.28/0.18/0.00/0.38)	

CMYK percentages

%27.67
%17.61
%0
%37.65

Codes

Color #73839F in popluar color models

73839F
RGB115131159
HSL218°18.64%53.73%
HSB/HSV218°27.67%62.35%
CMYK27.67%17.61%0.00%
37.65%

Color #73839F in popluar number systems.

HEX73839F
Decimal115131159
Binary11100111000001110011111
Octal163203237

Shades and tints

Shades of #73839F

#73839F
(115,131,159)
#697891
(105,120,145)
#5F6D83
(95,109,131)
#556275
(85,98,117)
#4B5767
(75,87,103)
#414C59
(65,76,89)
#37414B
(55,65,75)
#2D363D
(45,54,61)
#232B2F
(35,43,47)
#192021
(25,32,33)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73839F

#73839F
(115,131,159)
#7F8EA7
(127,142,167)
#8B99AF
(139,153,175)
#97A4B7
(151,164,183)
#A3AFBF
(163,175,191)
#AFBAC7
(175,186,199)
#BBC5CF
(187,197,207)
#C7D0D7
(199,208,215)
#D3DBDF
(211,219,223)
#DFE6E7
(223,230,231)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73839F color. Also use rgb(115,131,159) instead hex code.

Text Font Color

.myTextColor { color: #73839F; }

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

This text font color is #73839F.


Background Color

.myBgColor { background-color: #73839F; }

<div style="background-color:#73839F">Inner text</div>

This div background color is #73839F.


Border color

.myBorderColor { border: 1px solid #73839F; }

<div style="border:3px solid #73839F">Div</div>

This div border color is #73839F.


Opacity

.myOpacity80 { color: #73839F; opacity: 0.8; }

<p style="color:#73839F;opacity:0.8;">80%</p>

Text with #73839F 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 #73839F;}

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

This text has shadow with #73839F color.

.textShadow {text-shadow: 3px 3px 1px #73839F, 3px 3px 1px red;}

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

This text has shadow with #73839F primary color and red secondary color.


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

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

This text has shadow with #73839F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73839F on black background.


Color preview on white background

This text has color #73839F on white background.



Black color preview on #73839F background

This text has black color on #73839F background.


White color preview on #73839F background

This text has white color on #73839F background.