COLOR #734371

HEX: #734371
RGB: (115,67,113)

Color info

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

RGB color model

#734371 color RGB value is (115,67,113).

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

RGB channels and saturation

R 115 of 255 = 45%
G 67 of 255 = 26%
B 113 of 255 = 44%

115
67
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 67 + 113 = 295 (100%)
R 115 of 295 ~ 38.98%
G 67 of 295 ~ 22.71%
B 113 of 295 ~ 38.31%

%38.98
%22.71
%38.31

CMYK color model

#734371 color CMYK value is (0,42,2,55).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(0,42,2,55)
C0M42Y2K55 
(0%,42%,2%,55%)
(0.00/0.42/0.02/0.55)	

CMYK percentages

%0
%41.74
%1.74
%54.9

Codes

Color #734371 in popluar color models

734371
RGB11567113
HSL303°26.37%35.69%
HSB/HSV303°41.74%45.10%
CMYK0.00%41.74%1.74%
54.90%

Color #734371 in popluar number systems.

HEX734371
Decimal11567113
Binary111001110000111110001
Octal163103161

Shades and tints

Shades of #734371

#734371
(115,67,113)
#693D67
(105,61,103)
#5F375D
(95,55,93)
#553153
(85,49,83)
#4B2B49
(75,43,73)
#41253F
(65,37,63)
#371F35
(55,31,53)
#2D192B
(45,25,43)
#231321
(35,19,33)
#190D17
(25,13,23)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #734371

#734371
(115,67,113)
#7F547D
(127,84,125)
#8B6589
(139,101,137)
#977695
(151,118,149)
#A387A1
(163,135,161)
#AF98AD
(175,152,173)
#BBA9B9
(187,169,185)
#C7BAC5
(199,186,197)
#D3CBD1
(211,203,209)
#DFDCDD
(223,220,221)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734371; }

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

This text font color is #734371.


Background Color

.myBgColor { background-color: #734371; }

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

This div background color is #734371.


Border color

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

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

This div border color is #734371.


Opacity

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

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

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

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

This text has shadow with #734371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734371 on black background.


Color preview on white background

This text has color #734371 on white background.



Black color preview on #734371 background

This text has black color on #734371 background.


White color preview on #734371 background

This text has white color on #734371 background.