COLOR #7385AC

HEX: #7385AC RGB: (115,133,172)

Color info

#7385AC contains red, green and blue colors in about the same proportion. Web safe color of #7385AC is #669999 (or #699).

RGB color model

#7385AC color RGB value is (115,133,172).

RGB: (115,133,172) (45%, 52%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 172 of 255 = 67%

115
133
172

R + G + B ~ 55%. #7385AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 133 + 172 = 420 (100%)
R 115 of 420 ~ 27.38%
G 133 of 420 ~ 31.67%
B 172 of 420 ~ 40.95'%

%27.38
%31.67
%40.95

CMYK color model

#7385AC color CMYK value is (33,23,0,33).

  • cyan value is 33.14%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (33,23,0,33)
C33M23Y0K33 (33%, 23%, 0%, 33%)
(0.33 / 0.23 / 0.00 / 0.33)

CMYK percentages

%33.14
%22.67
%0
%32.55

Codes

Color #7385AC in popluar color models

73 85 AC
RGB 115 133 172
HSL 221° 25.56% 56.27%
HSB/HSV 221° 33.14% 67.45%
CMYK 33.14% 22.67% 0.00%
32.55%

Color #7385AC in popluar number systems.

HEX 73 85 AC
Decimal 115 133 172
Binary 1110011 10000101 10101100
Octal 163 205 254

Shades and tints

Shades of #7385AC

#7385AC
(115,133,172)
#69799D
(105,121,157)
#5F6D8E
(95,109,142)
#55617F
(85,97,127)
#4B5570
(75,85,112)
#414961
(65,73,97)
#373D52
(55,61,82)
#2D3143
(45,49,67)
#232534
(35,37,52)
#191925
(25,25,37)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #7385AC

#7385AC
(115,133,172)
#7F90B3
(127,144,179)
#8B9BBA
(139,155,186)
#97A6C1
(151,166,193)
#A3B1C8
(163,177,200)
#AFBCCF
(175,188,207)
#BBC7D6
(187,199,214)
#C7D2DD
(199,210,221)
#D3DDE4
(211,221,228)
#DFE8EB
(223,232,235)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7385AC color. Also use rgb(115,133,172) instead hex code.

Text Font Color

.myTextColor { color: #7385AC; }

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

This text font color is #7385AC.

Background Color

.myBgColor { background-color: #7385AC; }

<div style="background-color:#7385AC">Inner text</div>

This div background color is #7385AC.

Border color

.myBorderColor { border: 1px solid #7385AC; }

<div style="border:3px solid #7385AC">Div</div>

This div border color is #7385AC.

Opacity

.myOpacity80 { color: #7385AC; opacity: 0.8; }

<p style="color:#7385AC;opacity:0.8;">80%</p>

Text with #7385AC 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 #7385AC;}

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

This text has shadow with #7385AC color.


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

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

This text has shadow with #7385AC primary color and red secondary color.


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

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

This text has shadow with #7385AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7385AC.

Preview

Color preview on black background

This text has color #7385AC on black background.


Color preview on white background

This text has color #7385AC on white background.


Black color preview on #7385AC background

This text has black color on #7385AC background.


White color preview on #7385AC background

This text has white color on #7385AC background.


Related colors

Complementary color

Complementary color for #hex is #8C7A53.


I love getcolorcode.com

Triadic colors

1 #AC7385 and #85AC73 with #7385AC are triadic colors.

2 #AC8573 and #8573AC with #7385AC are triadic colors.