COLOR #73938C

HEX: #73938C
RGB: (115,147,140)

Color info

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

RGB color model

#73938C color RGB value is (115,147,140).

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

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 140 of 255 = 55%

115
147
140

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 140 = 402 (100%)
R 115 of 402 ~ 28.61%
G 147 of 402 ~ 36.57%
B 140 of 402 ~ 34.83%

%28.61
%36.57
%34.83

CMYK color model

#73938C color CMYK value is (22,0,5,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK:
(22,0,5,42)
C22M0Y5K42 
(22%,0%,5%,42%)
(0.22/0.00/0.05/0.42)	

CMYK percentages

%21.77
%0
%4.76
%42.35

Codes

Color #73938C in popluar color models

73938C
RGB115147140
HSL167°12.90%51.37%
HSB/HSV167°21.77%57.65%
CMYK21.77%0.00%4.76%
42.35%

Color #73938C in popluar number systems.

HEX73938C
Decimal115147140
Binary11100111001001110001100
Octal163223214

Shades and tints

Shades of #73938C

#73938C
(115,147,140)
#698680
(105,134,128)
#5F7974
(95,121,116)
#556C68
(85,108,104)
#4B5F5C
(75,95,92)
#415250
(65,82,80)
#374544
(55,69,68)
#2D3838
(45,56,56)
#232B2C
(35,43,44)
#191E20
(25,30,32)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #73938C

#73938C
(115,147,140)
#7F9C96
(127,156,150)
#8BA5A0
(139,165,160)
#97AEAA
(151,174,170)
#A3B7B4
(163,183,180)
#AFC0BE
(175,192,190)
#BBC9C8
(187,201,200)
#C7D2D2
(199,210,210)
#D3DBDC
(211,219,220)
#DFE4E6
(223,228,230)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73938C; }

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

This text font color is #73938C.


Background Color

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

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

This div background color is #73938C.


Border color

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

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

This div border color is #73938C.


Opacity

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

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

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

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

This text has shadow with #73938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73938C on black background.


Color preview on white background

This text has color #73938C on white background.



Black color preview on #73938C background

This text has black color on #73938C background.


White color preview on #73938C background

This text has white color on #73938C background.