COLOR #7381AA

HEX: #7381AA RGB: (115,129,170)

Color info

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

RGB color model

#7381AA color RGB value is (115,129,170).

RGB: (115,129,170) (45%, 51%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 170 of 255 = 67%

115
129
170

R + G + B ~ 54%. #7381AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 129 + 170 = 414 (100%)
R 115 of 414 ~ 27.78%
G 129 of 414 ~ 31.16%
B 170 of 414 ~ 41.06'%

%27.78
%31.16
%41.06

CMYK color model

#7381AA color CMYK value is (32,24,0,33).

  • cyan value is 32.35%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (32,24,0,33)
C32M24Y0K33 (32%, 24%, 0%, 33%)
(0.32 / 0.24 / 0.00 / 0.33)

CMYK percentages

%32.35
%24.12
%0
%33.33

Codes

Color #7381AA in popluar color models

73 81 AA
RGB 115 129 170
HSL 225° 24.44% 55.88%
HSB/HSV 225° 32.35% 66.67%
CMYK 32.35% 24.12% 0.00%
33.33%

Color #7381AA in popluar number systems.

HEX 73 81 AA
Decimal 115 129 170
Binary 1110011 10000001 10101010
Octal 163 201 252

Shades and tints

Shades of #7381AA

#7381AA
(115,129,170)
#69769B
(105,118,155)
#5F6B8C
(95,107,140)
#55607D
(85,96,125)
#4B556E
(75,85,110)
#414A5F
(65,74,95)
#373F50
(55,63,80)
#2D3441
(45,52,65)
#232932
(35,41,50)
#191E23
(25,30,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7381AA

#7381AA
(115,129,170)
#7F8CB1
(127,140,177)
#8B97B8
(139,151,184)
#97A2BF
(151,162,191)
#A3ADC6
(163,173,198)
#AFB8CD
(175,184,205)
#BBC3D4
(187,195,212)
#C7CEDB
(199,206,219)
#D3D9E2
(211,217,226)
#DFE4E9
(223,228,233)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7381AA color. Also use rgb(115,129,170) instead hex code.

Text Font Color

.myTextColor { color: #7381AA; }

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

This text font color is #7381AA.

Background Color

.myBgColor { background-color: #7381AA; }

<div style="background-color:#7381AA">Inner text</div>

This div background color is #7381AA.

Border color

.myBorderColor { border: 1px solid #7381AA; }

<div style="border:3px solid #7381AA">Div</div>

This div border color is #7381AA.

Opacity

.myOpacity80 { color: #7381AA; opacity: 0.8; }

<p style="color:#7381AA;opacity:0.8;">80%</p>

Text with #7381AA 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 #7381AA;}

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

This text has shadow with #7381AA color.


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

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

This text has shadow with #7381AA primary color and red secondary color.


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

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

This text has shadow with #7381AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7381AA.

Preview

Color preview on black background

This text has color #7381AA on black background.


Color preview on white background

This text has color #7381AA on white background.


Black color preview on #7381AA background

This text has black color on #7381AA background.


White color preview on #7381AA background

This text has white color on #7381AA background.


Related colors

Complementary color

Complementary color for #hex is #8C7E55.


I love getcolorcode.com

Triadic colors

1 #AA7381 and #81AA73 with #7381AA are triadic colors.

2 #AA8173 and #8173AA with #7381AA are triadic colors.