COLOR #73798B

HEX: #73798B
RGB: (115,121,139)

Color info

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

RGB color model

#73798B color RGB value is (115,121,139).

  • red value is 115;
  • green value is 121;
  • blue value is 139.
RGB:
(115,121,139)
(45%,47%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 139 of 255 = 55%

115
121
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 139 = 375 (100%)
R 115 of 375 ~ 30.67%
G 121 of 375 ~ 32.27%
B 139 of 375 ~ 37.07%

%30.67
%32.27
%37.07

CMYK color model

#73798B color CMYK value is (17,13,0,45).

  • cyan value is 17.27%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,13,0,45)
C17M13Y0K45 
(17%,13%,0%,45%)
(0.17/0.13/0.00/0.45)	

CMYK percentages

%17.27
%12.95
%0
%45.49

Codes

Color #73798B in popluar color models

73798B
RGB115121139
HSL225°9.45%49.80%
HSB/HSV225°17.27%54.51%
CMYK17.27%12.95%0.00%
45.49%

Color #73798B in popluar number systems.

HEX73798B
Decimal115121139
Binary1110011111100110001011
Octal163171213

Shades and tints

Shades of #73798B

#73798B
(115,121,139)
#696E7F
(105,110,127)
#5F6373
(95,99,115)
#555867
(85,88,103)
#4B4D5B
(75,77,91)
#41424F
(65,66,79)
#373743
(55,55,67)
#2D2C37
(45,44,55)
#23212B
(35,33,43)
#19161F
(25,22,31)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #73798B

#73798B
(115,121,139)
#7F8595
(127,133,149)
#8B919F
(139,145,159)
#979DA9
(151,157,169)
#A3A9B3
(163,169,179)
#AFB5BD
(175,181,189)
#BBC1C7
(187,193,199)
#C7CDD1
(199,205,209)
#D3D9DB
(211,217,219)
#DFE5E5
(223,229,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73798B color. Also use rgb(115,121,139) instead hex code.

Text Font Color

.myTextColor { color: #73798B; }

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

This text font color is #73798B.


Background Color

.myBgColor { background-color: #73798B; }

<div style="background-color:#73798B">Inner text</div>

This div background color is #73798B.


Border color

.myBorderColor { border: 1px solid #73798B; }

<div style="border:3px solid #73798B">Div</div>

This div border color is #73798B.


Opacity

.myOpacity80 { color: #73798B; opacity: 0.8; }

<p style="color:#73798B;opacity:0.8;">80%</p>

Text with #73798B 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 #73798B;}

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

This text has shadow with #73798B color.

.textShadow {text-shadow: 3px 3px 1px #73798B, 3px 3px 1px red;}

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

This text has shadow with #73798B primary color and red secondary color.


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

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

This text has shadow with #73798B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73798B on black background.


Color preview on white background

This text has color #73798B on white background.



Black color preview on #73798B background

This text has black color on #73798B background.


White color preview on #73798B background

This text has white color on #73798B background.