COLOR #734D55

HEX: #734D55
RGB: (115,77,85)

Color info

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

RGB color model

#734D55 color RGB value is (115,77,85).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 85 of 255 = 33%

115
77
85

R + G + B ~ 36%. #734D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 85 = 277 (100%)
R 115 of 277 ~ 41.52%
G 77 of 277 ~ 27.8%
B 85 of 277 ~ 30.69%

%41.52
%27.8
%30.69

CMYK color model

#734D55 color CMYK value is (0,33,26,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,33,26,55)
C0M33Y26K55 
(0%,33%,26%,55%)
(0.00/0.33/0.26/0.55)	

CMYK percentages

%0
%33.04
%26.09
%54.9

Codes

Color #734D55 in popluar color models

734D55
RGB1157785
HSL347°19.79%37.65%
HSB/HSV347°33.04%45.10%
CMYK0.00%33.04%26.09%
54.90%

Color #734D55 in popluar number systems.

HEX734D55
Decimal1157785
Binary111001110011011010101
Octal163115125

Shades and tints

Shades of #734D55

#734D55
(115,77,85)
#69464E
(105,70,78)
#5F3F47
(95,63,71)
#553840
(85,56,64)
#4B3139
(75,49,57)
#412A32
(65,42,50)
#37232B
(55,35,43)
#2D1C24
(45,28,36)
#23151D
(35,21,29)
#190E16
(25,14,22)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #734D55

#734D55
(115,77,85)
#7F5D64
(127,93,100)
#8B6D73
(139,109,115)
#977D82
(151,125,130)
#A38D91
(163,141,145)
#AF9DA0
(175,157,160)
#BBADAF
(187,173,175)
#C7BDBE
(199,189,190)
#D3CDCD
(211,205,205)
#DFDDDC
(223,221,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D55; }

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

This text font color is #734D55.


Background Color

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

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

This div background color is #734D55.


Border color

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

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

This div border color is #734D55.


Opacity

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

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

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

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

This text has shadow with #734D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D55 on black background.


Color preview on white background

This text has color #734D55 on white background.



Black color preview on #734D55 background

This text has black color on #734D55 background.


White color preview on #734D55 background

This text has white color on #734D55 background.