COLOR #73838F

HEX: #73838F RGB: (115,131,143)

Color info

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

RGB color model

#73838F color RGB value is (115,131,143).

RGB: (115,131,143) (45%, 51%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 143 of 255 = 56%

115
131
143

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

Portions of RGB colors in percentages

R + G + B = 115 + 131 + 143 = 389 (100%)
R 115 of 389 ~ 29.56%
G 131 of 389 ~ 33.68%
B 143 of 389 ~ 36.76'%

%29.56
%33.68
%36.76

CMYK color model

#73838F color CMYK value is (20,8,0,44).

  • cyan value is 19.58%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (20,8,0,44) C20M8Y0K44 (20%,8%,0%,44%) (0.20/0.08/0.00/0.44) 

CMYK percentages

%19.58
%8.39
%0
%43.92

Codes

Color #73838F in popluar color models

73 83 8F
RGB 115 131 143
HSL 206° 11.11% 50.59%
HSB/HSV 206° 19.58% 56.08%
CMYK 19.58% 8.39% 0.00%
43.92%

Color #73838F in popluar number systems.

HEX 73 83 8F
Decimal 115 131 143
Binary 1110011 10000011 10001111
Octal 163 203 217

Shades and tints

Shades of #73838F

#73838F
(115,131,143)
#697882
(105,120,130)
#5F6D75
(95,109,117)
#556268
(85,98,104)
#4B575B
(75,87,91)
#414C4E
(65,76,78)
#374141
(55,65,65)
#2D3634
(45,54,52)
#232B27
(35,43,39)
#19201A
(25,32,26)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #73838F

#73838F
(115,131,143)
#7F8E99
(127,142,153)
#8B99A3
(139,153,163)
#97A4AD
(151,164,173)
#A3AFB7
(163,175,183)
#AFBAC1
(175,186,193)
#BBC5CB
(187,197,203)
#C7D0D5
(199,208,213)
#D3DBDF
(211,219,223)
#DFE6E9
(223,230,233)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73838F color. Also use rgb(115,131,143) instead hex code.

Text Font Color

.myTextColor { color: #73838F; }

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

This text font color is #73838F.

Background Color

.myBgColor { background-color: #73838F; }

<div style="background-color:#73838F">Inner text</div>

This div background color is #73838F.

Border color

.myBorderColor { border: 1px solid #73838F; }

<div style="border:3px solid #73838F">Div</div>

This div border color is #73838F.

Opacity

.myOpacity80 { color: #73838F; opacity: 0.8; }

<p style="color:#73838F;opacity:0.8;">80%</p>

Text with #73838F 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 #73838F;}

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

This text has shadow with #73838F color.


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

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

This text has shadow with #73838F primary color and red secondary color.


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

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

This text has shadow with #73838F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73838F.

Preview

Color preview on black background

This text has color #73838F on black background.


Color preview on white background

This text has color #73838F on white background.


Black color preview on #73838F background

This text has black color on #73838F background.


White color preview on #73838F background

This text has white color on #73838F background.


Related colors

Complementary color

Complementary color for #hex is #8C7C70.


I love getcolorcode.com

Triadic colors

1 #8F7383 and #838F73 with #73838F are triadic colors.

2 #8F8373 and #83738F with #73838F are triadic colors.