COLOR #736DAC

HEX: #736DAC RGB: (115,109,172)

Color info

#736DAC contains mainly red and blue colors. Web safe color of #736DAC is #666699 (or #669).

RGB color model

#736DAC color RGB value is (115,109,172).

RGB: (115,109,172) (45%, 43%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 172 of 255 = 67%

115
109
172

R + G + B ~ 52%. #736DAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 109 + 172 = 396 (100%)
R 115 of 396 ~ 29.04%
G 109 of 396 ~ 27.53%
B 172 of 396 ~ 43.43'%

%29.04
%27.53
%43.43

CMYK color model

#736DAC color CMYK value is (33,37,0,33).

  • cyan value is 33.14%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (33,37,0,33)
C33M37Y0K33 (33%, 37%, 0%, 33%)
(0.33 / 0.37 / 0.00 / 0.33)

CMYK percentages

%33.14
%36.63
%0
%32.55

Codes

Color #736DAC in popluar color models

73 6D AC
RGB 115 109 172
HSL 246° 27.51% 55.10%
HSB/HSV 246° 36.63% 67.45%
CMYK 33.14% 36.63% 0.00%
32.55%

Color #736DAC in popluar number systems.

HEX 73 6D AC
Decimal 115 109 172
Binary 1110011 1101101 10101100
Octal 163 155 254

Shades and tints

Shades of #736DAC

#736DAC
(115,109,172)
#69649D
(105,100,157)
#5F5B8E
(95,91,142)
#55527F
(85,82,127)
#4B4970
(75,73,112)
#414061
(65,64,97)
#373752
(55,55,82)
#2D2E43
(45,46,67)
#232534
(35,37,52)
#191C25
(25,28,37)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #736DAC

#736DAC
(115,109,172)
#7F7AB3
(127,122,179)
#8B87BA
(139,135,186)
#9794C1
(151,148,193)
#A3A1C8
(163,161,200)
#AFAECF
(175,174,207)
#BBBBD6
(187,187,214)
#C7C8DD
(199,200,221)
#D3D5E4
(211,213,228)
#DFE2EB
(223,226,235)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736DAC color. Also use rgb(115,109,172) instead hex code.

Text Font Color

.myTextColor { color: #736DAC; }

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

This text font color is #736DAC.

Background Color

.myBgColor { background-color: #736DAC; }

<div style="background-color:#736DAC">Inner text</div>

This div background color is #736DAC.

Border color

.myBorderColor { border: 1px solid #736DAC; }

<div style="border:3px solid #736DAC">Div</div>

This div border color is #736DAC.

Opacity

.myOpacity80 { color: #736DAC; opacity: 0.8; }

<p style="color:#736DAC;opacity:0.8;">80%</p>

Text with #736DAC 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 #736DAC;}

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

This text has shadow with #736DAC color.


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

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

This text has shadow with #736DAC primary color and red secondary color.


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

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

This text has shadow with #736DAC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #736DAC.

Preview

Color preview on black background

This text has color #736DAC on black background.


Color preview on white background

This text has color #736DAC on white background.


Black color preview on #736DAC background

This text has black color on #736DAC background.


White color preview on #736DAC background

This text has white color on #736DAC background.


Related colors

Complementary color

Complementary color for #hex is #8C9253.


I love getcolorcode.com

Triadic colors

1 #AC736D and #6DAC73 with #736DAC are triadic colors.

2 #AC6D73 and #6D73AC with #736DAC are triadic colors.