COLOR #7344A6

HEX: #7344A6
RGB: (115,68,166)

Color info

#7344A6 contains mainly red and blue colors. Web safe color of #7344A6 is #663399 (or #639).

RGB color model

#7344A6 color RGB value is (115,68,166).

  • red value is 115;
  • green value is 68;
  • blue value is 166.
RGB:
(115,68,166)
(45%,27%,65%)

RGB channels and saturation

R 115 of 255 = 45%
G 68 of 255 = 27%
B 166 of 255 = 65%

115
68
166

R + G + B ~ 46%. #7344A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 68 + 166 = 349 (100%)
R 115 of 349 ~ 32.95%
G 68 of 349 ~ 19.48%
B 166 of 349 ~ 47.56%

%32.95
%19.48
%47.56

CMYK color model

#7344A6 color CMYK value is (31,59,0,35).

  • cyan value is 30.72%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(31,59,0,35)
C31M59Y0K35 
(31%,59%,0%,35%)
(0.31/0.59/0.00/0.35)	

CMYK percentages

%30.72
%59.04
%0
%34.9

Codes

Color #7344A6 in popluar color models

7344A6
RGB11568166
HSL269°41.88%45.88%
HSB/HSV269°59.04%65.10%
CMYK30.72%59.04%0.00%
34.90%

Color #7344A6 in popluar number systems.

HEX7344A6
Decimal11568166
Binary1110011100010010100110
Octal163104246

Shades and tints

Shades of #7344A6

#7344A6
(115,68,166)
#693E97
(105,62,151)
#5F3888
(95,56,136)
#553279
(85,50,121)
#4B2C6A
(75,44,106)
#41265B
(65,38,91)
#37204C
(55,32,76)
#2D1A3D
(45,26,61)
#23142E
(35,20,46)
#190E1F
(25,14,31)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #7344A6

#7344A6
(115,68,166)
#7F55AE
(127,85,174)
#8B66B6
(139,102,182)
#9777BE
(151,119,190)
#A388C6
(163,136,198)
#AF99CE
(175,153,206)
#BBAAD6
(187,170,214)
#C7BBDE
(199,187,222)
#D3CCE6
(211,204,230)
#DFDDEE
(223,221,238)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7344A6 color. Also use rgb(115,68,166) instead hex code.

Text Font Color

.myTextColor { color: #7344A6; }

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

This text font color is #7344A6.


Background Color

.myBgColor { background-color: #7344A6; }

<div style="background-color:#7344A6">Inner text</div>

This div background color is #7344A6.


Border color

.myBorderColor { border: 1px solid #7344A6; }

<div style="border:3px solid #7344A6">Div</div>

This div border color is #7344A6.


Opacity

.myOpacity80 { color: #7344A6; opacity: 0.8; }

<p style="color:#7344A6;opacity:0.8;">80%</p>

Text with #7344A6 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 #7344A6;}

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

This text has shadow with #7344A6 color.

.textShadow {text-shadow: 3px 3px 1px #7344A6, 3px 3px 1px red;}

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

This text has shadow with #7344A6 primary color and red secondary color.


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

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

This text has shadow with #7344A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7344A6 on black background.


Color preview on white background

This text has color #7344A6 on white background.



Black color preview on #7344A6 background

This text has black color on #7344A6 background.


White color preview on #7344A6 background

This text has white color on #7344A6 background.