COLOR #734468

HEX: #734468
RGB: (115,68,104)

Color info

#734468 contains red, green and blue colors in about the same proportion. Web safe color of #734468 is #663366 (or #636).

RGB color model

#734468 color RGB value is (115,68,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 68 of 255 = 27%
B 104 of 255 = 41%

115
68
104

R + G + B ~ 38%. #734468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 68 + 104 = 287 (100%)
R 115 of 287 ~ 40.07%
G 68 of 287 ~ 23.69%
B 104 of 287 ~ 36.24%

%40.07
%23.69
%36.24

CMYK color model

#734468 color CMYK value is (0,41,10,55).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,41,10,55)
C0M41Y10K55 
(0%,41%,10%,55%)
(0.00/0.41/0.10/0.55)	

CMYK percentages

%0
%40.87
%9.57
%54.9

Codes

Color #734468 in popluar color models

734468
RGB11568104
HSL314°25.68%35.88%
HSB/HSV314°40.87%45.10%
CMYK0.00%40.87%9.57%
54.90%

Color #734468 in popluar number systems.

HEX734468
Decimal11568104
Binary111001110001001101000
Octal163104150

Shades and tints

Shades of #734468

#734468
(115,68,104)
#693E5F
(105,62,95)
#5F3856
(95,56,86)
#55324D
(85,50,77)
#4B2C44
(75,44,68)
#41263B
(65,38,59)
#372032
(55,32,50)
#2D1A29
(45,26,41)
#231420
(35,20,32)
#190E17
(25,14,23)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #734468

#734468
(115,68,104)
#7F5575
(127,85,117)
#8B6682
(139,102,130)
#97778F
(151,119,143)
#A3889C
(163,136,156)
#AF99A9
(175,153,169)
#BBAAB6
(187,170,182)
#C7BBC3
(199,187,195)
#D3CCD0
(211,204,208)
#DFDDDD
(223,221,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734468; }

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

This text font color is #734468.


Background Color

.myBgColor { background-color: #734468; }

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

This div background color is #734468.


Border color

.myBorderColor { border: 1px solid #734468; }

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

This div border color is #734468.


Opacity

.myOpacity80 { color: #734468; opacity: 0.8; }

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

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

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

This text has shadow with #734468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734468 on black background.


Color preview on white background

This text has color #734468 on white background.



Black color preview on #734468 background

This text has black color on #734468 background.


White color preview on #734468 background

This text has white color on #734468 background.