COLOR #734D66

HEX: #734D66
RGB: (115,77,102)

Color info

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

RGB color model

#734D66 color RGB value is (115,77,102).

  • red value is 115;
  • green value is 77;
  • blue value is 102.
RGB:
(115,77,102)
(45%,30%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 102 of 255 = 40%

115
77
102

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 102 = 294 (100%)
R 115 of 294 ~ 39.12%
G 77 of 294 ~ 26.19%
B 102 of 294 ~ 34.69%

%39.12
%26.19
%34.69

CMYK color model

#734D66 color CMYK value is (0,33,11,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(0,33,11,55)
C0M33Y11K55 
(0%,33%,11%,55%)
(0.00/0.33/0.11/0.55)	

CMYK percentages

%0
%33.04
%11.3
%54.9

Codes

Color #734D66 in popluar color models

734D66
RGB11577102
HSL321°19.79%37.65%
HSB/HSV321°33.04%45.10%
CMYK0.00%33.04%11.30%
54.90%

Color #734D66 in popluar number systems.

HEX734D66
Decimal11577102
Binary111001110011011100110
Octal163115146

Shades and tints

Shades of #734D66

#734D66
(115,77,102)
#69465D
(105,70,93)
#5F3F54
(95,63,84)
#55384B
(85,56,75)
#4B3142
(75,49,66)
#412A39
(65,42,57)
#372330
(55,35,48)
#2D1C27
(45,28,39)
#23151E
(35,21,30)
#190E15
(25,14,21)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #734D66

#734D66
(115,77,102)
#7F5D73
(127,93,115)
#8B6D80
(139,109,128)
#977D8D
(151,125,141)
#A38D9A
(163,141,154)
#AF9DA7
(175,157,167)
#BBADB4
(187,173,180)
#C7BDC1
(199,189,193)
#D3CDCE
(211,205,206)
#DFDDDB
(223,221,219)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734D66 color. Also use rgb(115,77,102) instead hex code.

Text Font Color

.myTextColor { color: #734D66; }

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

This text font color is #734D66.


Background Color

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

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

This div background color is #734D66.


Border color

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

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

This div border color is #734D66.


Opacity

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

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

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

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

This text has shadow with #734D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D66 on black background.


Color preview on white background

This text has color #734D66 on white background.



Black color preview on #734D66 background

This text has black color on #734D66 background.


White color preview on #734D66 background

This text has white color on #734D66 background.