COLOR #734C86

HEX: #734C86
RGB: (115,76,134)

Color info

#734C86 contains red, green and blue colors in about the same proportion. Web safe color of #734C86 is #663399 (or #639).

RGB color model

#734C86 color RGB value is (115,76,134).

  • red value is 115;
  • green value is 76;
  • blue value is 134.
RGB:
(115,76,134)
(45%,30%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 134 of 255 = 53%

115
76
134

R + G + B ~ 43%. #734C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 76 + 134 = 325 (100%)
R 115 of 325 ~ 35.38%
G 76 of 325 ~ 23.38%
B 134 of 325 ~ 41.23%

%35.38
%23.38
%41.23

CMYK color model

#734C86 color CMYK value is (14,43,0,47).

  • cyan value is 14.18%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(14,43,0,47)
C14M43Y0K47 
(14%,43%,0%,47%)
(0.14/0.43/0.00/0.47)	

CMYK percentages

%14.18
%43.28
%0
%47.45

Codes

Color #734C86 in popluar color models

734C86
RGB11576134
HSL280°27.62%41.18%
HSB/HSV280°43.28%52.55%
CMYK14.18%43.28%0.00%
47.45%

Color #734C86 in popluar number systems.

HEX734C86
Decimal11576134
Binary1110011100110010000110
Octal163114206

Shades and tints

Shades of #734C86

#734C86
(115,76,134)
#69467A
(105,70,122)
#5F406E
(95,64,110)
#553A62
(85,58,98)
#4B3456
(75,52,86)
#412E4A
(65,46,74)
#37283E
(55,40,62)
#2D2232
(45,34,50)
#231C26
(35,28,38)
#19161A
(25,22,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #734C86

#734C86
(115,76,134)
#7F5C91
(127,92,145)
#8B6C9C
(139,108,156)
#977CA7
(151,124,167)
#A38CB2
(163,140,178)
#AF9CBD
(175,156,189)
#BBACC8
(187,172,200)
#C7BCD3
(199,188,211)
#D3CCDE
(211,204,222)
#DFDCE9
(223,220,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C86 color. Also use rgb(115,76,134) instead hex code.

Text Font Color

.myTextColor { color: #734C86; }

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

This text font color is #734C86.


Background Color

.myBgColor { background-color: #734C86; }

<div style="background-color:#734C86">Inner text</div>

This div background color is #734C86.


Border color

.myBorderColor { border: 1px solid #734C86; }

<div style="border:3px solid #734C86">Div</div>

This div border color is #734C86.


Opacity

.myOpacity80 { color: #734C86; opacity: 0.8; }

<p style="color:#734C86;opacity:0.8;">80%</p>

Text with #734C86 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 #734C86;}

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

This text has shadow with #734C86 color.

.textShadow {text-shadow: 3px 3px 1px #734C86, 3px 3px 1px red;}

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

This text has shadow with #734C86 primary color and red secondary color.


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

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

This text has shadow with #734C86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734C86 on black background.


Color preview on white background

This text has color #734C86 on white background.



Black color preview on #734C86 background

This text has black color on #734C86 background.


White color preview on #734C86 background

This text has white color on #734C86 background.