COLOR #73477D

HEX: #73477D RGB: (115,71,125)

Color info

#73477D contains red, green and blue colors in about the same proportion. Web safe color of #73477D is #663366 (or #636).

RGB color model

#73477D color RGB value is (115,71,125).

RGB: (115,71,125) (45%, 28%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 125 of 255 = 49%

115
71
125

R + G + B ~ 41%. #73477D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 71 + 125 = 311 (100%)
R 115 of 311 ~ 36.98%
G 71 of 311 ~ 22.83%
B 125 of 311 ~ 40.19'%

%36.98
%22.83
%40.19

CMYK color model

#73477D color CMYK value is (8,43,0,51).

  • cyan value is 8.00%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (8,43,0,51)
C8M43Y0K51 (8%, 43%, 0%, 51%)
(0.08 / 0.43 / 0.00 / 0.51)

CMYK percentages

%8
%43.2
%0
%50.98

Codes

Color #73477D in popluar color models

73 47 7D
RGB 115 71 125
HSL 289° 27.55% 38.43%
HSB/HSV 289° 43.20% 49.02%
CMYK 8.00% 43.20% 0.00%
50.98%

Color #73477D in popluar number systems.

HEX 73 47 7D
Decimal 115 71 125
Binary 1110011 1000111 1111101
Octal 163 107 175

Shades and tints

Shades of #73477D

#73477D
(115,71,125)
#694172
(105,65,114)
#5F3B67
(95,59,103)
#55355C
(85,53,92)
#4B2F51
(75,47,81)
#412946
(65,41,70)
#37233B
(55,35,59)
#2D1D30
(45,29,48)
#231725
(35,23,37)
#19111A
(25,17,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #73477D

#73477D
(115,71,125)
#7F5788
(127,87,136)
#8B6793
(139,103,147)
#97779E
(151,119,158)
#A387A9
(163,135,169)
#AF97B4
(175,151,180)
#BBA7BF
(187,167,191)
#C7B7CA
(199,183,202)
#D3C7D5
(211,199,213)
#DFD7E0
(223,215,224)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73477D color. Also use rgb(115,71,125) instead hex code.

Text Font Color

.myTextColor { color: #73477D; }

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

This text font color is #73477D.

Background Color

.myBgColor { background-color: #73477D; }

<div style="background-color:#73477D">Inner text</div>

This div background color is #73477D.

Border color

.myBorderColor { border: 1px solid #73477D; }

<div style="border:3px solid #73477D">Div</div>

This div border color is #73477D.

Opacity

.myOpacity80 { color: #73477D; opacity: 0.8; }

<p style="color:#73477D;opacity:0.8;">80%</p>

Text with #73477D 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 #73477D;}

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

This text has shadow with #73477D color.


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

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

This text has shadow with #73477D primary color and red secondary color.


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

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

This text has shadow with #73477D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73477D.

Preview

Color preview on black background

This text has color #73477D on black background.


Color preview on white background

This text has color #73477D on white background.


Black color preview on #73477D background

This text has black color on #73477D background.


White color preview on #73477D background

This text has white color on #73477D background.


Related colors

Complementary color

Complementary color for #hex is #8CB882.


I love getcolorcode.com

Triadic colors

1 #7D7347 and #477D73 with #73477D are triadic colors.

2 #7D4773 and #47737D with #73477D are triadic colors.