COLOR #734D69

HEX: #734D69
RGB: (115,77,105)

Color info

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

RGB color model

#734D69 color RGB value is (115,77,105).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 105 of 255 = 41%

115
77
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 105 = 297 (100%)
R 115 of 297 ~ 38.72%
G 77 of 297 ~ 25.93%
B 105 of 297 ~ 35.35%

%38.72
%25.93
%35.35

CMYK color model

#734D69 color CMYK value is (0,33,9,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(0,33,9,55)
C0M33Y9K55 
(0%,33%,9%,55%)
(0.00/0.33/0.09/0.55)	

CMYK percentages

%0
%33.04
%8.7
%54.9

Codes

Color #734D69 in popluar color models

734D69
RGB11577105
HSL316°19.79%37.65%
HSB/HSV316°33.04%45.10%
CMYK0.00%33.04%8.70%
54.90%

Color #734D69 in popluar number systems.

HEX734D69
Decimal11577105
Binary111001110011011101001
Octal163115151

Shades and tints

Shades of #734D69

#734D69
(115,77,105)
#694660
(105,70,96)
#5F3F57
(95,63,87)
#55384E
(85,56,78)
#4B3145
(75,49,69)
#412A3C
(65,42,60)
#372333
(55,35,51)
#2D1C2A
(45,28,42)
#231521
(35,21,33)
#190E18
(25,14,24)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #734D69

#734D69
(115,77,105)
#7F5D76
(127,93,118)
#8B6D83
(139,109,131)
#977D90
(151,125,144)
#A38D9D
(163,141,157)
#AF9DAA
(175,157,170)
#BBADB7
(187,173,183)
#C7BDC4
(199,189,196)
#D3CDD1
(211,205,209)
#DFDDDE
(223,221,222)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D69; }

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

This text font color is #734D69.


Background Color

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

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

This div background color is #734D69.


Border color

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

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

This div border color is #734D69.


Opacity

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

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

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

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

This text has shadow with #734D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D69 on black background.


Color preview on white background

This text has color #734D69 on white background.



Black color preview on #734D69 background

This text has black color on #734D69 background.


White color preview on #734D69 background

This text has white color on #734D69 background.