COLOR #73938A

HEX: #73938A
RGB: (115,147,138)

Color info

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

RGB color model

#73938A color RGB value is (115,147,138).

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

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 138 of 255 = 54%

115
147
138

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 138 = 400 (100%)
R 115 of 400 ~ 28.75%
G 147 of 400 ~ 36.75%
B 138 of 400 ~ 34.5%

%28.75
%36.75
%34.5

CMYK color model

#73938A color CMYK value is (22,0,6,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK:
(22,0,6,42)
C22M0Y6K42 
(22%,0%,6%,42%)
(0.22/0.00/0.06/0.42)	

CMYK percentages

%21.77
%0
%6.12
%42.35

Codes

Color #73938A in popluar color models

73938A
RGB115147138
HSL163°12.90%51.37%
HSB/HSV163°21.77%57.65%
CMYK21.77%0.00%6.12%
42.35%

Color #73938A in popluar number systems.

HEX73938A
Decimal115147138
Binary11100111001001110001010
Octal163223212

Shades and tints

Shades of #73938A

#73938A
(115,147,138)
#69867E
(105,134,126)
#5F7972
(95,121,114)
#556C66
(85,108,102)
#4B5F5A
(75,95,90)
#41524E
(65,82,78)
#374542
(55,69,66)
#2D3836
(45,56,54)
#232B2A
(35,43,42)
#191E1E
(25,30,30)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #73938A

#73938A
(115,147,138)
#7F9C94
(127,156,148)
#8BA59E
(139,165,158)
#97AEA8
(151,174,168)
#A3B7B2
(163,183,178)
#AFC0BC
(175,192,188)
#BBC9C6
(187,201,198)
#C7D2D0
(199,210,208)
#D3DBDA
(211,219,218)
#DFE4E4
(223,228,228)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73938A; }

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

This text font color is #73938A.


Background Color

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

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

This div background color is #73938A.


Border color

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

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

This div border color is #73938A.


Opacity

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

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

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

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

This text has shadow with #73938A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73938A on black background.


Color preview on white background

This text has color #73938A on white background.



Black color preview on #73938A background

This text has black color on #73938A background.


White color preview on #73938A background

This text has white color on #73938A background.