COLOR #734070

HEX: #734070
RGB: (115,64,112)

Color info

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

RGB color model

#734070 color RGB value is (115,64,112).

  • red value is 115;
  • green value is 64;
  • blue value is 112.
RGB:
(115,64,112)
(45%,25%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 64 of 255 = 25%
B 112 of 255 = 44%

115
64
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 64 + 112 = 291 (100%)
R 115 of 291 ~ 39.52%
G 64 of 291 ~ 21.99%
B 112 of 291 ~ 38.49%

%39.52
%21.99
%38.49

CMYK color model

#734070 color CMYK value is (0,44,3,55).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,44,3,55)
C0M44Y3K55 
(0%,44%,3%,55%)
(0.00/0.44/0.03/0.55)	

CMYK percentages

%0
%44.35
%2.61
%54.9

Codes

Color #734070 in popluar color models

734070
RGB11564112
HSL304°28.49%35.10%
HSB/HSV304°44.35%45.10%
CMYK0.00%44.35%2.61%
54.90%

Color #734070 in popluar number systems.

HEX734070
Decimal11564112
Binary111001110000001110000
Octal163100160

Shades and tints

Shades of #734070

#734070
(115,64,112)
#693B66
(105,59,102)
#5F365C
(95,54,92)
#553152
(85,49,82)
#4B2C48
(75,44,72)
#41273E
(65,39,62)
#372234
(55,34,52)
#2D1D2A
(45,29,42)
#231820
(35,24,32)
#191316
(25,19,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #734070

#734070
(115,64,112)
#7F517D
(127,81,125)
#8B628A
(139,98,138)
#977397
(151,115,151)
#A384A4
(163,132,164)
#AF95B1
(175,149,177)
#BBA6BE
(187,166,190)
#C7B7CB
(199,183,203)
#D3C8D8
(211,200,216)
#DFD9E5
(223,217,229)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734070 color. Also use rgb(115,64,112) instead hex code.

Text Font Color

.myTextColor { color: #734070; }

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

This text font color is #734070.


Background Color

.myBgColor { background-color: #734070; }

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

This div background color is #734070.


Border color

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

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

This div border color is #734070.


Opacity

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

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

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

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

This text has shadow with #734070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734070 on black background.


Color preview on white background

This text has color #734070 on white background.



Black color preview on #734070 background

This text has black color on #734070 background.


White color preview on #734070 background

This text has white color on #734070 background.