COLOR #734E68

HEX: #734E68
RGB: (115,78,104)

Color info

#734E68 contains red, green and blue colors in about the same proportion. Web safe color of #734E68 is #666666 (or #666).

RGB color model

#734E68 color RGB value is (115,78,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 78 of 255 = 31%
B 104 of 255 = 41%

115
78
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 78 + 104 = 297 (100%)
R 115 of 297 ~ 38.72%
G 78 of 297 ~ 26.26%
B 104 of 297 ~ 35.02%

%38.72
%26.26
%35.02

CMYK color model

#734E68 color CMYK value is (0,32,10,55).

  • cyan value is 0.00%
  • magenta value is 32.17%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,32,10,55)
C0M32Y10K55 
(0%,32%,10%,55%)
(0.00/0.32/0.10/0.55)	

CMYK percentages

%0
%32.17
%9.57
%54.9

Codes

Color #734E68 in popluar color models

734E68
RGB11578104
HSL318°19.17%37.84%
HSB/HSV318°32.17%45.10%
CMYK0.00%32.17%9.57%
54.90%

Color #734E68 in popluar number systems.

HEX734E68
Decimal11578104
Binary111001110011101101000
Octal163116150

Shades and tints

Shades of #734E68

#734E68
(115,78,104)
#69475F
(105,71,95)
#5F4056
(95,64,86)
#55394D
(85,57,77)
#4B3244
(75,50,68)
#412B3B
(65,43,59)
#372432
(55,36,50)
#2D1D29
(45,29,41)
#231620
(35,22,32)
#190F17
(25,15,23)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #734E68

#734E68
(115,78,104)
#7F5E75
(127,94,117)
#8B6E82
(139,110,130)
#977E8F
(151,126,143)
#A38E9C
(163,142,156)
#AF9EA9
(175,158,169)
#BBAEB6
(187,174,182)
#C7BEC3
(199,190,195)
#D3CED0
(211,206,208)
#DFDEDD
(223,222,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734E68; }

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

This text font color is #734E68.


Background Color

.myBgColor { background-color: #734E68; }

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

This div background color is #734E68.


Border color

.myBorderColor { border: 1px solid #734E68; }

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

This div border color is #734E68.


Opacity

.myOpacity80 { color: #734E68; opacity: 0.8; }

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

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

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

This text has shadow with #734E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734E68 on black background.


Color preview on white background

This text has color #734E68 on white background.



Black color preview on #734E68 background

This text has black color on #734E68 background.


White color preview on #734E68 background

This text has white color on #734E68 background.