COLOR #734E88

HEX: #734E88
RGB: (115,78,136)

Color info

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

RGB color model

#734E88 color RGB value is (115,78,136).

  • red value is 115;
  • green value is 78;
  • blue value is 136.
RGB:
(115,78,136)
(45%,31%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 78 of 255 = 31%
B 136 of 255 = 53%

115
78
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 78 + 136 = 329 (100%)
R 115 of 329 ~ 34.95%
G 78 of 329 ~ 23.71%
B 136 of 329 ~ 41.34%

%34.95
%23.71
%41.34

CMYK color model

#734E88 color CMYK value is (15,43,0,47).

  • cyan value is 15.44%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,43,0,47)
C15M43Y0K47 
(15%,43%,0%,47%)
(0.15/0.43/0.00/0.47)	

CMYK percentages

%15.44
%42.65
%0
%46.67

Codes

Color #734E88 in popluar color models

734E88
RGB11578136
HSL278°27.10%41.96%
HSB/HSV278°42.65%53.33%
CMYK15.44%42.65%0.00%
46.67%

Color #734E88 in popluar number systems.

HEX734E88
Decimal11578136
Binary1110011100111010001000
Octal163116210

Shades and tints

Shades of #734E88

#734E88
(115,78,136)
#69477C
(105,71,124)
#5F4070
(95,64,112)
#553964
(85,57,100)
#4B3258
(75,50,88)
#412B4C
(65,43,76)
#372440
(55,36,64)
#2D1D34
(45,29,52)
#231628
(35,22,40)
#190F1C
(25,15,28)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #734E88

#734E88
(115,78,136)
#7F5E92
(127,94,146)
#8B6E9C
(139,110,156)
#977EA6
(151,126,166)
#A38EB0
(163,142,176)
#AF9EBA
(175,158,186)
#BBAEC4
(187,174,196)
#C7BECE
(199,190,206)
#D3CED8
(211,206,216)
#DFDEE2
(223,222,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734E88 color. Also use rgb(115,78,136) instead hex code.

Text Font Color

.myTextColor { color: #734E88; }

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

This text font color is #734E88.


Background Color

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

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

This div background color is #734E88.


Border color

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

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

This div border color is #734E88.


Opacity

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

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

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

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

This text has shadow with #734E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734E88 on black background.


Color preview on white background

This text has color #734E88 on white background.



Black color preview on #734E88 background

This text has black color on #734E88 background.


White color preview on #734E88 background

This text has white color on #734E88 background.