COLOR #73838B

HEX: #73838B RGB: (115,131,139)

Color info

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

RGB color model

#73838B color RGB value is (115,131,139).

RGB: (115,131,139) (45%, 51%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 139 of 255 = 55%

115
131
139

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

Portions of RGB colors in percentages

R + G + B = 115 + 131 + 139 = 385 (100%)
R 115 of 385 ~ 29.87%
G 131 of 385 ~ 34.03%
B 139 of 385 ~ 36.1'%

%29.87
%34.03
%36.1

CMYK color model

#73838B color CMYK value is (17,6,0,45).

  • cyan value is 17.27%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (17,6,0,45)
C17M6Y0K45 (17%, 6%, 0%, 45%)
(0.17 / 0.06 / 0.00 / 0.45)

CMYK percentages

%17.27
%5.76
%0
%45.49

Codes

Color #73838B in popluar color models

73 83 8B
RGB 115 131 139
HSL 200° 9.45% 49.80%
HSB/HSV 200° 17.27% 54.51%
CMYK 17.27% 5.76% 0.00%
45.49%

Color #73838B in popluar number systems.

HEX 73 83 8B
Decimal 115 131 139
Binary 1110011 10000011 10001011
Octal 163 203 213

Shades and tints

Shades of #73838B

#73838B
(115,131,139)
#69787F
(105,120,127)
#5F6D73
(95,109,115)
#556267
(85,98,103)
#4B575B
(75,87,91)
#414C4F
(65,76,79)
#374143
(55,65,67)
#2D3637
(45,54,55)
#232B2B
(35,43,43)
#19201F
(25,32,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73838B

#73838B
(115,131,139)
#7F8E95
(127,142,149)
#8B999F
(139,153,159)
#97A4A9
(151,164,169)
#A3AFB3
(163,175,179)
#AFBABD
(175,186,189)
#BBC5C7
(187,197,199)
#C7D0D1
(199,208,209)
#D3DBDB
(211,219,219)
#DFE6E5
(223,230,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73838B; }

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

This text font color is #73838B.

Background Color

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

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

This div background color is #73838B.

Border color

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

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

This div border color is #73838B.

Opacity

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

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

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

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

This text has shadow with #73838B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73838B.

Preview

Color preview on black background

This text has color #73838B on black background.


Color preview on white background

This text has color #73838B on white background.


Black color preview on #73838B background

This text has black color on #73838B background.


White color preview on #73838B background

This text has white color on #73838B background.


Related colors

Complementary color

Complementary color for #hex is #8C7C74.


I love getcolorcode.com

Triadic colors

1 #8B7383 and #838B73 with #73838B are triadic colors.

2 #8B8373 and #83738B with #73838B are triadic colors.