COLOR #734671

HEX: #734671
RGB: (115,70,113)

Color info

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

RGB color model

#734671 color RGB value is (115,70,113).

  • red value is 115;
  • green value is 70;
  • blue value is 113.
RGB:
(115,70,113)
(45%,27%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 113 of 255 = 44%

115
70
113

R + G + B ~ 39%. #734671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 113 = 298 (100%)
R 115 of 298 ~ 38.59%
G 70 of 298 ~ 23.49%
B 113 of 298 ~ 37.92%

%38.59
%23.49
%37.92

CMYK color model

#734671 color CMYK value is (0,39,2,55).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(0,39,2,55)
C0M39Y2K55 
(0%,39%,2%,55%)
(0.00/0.39/0.02/0.55)	

CMYK percentages

%0
%39.13
%1.74
%54.9

Codes

Color #734671 in popluar color models

734671
RGB11570113
HSL303°24.32%36.27%
HSB/HSV303°39.13%45.10%
CMYK0.00%39.13%1.74%
54.90%

Color #734671 in popluar number systems.

HEX734671
Decimal11570113
Binary111001110001101110001
Octal163106161

Shades and tints

Shades of #734671

#734671
(115,70,113)
#694067
(105,64,103)
#5F3A5D
(95,58,93)
#553453
(85,52,83)
#4B2E49
(75,46,73)
#41283F
(65,40,63)
#372235
(55,34,53)
#2D1C2B
(45,28,43)
#231621
(35,22,33)
#191017
(25,16,23)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #734671

#734671
(115,70,113)
#7F567D
(127,86,125)
#8B6689
(139,102,137)
#977695
(151,118,149)
#A386A1
(163,134,161)
#AF96AD
(175,150,173)
#BBA6B9
(187,166,185)
#C7B6C5
(199,182,197)
#D3C6D1
(211,198,209)
#DFD6DD
(223,214,221)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734671 color. Also use rgb(115,70,113) instead hex code.

Text Font Color

.myTextColor { color: #734671; }

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

This text font color is #734671.


Background Color

.myBgColor { background-color: #734671; }

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

This div background color is #734671.


Border color

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

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

This div border color is #734671.


Opacity

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

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

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

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

This text has shadow with #734671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734671 on black background.


Color preview on white background

This text has color #734671 on white background.



Black color preview on #734671 background

This text has black color on #734671 background.


White color preview on #734671 background

This text has white color on #734671 background.