COLOR #73847E

HEX: #73847E
RGB: (115,132,126)

Color info

#73847E contains red, green and blue colors in about the same proportion. Web safe color of #73847E is #669966 (or #696).

RGB color model

#73847E color RGB value is (115,132,126).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 126 of 255 = 49%

115
132
126

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 126 = 373 (100%)
R 115 of 373 ~ 30.83%
G 132 of 373 ~ 35.39%
B 126 of 373 ~ 33.78%

%30.83
%35.39
%33.78

CMYK color model

#73847E color CMYK value is (13,0,5,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(13,0,5,48)
C13M0Y5K48 
(13%,0%,5%,48%)
(0.13/0.00/0.05/0.48)	

CMYK percentages

%12.88
%0
%4.55
%48.24

Codes

Color #73847E in popluar color models

73847E
RGB115132126
HSL159°6.88%48.43%
HSB/HSV159°12.88%51.76%
CMYK12.88%0.00%4.55%
48.24%

Color #73847E in popluar number systems.

HEX73847E
Decimal115132126
Binary1110011100001001111110
Octal163204176

Shades and tints

Shades of #73847E

#73847E
(115,132,126)
#697873
(105,120,115)
#5F6C68
(95,108,104)
#55605D
(85,96,93)
#4B5452
(75,84,82)
#414847
(65,72,71)
#373C3C
(55,60,60)
#2D3031
(45,48,49)
#232426
(35,36,38)
#19181B
(25,24,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #73847E

#73847E
(115,132,126)
#7F8F89
(127,143,137)
#8B9A94
(139,154,148)
#97A59F
(151,165,159)
#A3B0AA
(163,176,170)
#AFBBB5
(175,187,181)
#BBC6C0
(187,198,192)
#C7D1CB
(199,209,203)
#D3DCD6
(211,220,214)
#DFE7E1
(223,231,225)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73847E color. Also use rgb(115,132,126) instead hex code.

Text Font Color

.myTextColor { color: #73847E; }

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

This text font color is #73847E.


Background Color

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

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

This div background color is #73847E.


Border color

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

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

This div border color is #73847E.


Opacity

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

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

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

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

This text has shadow with #73847E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73847E on black background.


Color preview on white background

This text has color #73847E on white background.



Black color preview on #73847E background

This text has black color on #73847E background.


White color preview on #73847E background

This text has white color on #73847E background.