COLOR #73849A

HEX: #73849A
RGB: (115,132,154)

Color info

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

RGB color model

#73849A color RGB value is (115,132,154).

  • red value is 115;
  • green value is 132;
  • blue value is 154.
RGB:
(115,132,154)
(45%,52%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 154 of 255 = 60%

115
132
154

R + G + B ~ 52%. #73849A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 154 = 401 (100%)
R 115 of 401 ~ 28.68%
G 132 of 401 ~ 32.92%
B 154 of 401 ~ 38.4%

%28.68
%32.92
%38.4

CMYK color model

#73849A color CMYK value is (25,14,0,40).

  • cyan value is 25.32%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(25,14,0,40)
C25M14Y0K40 
(25%,14%,0%,40%)
(0.25/0.14/0.00/0.40)	

CMYK percentages

%25.32
%14.29
%0
%39.61

Codes

Color #73849A in popluar color models

73849A
RGB115132154
HSL214°16.18%52.75%
HSB/HSV214°25.32%60.39%
CMYK25.32%14.29%0.00%
39.61%

Color #73849A in popluar number systems.

HEX73849A
Decimal115132154
Binary11100111000010010011010
Octal163204232

Shades and tints

Shades of #73849A

#73849A
(115,132,154)
#69788C
(105,120,140)
#5F6C7E
(95,108,126)
#556070
(85,96,112)
#4B5462
(75,84,98)
#414854
(65,72,84)
#373C46
(55,60,70)
#2D3038
(45,48,56)
#23242A
(35,36,42)
#19181C
(25,24,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #73849A

#73849A
(115,132,154)
#7F8FA3
(127,143,163)
#8B9AAC
(139,154,172)
#97A5B5
(151,165,181)
#A3B0BE
(163,176,190)
#AFBBC7
(175,187,199)
#BBC6D0
(187,198,208)
#C7D1D9
(199,209,217)
#D3DCE2
(211,220,226)
#DFE7EB
(223,231,235)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73849A color. Also use rgb(115,132,154) instead hex code.

Text Font Color

.myTextColor { color: #73849A; }

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

This text font color is #73849A.


Background Color

.myBgColor { background-color: #73849A; }

<div style="background-color:#73849A">Inner text</div>

This div background color is #73849A.


Border color

.myBorderColor { border: 1px solid #73849A; }

<div style="border:3px solid #73849A">Div</div>

This div border color is #73849A.


Opacity

.myOpacity80 { color: #73849A; opacity: 0.8; }

<p style="color:#73849A;opacity:0.8;">80%</p>

Text with #73849A 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 #73849A;}

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

This text has shadow with #73849A color.

.textShadow {text-shadow: 3px 3px 1px #73849A, 3px 3px 1px red;}

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

This text has shadow with #73849A primary color and red secondary color.


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

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

This text has shadow with #73849A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73849A on black background.


Color preview on white background

This text has color #73849A on white background.



Black color preview on #73849A background

This text has black color on #73849A background.


White color preview on #73849A background

This text has white color on #73849A background.