COLOR #734459

HEX: #734459
RGB: (115,68,89)

Color info

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

RGB color model

#734459 color RGB value is (115,68,89).

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

RGB channels and saturation

R 115 of 255 = 45%
G 68 of 255 = 27%
B 89 of 255 = 35%

115
68
89

R + G + B ~ 36%. #734459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 68 + 89 = 272 (100%)
R 115 of 272 ~ 42.28%
G 68 of 272 ~ 25%
B 89 of 272 ~ 32.72%

%42.28
%25
%32.72

CMYK color model

#734459 color CMYK value is (0,41,23,55).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(0,41,23,55)
C0M41Y23K55 
(0%,41%,23%,55%)
(0.00/0.41/0.23/0.55)	

CMYK percentages

%0
%40.87
%22.61
%54.9

Codes

Color #734459 in popluar color models

734459
RGB1156889
HSL333°25.68%35.88%
HSB/HSV333°40.87%45.10%
CMYK0.00%40.87%22.61%
54.90%

Color #734459 in popluar number systems.

HEX734459
Decimal1156889
Binary111001110001001011001
Octal163104131

Shades and tints

Shades of #734459

#734459
(115,68,89)
#693E51
(105,62,81)
#5F3849
(95,56,73)
#553241
(85,50,65)
#4B2C39
(75,44,57)
#412631
(65,38,49)
#372029
(55,32,41)
#2D1A21
(45,26,33)
#231419
(35,20,25)
#190E11
(25,14,17)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #734459

#734459
(115,68,89)
#7F5568
(127,85,104)
#8B6677
(139,102,119)
#977786
(151,119,134)
#A38895
(163,136,149)
#AF99A4
(175,153,164)
#BBAAB3
(187,170,179)
#C7BBC2
(199,187,194)
#D3CCD1
(211,204,209)
#DFDDE0
(223,221,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734459; }

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

This text font color is #734459.


Background Color

.myBgColor { background-color: #734459; }

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

This div background color is #734459.


Border color

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

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

This div border color is #734459.


Opacity

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

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

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

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

This text has shadow with #734459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734459 on black background.


Color preview on white background

This text has color #734459 on white background.



Black color preview on #734459 background

This text has black color on #734459 background.


White color preview on #734459 background

This text has white color on #734459 background.