COLOR #73858D

HEX: #73858D
RGB: (115,133,141)

Color info

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

RGB color model

#73858D color RGB value is (115,133,141).

  • red value is 115;
  • green value is 133;
  • blue value is 141.
RGB:
(115,133,141)
(45%,52%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 141 of 255 = 55%

115
133
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 141 = 389 (100%)
R 115 of 389 ~ 29.56%
G 133 of 389 ~ 34.19%
B 141 of 389 ~ 36.25%

%29.56
%34.19
%36.25

CMYK color model

#73858D color CMYK value is (18,6,0,45).

  • cyan value is 18.44%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,6,0,45)
C18M6Y0K45 
(18%,6%,0%,45%)
(0.18/0.06/0.00/0.45)	

CMYK percentages

%18.44
%5.67
%0
%44.71

Codes

Color #73858D in popluar color models

73858D
RGB115133141
HSL198°10.24%50.20%
HSB/HSV198°18.44%55.29%
CMYK18.44%5.67%0.00%
44.71%

Color #73858D in popluar number systems.

HEX73858D
Decimal115133141
Binary11100111000010110001101
Octal163205215

Shades and tints

Shades of #73858D

#73858D
(115,133,141)
#697981
(105,121,129)
#5F6D75
(95,109,117)
#556169
(85,97,105)
#4B555D
(75,85,93)
#414951
(65,73,81)
#373D45
(55,61,69)
#2D3139
(45,49,57)
#23252D
(35,37,45)
#191921
(25,25,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #73858D

#73858D
(115,133,141)
#7F9097
(127,144,151)
#8B9BA1
(139,155,161)
#97A6AB
(151,166,171)
#A3B1B5
(163,177,181)
#AFBCBF
(175,188,191)
#BBC7C9
(187,199,201)
#C7D2D3
(199,210,211)
#D3DDDD
(211,221,221)
#DFE8E7
(223,232,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73858D color. Also use rgb(115,133,141) instead hex code.

Text Font Color

.myTextColor { color: #73858D; }

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

This text font color is #73858D.


Background Color

.myBgColor { background-color: #73858D; }

<div style="background-color:#73858D">Inner text</div>

This div background color is #73858D.


Border color

.myBorderColor { border: 1px solid #73858D; }

<div style="border:3px solid #73858D">Div</div>

This div border color is #73858D.


Opacity

.myOpacity80 { color: #73858D; opacity: 0.8; }

<p style="color:#73858D;opacity:0.8;">80%</p>

Text with #73858D 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 #73858D;}

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

This text has shadow with #73858D color.

.textShadow {text-shadow: 3px 3px 1px #73858D, 3px 3px 1px red;}

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

This text has shadow with #73858D primary color and red secondary color.


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

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

This text has shadow with #73858D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73858D on black background.


Color preview on white background

This text has color #73858D on white background.



Black color preview on #73858D background

This text has black color on #73858D background.


White color preview on #73858D background

This text has white color on #73858D background.