COLOR #7382AE

HEX: #7382AE
RGB: (115,130,174)

Color info

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

RGB color model

#7382AE color RGB value is (115,130,174).

  • red value is 115;
  • green value is 130;
  • blue value is 174.
RGB:
(115,130,174)
(45%,51%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 174 of 255 = 68%

115
130
174

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

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 174 = 419 (100%)
R 115 of 419 ~ 27.45%
G 130 of 419 ~ 31.03%
B 174 of 419 ~ 41.53%

%27.45
%31.03
%41.53

CMYK color model

#7382AE color CMYK value is (34,25,0,32).

  • cyan value is 33.91%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(34,25,0,32)
C34M25Y0K32 
(34%,25%,0%,32%)
(0.34/0.25/0.00/0.32)	

CMYK percentages

%33.91
%25.29
%0
%31.76

Codes

Color #7382AE in popluar color models

7382AE
RGB115130174
HSL225°26.70%56.67%
HSB/HSV225°33.91%68.24%
CMYK33.91%25.29%0.00%
31.76%

Color #7382AE in popluar number systems.

HEX7382AE
Decimal115130174
Binary11100111000001010101110
Octal163202256

Shades and tints

Shades of #7382AE

#7382AE
(115,130,174)
#69779F
(105,119,159)
#5F6C90
(95,108,144)
#556181
(85,97,129)
#4B5672
(75,86,114)
#414B63
(65,75,99)
#374054
(55,64,84)
#2D3545
(45,53,69)
#232A36
(35,42,54)
#191F27
(25,31,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #7382AE

#7382AE
(115,130,174)
#7F8DB5
(127,141,181)
#8B98BC
(139,152,188)
#97A3C3
(151,163,195)
#A3AECA
(163,174,202)
#AFB9D1
(175,185,209)
#BBC4D8
(187,196,216)
#C7CFDF
(199,207,223)
#D3DAE6
(211,218,230)
#DFE5ED
(223,229,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7382AE color. Also use rgb(115,130,174) instead hex code.

Text Font Color

.myTextColor { color: #7382AE; }

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

This text font color is #7382AE.


Background Color

.myBgColor { background-color: #7382AE; }

<div style="background-color:#7382AE">Inner text</div>

This div background color is #7382AE.


Border color

.myBorderColor { border: 1px solid #7382AE; }

<div style="border:3px solid #7382AE">Div</div>

This div border color is #7382AE.


Opacity

.myOpacity80 { color: #7382AE; opacity: 0.8; }

<p style="color:#7382AE;opacity:0.8;">80%</p>

Text with #7382AE 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 #7382AE;}

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

This text has shadow with #7382AE color.

.textShadow {text-shadow: 3px 3px 1px #7382AE, 3px 3px 1px red;}

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

This text has shadow with #7382AE primary color and red secondary color.


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

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

This text has shadow with #7382AE and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7382AE;
-webkit-box-shadow: 1px 1px 3px 2px #7382AE;
box-shadow:1px 1px 3px 2px #7382AE;">
Div content here</div>
This div box has shadow with color #7382AE.

Preview

Color preview on black background

This text has color #7382AE on black background.


Color preview on white background

This text has color #7382AE on white background.



Black color preview on #7382AE background

This text has black color on #7382AE background.


White color preview on #7382AE background

This text has white color on #7382AE background.