COLOR #7383AE

HEX: #7383AE RGB: (115,131,174)

Color info

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

RGB color model

#7383AE color RGB value is (115,131,174).

RGB: (115,131,174) (45%, 51%, 68%)

RGB channels and saturation

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

115
131
174

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

Portions of RGB colors in percentages

R + G + B = 115 + 131 + 174 = 420 (100%)
R 115 of 420 ~ 27.38%
G 131 of 420 ~ 31.19%
B 174 of 420 ~ 41.43'%

%27.38
%31.19
%41.43

CMYK color model

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

  • cyan value is 33.91%
  • magenta value is 24.71%
  • 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
%24.71
%0
%31.76

Codes

Color #7383AE in popluar color models

73 83 AE
RGB 115 131 174
HSL 224° 26.70% 56.67%
HSB/HSV 224° 33.91% 68.24%
CMYK 33.91% 24.71% 0.00%
31.76%

Color #7383AE in popluar number systems.

HEX 73 83 AE
Decimal 115 131 174
Binary 1110011 10000011 10101110
Octal 163 203 256

Shades and tints

Shades of #7383AE

#7383AE
(115,131,174)
#69789F
(105,120,159)
#5F6D90
(95,109,144)
#556281
(85,98,129)
#4B5772
(75,87,114)
#414C63
(65,76,99)
#374154
(55,65,84)
#2D3645
(45,54,69)
#232B36
(35,43,54)
#192027
(25,32,39)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #7383AE

#7383AE
(115,131,174)
#7F8EB5
(127,142,181)
#8B99BC
(139,153,188)
#97A4C3
(151,164,195)
#A3AFCA
(163,175,202)
#AFBAD1
(175,186,209)
#BBC5D8
(187,197,216)
#C7D0DF
(199,208,223)
#D3DBE6
(211,219,230)
#DFE6ED
(223,230,237)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7383AE; }

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

This text font color is #7383AE.

Background Color

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

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

This div background color is #7383AE.

Border color

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

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

This div border color is #7383AE.

Opacity

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

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

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

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

This text has shadow with #7383AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7383AE.

Preview

Color preview on black background

This text has color #7383AE on black background.


Color preview on white background

This text has color #7383AE on white background.


Black color preview on #7383AE background

This text has black color on #7383AE background.


White color preview on #7383AE background

This text has white color on #7383AE background.


Related colors

Complementary color

Complementary color for #hex is #8C7C51.


I love getcolorcode.com

Triadic colors

1 #AE7383 and #83AE73 with #7383AE are triadic colors.

2 #AE8373 and #8373AE with #7383AE are triadic colors.