COLOR #73939C

HEX: #73939C RGB: (115,147,156)

Color info

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

RGB color model

#73939C color RGB value is (115,147,156).

RGB: (115,147,156) (45%, 58%, 61%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 156 of 255 = 61%

115
147
156

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

Portions of RGB colors in percentages

R + G + B = 115 + 147 + 156 = 418 (100%)
R 115 of 418 ~ 27.51%
G 147 of 418 ~ 35.17%
B 156 of 418 ~ 37.32'%

%27.51
%35.17
%37.32

CMYK color model

#73939C color CMYK value is (26,6,0,39).

  • cyan value is 26.28%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (26,6,0,39)
C26M6Y0K39 (26%, 6%, 0%, 39%)
(0.26 / 0.06 / 0.00 / 0.39)

CMYK percentages

%26.28
%5.77
%0
%38.82

Codes

Color #73939C in popluar color models

73 93 9C
RGB 115 147 156
HSL 193° 17.15% 53.14%
HSB/HSV 193° 26.28% 61.18%
CMYK 26.28% 5.77% 0.00%
38.82%

Color #73939C in popluar number systems.

HEX 73 93 9C
Decimal 115 147 156
Binary 1110011 10010011 10011100
Octal 163 223 234

Shades and tints

Shades of #73939C

#73939C
(115,147,156)
#69868E
(105,134,142)
#5F7980
(95,121,128)
#556C72
(85,108,114)
#4B5F64
(75,95,100)
#415256
(65,82,86)
#374548
(55,69,72)
#2D383A
(45,56,58)
#232B2C
(35,43,44)
#191E1E
(25,30,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #73939C

#73939C
(115,147,156)
#7F9CA5
(127,156,165)
#8BA5AE
(139,165,174)
#97AEB7
(151,174,183)
#A3B7C0
(163,183,192)
#AFC0C9
(175,192,201)
#BBC9D2
(187,201,210)
#C7D2DB
(199,210,219)
#D3DBE4
(211,219,228)
#DFE4ED
(223,228,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73939C; }

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

This text font color is #73939C.

Background Color

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

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

This div background color is #73939C.

Border color

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

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

This div border color is #73939C.

Opacity

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

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

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

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

This text has shadow with #73939C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73939C.

Preview

Color preview on black background

This text has color #73939C on black background.


Color preview on white background

This text has color #73939C on white background.


Black color preview on #73939C background

This text has black color on #73939C background.


White color preview on #73939C background

This text has white color on #73939C background.


Related colors

Complementary color

Complementary color for #hex is #8C6C63.


I love getcolorcode.com

Triadic colors

1 #9C7393 and #939C73 with #73939C are triadic colors.

2 #9C9373 and #93739C with #73939C are triadic colors.