COLOR #73547B

HEX: #73547B RGB: (115,84,123)

Color info

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

RGB color model

#73547B color RGB value is (115,84,123).

RGB: (115,84,123) (45%, 33%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 84 of 255 = 33%
B 123 of 255 = 48%

115
84
123

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

Portions of RGB colors in percentages

R + G + B = 115 + 84 + 123 = 322 (100%)
R 115 of 322 ~ 35.71%
G 84 of 322 ~ 26.09%
B 123 of 322 ~ 38.2'%

%35.71
%26.09
%38.2

CMYK color model

#73547B color CMYK value is (7,32,0,52).

  • cyan value is 6.50%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (7,32,0,52)
C7M32Y0K52 (7%, 32%, 0%, 52%)
(0.07 / 0.32 / 0.00 / 0.52)

CMYK percentages

%6.5
%31.71
%0
%51.76

Codes

Color #73547B in popluar color models

73 54 7B
RGB 115 84 123
HSL 288° 18.84% 40.59%
HSB/HSV 288° 31.71% 48.24%
CMYK 6.50% 31.71% 0.00%
51.76%

Color #73547B in popluar number systems.

HEX 73 54 7B
Decimal 115 84 123
Binary 1110011 1010100 1111011
Octal 163 124 173

Shades and tints

Shades of #73547B

#73547B
(115,84,123)
#694D70
(105,77,112)
#5F4665
(95,70,101)
#553F5A
(85,63,90)
#4B384F
(75,56,79)
#413144
(65,49,68)
#372A39
(55,42,57)
#2D232E
(45,35,46)
#231C23
(35,28,35)
#191518
(25,21,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #73547B

#73547B
(115,84,123)
#7F6387
(127,99,135)
#8B7293
(139,114,147)
#97819F
(151,129,159)
#A390AB
(163,144,171)
#AF9FB7
(175,159,183)
#BBAEC3
(187,174,195)
#C7BDCF
(199,189,207)
#D3CCDB
(211,204,219)
#DFDBE7
(223,219,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73547B color. Also use rgb(115,84,123) instead hex code.

Text Font Color

.myTextColor { color: #73547B; }

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

This text font color is #73547B.

Background Color

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

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

This div background color is #73547B.

Border color

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

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

This div border color is #73547B.

Opacity

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

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

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

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

This text has shadow with #73547B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73547B.

Preview

Color preview on black background

This text has color #73547B on black background.


Color preview on white background

This text has color #73547B on white background.


Black color preview on #73547B background

This text has black color on #73547B background.


White color preview on #73547B background

This text has white color on #73547B background.


Related colors

Complementary color

Complementary color for #hex is #8CAB84.


I love getcolorcode.com

Triadic colors

1 #7B7354 and #547B73 with #73547B are triadic colors.

2 #7B5473 and #54737B with #73547B are triadic colors.