COLOR #73938E

HEX: #73938E
RGB: (115,147,142)

Color info

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

RGB color model

#73938E color RGB value is (115,147,142).

  • red value is 115;
  • green value is 147;
  • blue value is 142.
RGB:
(115,147,142)
(45%,58%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 142 of 255 = 56%

115
147
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 142 = 404 (100%)
R 115 of 404 ~ 28.47%
G 147 of 404 ~ 36.39%
B 142 of 404 ~ 35.15%

%28.47
%36.39
%35.15

CMYK color model

#73938E color CMYK value is (22,0,3,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK:
(22,0,3,42)
C22M0Y3K42 
(22%,0%,3%,42%)
(0.22/0.00/0.03/0.42)	

CMYK percentages

%21.77
%0
%3.4
%42.35

Codes

Color #73938E in popluar color models

73938E
RGB115147142
HSL171°12.90%51.37%
HSB/HSV171°21.77%57.65%
CMYK21.77%0.00%3.40%
42.35%

Color #73938E in popluar number systems.

HEX73938E
Decimal115147142
Binary11100111001001110001110
Octal163223216

Shades and tints

Shades of #73938E

#73938E
(115,147,142)
#698682
(105,134,130)
#5F7976
(95,121,118)
#556C6A
(85,108,106)
#4B5F5E
(75,95,94)
#415252
(65,82,82)
#374546
(55,69,70)
#2D383A
(45,56,58)
#232B2E
(35,43,46)
#191E22
(25,30,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #73938E

#73938E
(115,147,142)
#7F9C98
(127,156,152)
#8BA5A2
(139,165,162)
#97AEAC
(151,174,172)
#A3B7B6
(163,183,182)
#AFC0C0
(175,192,192)
#BBC9CA
(187,201,202)
#C7D2D4
(199,210,212)
#D3DBDE
(211,219,222)
#DFE4E8
(223,228,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73938E color. Also use rgb(115,147,142) instead hex code.

Text Font Color

.myTextColor { color: #73938E; }

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

This text font color is #73938E.


Background Color

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

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

This div background color is #73938E.


Border color

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

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

This div border color is #73938E.


Opacity

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

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

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

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

This text has shadow with #73938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73938E on black background.


Color preview on white background

This text has color #73938E on white background.



Black color preview on #73938E background

This text has black color on #73938E background.


White color preview on #73938E background

This text has white color on #73938E background.