COLOR #7374AD

HEX: #7374AD RGB: (115,116,173)

Color info

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

RGB color model

#7374AD color RGB value is (115,116,173).

RGB: (115,116,173) (45%, 45%, 68%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 173 of 255 = 68%

115
116
173

R + G + B ~ 53%. #7374AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 116 + 173 = 404 (100%)
R 115 of 404 ~ 28.47%
G 116 of 404 ~ 28.71%
B 173 of 404 ~ 42.82'%

%28.47
%28.71
%42.82

CMYK color model

#7374AD color CMYK value is (34,33,0,32).

  • cyan value is 33.53%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (34,33,0,32)
C34M33Y0K32 (34%, 33%, 0%, 32%)
(0.34 / 0.33 / 0.00 / 0.32)

CMYK percentages

%33.53
%32.95
%0
%32.16

Codes

Color #7374AD in popluar color models

73 74 AD
RGB 115 116 173
HSL 239° 26.13% 56.47%
HSB/HSV 239° 33.53% 67.84%
CMYK 33.53% 32.95% 0.00%
32.16%

Color #7374AD in popluar number systems.

HEX 73 74 AD
Decimal 115 116 173
Binary 1110011 1110100 10101101
Octal 163 164 255

Shades and tints

Shades of #7374AD

#7374AD
(115,116,173)
#696A9E
(105,106,158)
#5F608F
(95,96,143)
#555680
(85,86,128)
#4B4C71
(75,76,113)
#414262
(65,66,98)
#373853
(55,56,83)
#2D2E44
(45,46,68)
#232435
(35,36,53)
#191A26
(25,26,38)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #7374AD

#7374AD
(115,116,173)
#7F80B4
(127,128,180)
#8B8CBB
(139,140,187)
#9798C2
(151,152,194)
#A3A4C9
(163,164,201)
#AFB0D0
(175,176,208)
#BBBCD7
(187,188,215)
#C7C8DE
(199,200,222)
#D3D4E5
(211,212,229)
#DFE0EC
(223,224,236)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7374AD color. Also use rgb(115,116,173) instead hex code.

Text Font Color

.myTextColor { color: #7374AD; }

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

This text font color is #7374AD.

Background Color

.myBgColor { background-color: #7374AD; }

<div style="background-color:#7374AD">Inner text</div>

This div background color is #7374AD.

Border color

.myBorderColor { border: 1px solid #7374AD; }

<div style="border:3px solid #7374AD">Div</div>

This div border color is #7374AD.

Opacity

.myOpacity80 { color: #7374AD; opacity: 0.8; }

<p style="color:#7374AD;opacity:0.8;">80%</p>

Text with #7374AD 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 #7374AD;}

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

This text has shadow with #7374AD color.


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

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

This text has shadow with #7374AD primary color and red secondary color.


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

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

This text has shadow with #7374AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7374AD.

Preview

Color preview on black background

This text has color #7374AD on black background.


Color preview on white background

This text has color #7374AD on white background.


Black color preview on #7374AD background

This text has black color on #7374AD background.


White color preview on #7374AD background

This text has white color on #7374AD background.


Related colors

Complementary color

Complementary color for #hex is #8C8B52.


I love getcolorcode.com

Triadic colors

1 #AD7374 and #74AD73 with #7374AD are triadic colors.

2 #AD7473 and #7473AD with #7374AD are triadic colors.