COLOR #73556A

HEX: #73556A
RGB: (115,85,106)

Color info

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

RGB color model

#73556A color RGB value is (115,85,106).

  • red value is 115;
  • green value is 85;
  • blue value is 106.
RGB:
(115,85,106)
(45%,33%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 106 of 255 = 42%

115
85
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 106 = 306 (100%)
R 115 of 306 ~ 37.58%
G 85 of 306 ~ 27.78%
B 106 of 306 ~ 34.64%

%37.58
%27.78
%34.64

CMYK color model

#73556A color CMYK value is (0,26,8,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,26,8,55)
C0M26Y8K55 
(0%,26%,8%,55%)
(0.00/0.26/0.08/0.55)	

CMYK percentages

%0
%26.09
%7.83
%54.9

Codes

Color #73556A in popluar color models

73556A
RGB11585106
HSL318°15.00%39.22%
HSB/HSV318°26.09%45.10%
CMYK0.00%26.09%7.83%
54.90%

Color #73556A in popluar number systems.

HEX73556A
Decimal11585106
Binary111001110101011101010
Octal163125152

Shades and tints

Shades of #73556A

#73556A
(115,85,106)
#694E61
(105,78,97)
#5F4758
(95,71,88)
#55404F
(85,64,79)
#4B3946
(75,57,70)
#41323D
(65,50,61)
#372B34
(55,43,52)
#2D242B
(45,36,43)
#231D22
(35,29,34)
#191619
(25,22,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #73556A

#73556A
(115,85,106)
#7F6477
(127,100,119)
#8B7384
(139,115,132)
#978291
(151,130,145)
#A3919E
(163,145,158)
#AFA0AB
(175,160,171)
#BBAFB8
(187,175,184)
#C7BEC5
(199,190,197)
#D3CDD2
(211,205,210)
#DFDCDF
(223,220,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73556A color. Also use rgb(115,85,106) instead hex code.

Text Font Color

.myTextColor { color: #73556A; }

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

This text font color is #73556A.


Background Color

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

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

This div background color is #73556A.


Border color

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

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

This div border color is #73556A.


Opacity

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

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

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

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

This text has shadow with #73556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73556A on black background.


Color preview on white background

This text has color #73556A on white background.



Black color preview on #73556A background

This text has black color on #73556A background.


White color preview on #73556A background

This text has white color on #73556A background.