COLOR #73628C

HEX: #73628C RGB: (115,98,140)

Color info

#73628C contains red, green and blue colors in about the same proportion. Web safe color of #73628C is #666699 (or #669).

RGB color model

#73628C color RGB value is (115,98,140).

RGB: (115,98,140) (45%, 38%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 140 of 255 = 55%

115
98
140

R + G + B ~ 46%. #73628C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 98 + 140 = 353 (100%)
R 115 of 353 ~ 32.58%
G 98 of 353 ~ 27.76%
B 140 of 353 ~ 39.66'%

%32.58
%27.76
%39.66

CMYK color model

#73628C color CMYK value is (18,30,0,45).

  • cyan value is 17.86%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (18,30,0,45)
C18M30Y0K45 (18%, 30%, 0%, 45%)
(0.18 / 0.30 / 0.00 / 0.45)

CMYK percentages

%17.86
%30
%0
%45.1

Codes

Color #73628C in popluar color models

73 62 8C
RGB 115 98 140
HSL 264° 17.65% 46.67%
HSB/HSV 264° 30.00% 54.90%
CMYK 17.86% 30.00% 0.00%
45.10%

Color #73628C in popluar number systems.

HEX 73 62 8C
Decimal 115 98 140
Binary 1110011 1100010 10001100
Octal 163 142 214

Shades and tints

Shades of #73628C

#73628C
(115,98,140)
#695A80
(105,90,128)
#5F5274
(95,82,116)
#554A68
(85,74,104)
#4B425C
(75,66,92)
#413A50
(65,58,80)
#373244
(55,50,68)
#2D2A38
(45,42,56)
#23222C
(35,34,44)
#191A20
(25,26,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #73628C

#73628C
(115,98,140)
#7F7096
(127,112,150)
#8B7EA0
(139,126,160)
#978CAA
(151,140,170)
#A39AB4
(163,154,180)
#AFA8BE
(175,168,190)
#BBB6C8
(187,182,200)
#C7C4D2
(199,196,210)
#D3D2DC
(211,210,220)
#DFE0E6
(223,224,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73628C color. Also use rgb(115,98,140) instead hex code.

Text Font Color

.myTextColor { color: #73628C; }

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

This text font color is #73628C.

Background Color

.myBgColor { background-color: #73628C; }

<div style="background-color:#73628C">Inner text</div>

This div background color is #73628C.

Border color

.myBorderColor { border: 1px solid #73628C; }

<div style="border:3px solid #73628C">Div</div>

This div border color is #73628C.

Opacity

.myOpacity80 { color: #73628C; opacity: 0.8; }

<p style="color:#73628C;opacity:0.8;">80%</p>

Text with #73628C 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 #73628C;}

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

This text has shadow with #73628C color.


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

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

This text has shadow with #73628C primary color and red secondary color.


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

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

This text has shadow with #73628C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73628C.

Preview

Color preview on black background

This text has color #73628C on black background.


Color preview on white background

This text has color #73628C on white background.


Black color preview on #73628C background

This text has black color on #73628C background.


White color preview on #73628C background

This text has white color on #73628C background.


Related colors

Complementary color

Complementary color for #hex is #8C9D73.


I love getcolorcode.com

Triadic colors

1 #8C7362 and #628C73 with #73628C are triadic colors.

2 #8C6273 and #62738C with #73628C are triadic colors.