COLOR #73807B

HEX: #73807B
RGB: (115,128,123)

Color info

#73807B contains red, green and blue colors in about the same proportion. Web safe color of #73807B is #666666 (or #666).

RGB color model

#73807B color RGB value is (115,128,123).

  • red value is 115;
  • green value is 128;
  • blue value is 123.
RGB:
(115,128,123)
(45%,50%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 123 of 255 = 48%

115
128
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 128 + 123 = 366 (100%)
R 115 of 366 ~ 31.42%
G 128 of 366 ~ 34.97%
B 123 of 366 ~ 33.61%

%31.42
%34.97
%33.61

CMYK color model

#73807B color CMYK value is (10,0,4,50).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(10,0,4,50)
C10M0Y4K50 
(10%,0%,4%,50%)
(0.10/0.00/0.04/0.50)	

CMYK percentages

%10.16
%0
%3.91
%49.8

Codes

Color #73807B in popluar color models

73807B
RGB115128123
HSL157°5.35%47.65%
HSB/HSV157°10.16%50.20%
CMYK10.16%0.00%3.91%
49.80%

Color #73807B in popluar number systems.

HEX73807B
Decimal115128123
Binary1110011100000001111011
Octal163200173

Shades and tints

Shades of #73807B

#73807B
(115,128,123)
#697570
(105,117,112)
#5F6A65
(95,106,101)
#555F5A
(85,95,90)
#4B544F
(75,84,79)
#414944
(65,73,68)
#373E39
(55,62,57)
#2D332E
(45,51,46)
#232823
(35,40,35)
#191D18
(25,29,24)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #73807B

#73807B
(115,128,123)
#7F8B87
(127,139,135)
#8B9693
(139,150,147)
#97A19F
(151,161,159)
#A3ACAB
(163,172,171)
#AFB7B7
(175,183,183)
#BBC2C3
(187,194,195)
#C7CDCF
(199,205,207)
#D3D8DB
(211,216,219)
#DFE3E7
(223,227,231)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73807B color. Also use rgb(115,128,123) instead hex code.

Text Font Color

.myTextColor { color: #73807B; }

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

This text font color is #73807B.


Background Color

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

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

This div background color is #73807B.


Border color

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

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

This div border color is #73807B.


Opacity

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

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

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

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

This text has shadow with #73807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73807B on black background.


Color preview on white background

This text has color #73807B on white background.



Black color preview on #73807B background

This text has black color on #73807B background.


White color preview on #73807B background

This text has white color on #73807B background.