COLOR #73516B

HEX: #73516B
RGB: (115,81,107)

Color info

#73516B contains red, green and blue colors in about the same proportion. Web safe color of #73516B is #666666 (or #666).

RGB color model

#73516B color RGB value is (115,81,107).

  • red value is 115;
  • green value is 81;
  • blue value is 107.
RGB:
(115,81,107)
(45%,32%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 81 of 255 = 32%
B 107 of 255 = 42%

115
81
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 81 + 107 = 303 (100%)
R 115 of 303 ~ 37.95%
G 81 of 303 ~ 26.73%
B 107 of 303 ~ 35.31%

%37.95
%26.73
%35.31

CMYK color model

#73516B color CMYK value is (0,30,7,55).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,30,7,55)
C0M30Y7K55 
(0%,30%,7%,55%)
(0.00/0.30/0.07/0.55)	

CMYK percentages

%0
%29.57
%6.96
%54.9

Codes

Color #73516B in popluar color models

73516B
RGB11581107
HSL314°17.35%38.43%
HSB/HSV314°29.57%45.10%
CMYK0.00%29.57%6.96%
54.90%

Color #73516B in popluar number systems.

HEX73516B
Decimal11581107
Binary111001110100011101011
Octal163121153

Shades and tints

Shades of #73516B

#73516B
(115,81,107)
#694A62
(105,74,98)
#5F4359
(95,67,89)
#553C50
(85,60,80)
#4B3547
(75,53,71)
#412E3E
(65,46,62)
#372735
(55,39,53)
#2D202C
(45,32,44)
#231923
(35,25,35)
#19121A
(25,18,26)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #73516B

#73516B
(115,81,107)
#7F6078
(127,96,120)
#8B6F85
(139,111,133)
#977E92
(151,126,146)
#A38D9F
(163,141,159)
#AF9CAC
(175,156,172)
#BBABB9
(187,171,185)
#C7BAC6
(199,186,198)
#D3C9D3
(211,201,211)
#DFD8E0
(223,216,224)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73516B color. Also use rgb(115,81,107) instead hex code.

Text Font Color

.myTextColor { color: #73516B; }

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

This text font color is #73516B.


Background Color

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

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

This div background color is #73516B.


Border color

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

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

This div border color is #73516B.


Opacity

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

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

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

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

This text has shadow with #73516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73516B on black background.


Color preview on white background

This text has color #73516B on white background.



Black color preview on #73516B background

This text has black color on #73516B background.


White color preview on #73516B background

This text has white color on #73516B background.