COLOR #734168

HEX: #734168
RGB: (115,65,104)

Color info

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

RGB color model

#734168 color RGB value is (115,65,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 65 of 255 = 25%
B 104 of 255 = 41%

115
65
104

R + G + B ~ 37%. #734168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 65 + 104 = 284 (100%)
R 115 of 284 ~ 40.49%
G 65 of 284 ~ 22.89%
B 104 of 284 ~ 36.62%

%40.49
%22.89
%36.62

CMYK color model

#734168 color CMYK value is (0,43,10,55).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,43,10,55)
C0M43Y10K55 
(0%,43%,10%,55%)
(0.00/0.43/0.10/0.55)	

CMYK percentages

%0
%43.48
%9.57
%54.9

Codes

Color #734168 in popluar color models

734168
RGB11565104
HSL313°27.78%35.29%
HSB/HSV313°43.48%45.10%
CMYK0.00%43.48%9.57%
54.90%

Color #734168 in popluar number systems.

HEX734168
Decimal11565104
Binary111001110000011101000
Octal163101150

Shades and tints

Shades of #734168

#734168
(115,65,104)
#693C5F
(105,60,95)
#5F3756
(95,55,86)
#55324D
(85,50,77)
#4B2D44
(75,45,68)
#41283B
(65,40,59)
#372332
(55,35,50)
#2D1E29
(45,30,41)
#231920
(35,25,32)
#191417
(25,20,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #734168

#734168
(115,65,104)
#7F5275
(127,82,117)
#8B6382
(139,99,130)
#97748F
(151,116,143)
#A3859C
(163,133,156)
#AF96A9
(175,150,169)
#BBA7B6
(187,167,182)
#C7B8C3
(199,184,195)
#D3C9D0
(211,201,208)
#DFDADD
(223,218,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734168; }

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

This text font color is #734168.


Background Color

.myBgColor { background-color: #734168; }

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

This div background color is #734168.


Border color

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

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

This div border color is #734168.


Opacity

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

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

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

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

This text has shadow with #734168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734168 on black background.


Color preview on white background

This text has color #734168 on white background.



Black color preview on #734168 background

This text has black color on #734168 background.


White color preview on #734168 background

This text has white color on #734168 background.