COLOR #73799E

HEX: #73799E
RGB: (115,121,158)

Color info

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

RGB color model

#73799E color RGB value is (115,121,158).

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

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 158 of 255 = 62%

115
121
158

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 158 = 394 (100%)
R 115 of 394 ~ 29.19%
G 121 of 394 ~ 30.71%
B 158 of 394 ~ 40.1%

%29.19
%30.71
%40.1

CMYK color model

#73799E color CMYK value is (27,23,0,38).

  • cyan value is 27.22%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,23,0,38)
C27M23Y0K38 
(27%,23%,0%,38%)
(0.27/0.23/0.00/0.38)	

CMYK percentages

%27.22
%23.42
%0
%38.04

Codes

Color #73799E in popluar color models

73799E
RGB115121158
HSL232°18.14%53.53%
HSB/HSV232°27.22%61.96%
CMYK27.22%23.42%0.00%
38.04%

Color #73799E in popluar number systems.

HEX73799E
Decimal115121158
Binary1110011111100110011110
Octal163171236

Shades and tints

Shades of #73799E

#73799E
(115,121,158)
#696E90
(105,110,144)
#5F6382
(95,99,130)
#555874
(85,88,116)
#4B4D66
(75,77,102)
#414258
(65,66,88)
#37374A
(55,55,74)
#2D2C3C
(45,44,60)
#23212E
(35,33,46)
#191620
(25,22,32)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #73799E

#73799E
(115,121,158)
#7F85A6
(127,133,166)
#8B91AE
(139,145,174)
#979DB6
(151,157,182)
#A3A9BE
(163,169,190)
#AFB5C6
(175,181,198)
#BBC1CE
(187,193,206)
#C7CDD6
(199,205,214)
#D3D9DE
(211,217,222)
#DFE5E6
(223,229,230)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73799E color. Also use rgb(115,121,158) instead hex code.

Text Font Color

.myTextColor { color: #73799E; }

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

This text font color is #73799E.


Background Color

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

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

This div background color is #73799E.


Border color

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

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

This div border color is #73799E.


Opacity

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

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

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

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

This text has shadow with #73799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73799E on black background.


Color preview on white background

This text has color #73799E on white background.



Black color preview on #73799E background

This text has black color on #73799E background.


White color preview on #73799E background

This text has white color on #73799E background.