COLOR #734D5B

HEX: #734D5B
RGB: (115,77,91)

Color info

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

RGB color model

#734D5B color RGB value is (115,77,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 91 of 255 = 36%

115
77
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 91 = 283 (100%)
R 115 of 283 ~ 40.64%
G 77 of 283 ~ 27.21%
B 91 of 283 ~ 32.16%

%40.64
%27.21
%32.16

CMYK color model

#734D5B color CMYK value is (0,33,21,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,33,21,55)
C0M33Y21K55 
(0%,33%,21%,55%)
(0.00/0.33/0.21/0.55)	

CMYK percentages

%0
%33.04
%20.87
%54.9

Codes

Color #734D5B in popluar color models

734D5B
RGB1157791
HSL338°19.79%37.65%
HSB/HSV338°33.04%45.10%
CMYK0.00%33.04%20.87%
54.90%

Color #734D5B in popluar number systems.

HEX734D5B
Decimal1157791
Binary111001110011011011011
Octal163115133

Shades and tints

Shades of #734D5B

#734D5B
(115,77,91)
#694653
(105,70,83)
#5F3F4B
(95,63,75)
#553843
(85,56,67)
#4B313B
(75,49,59)
#412A33
(65,42,51)
#37232B
(55,35,43)
#2D1C23
(45,28,35)
#23151B
(35,21,27)
#190E13
(25,14,19)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #734D5B

#734D5B
(115,77,91)
#7F5D69
(127,93,105)
#8B6D77
(139,109,119)
#977D85
(151,125,133)
#A38D93
(163,141,147)
#AF9DA1
(175,157,161)
#BBADAF
(187,173,175)
#C7BDBD
(199,189,189)
#D3CDCB
(211,205,203)
#DFDDD9
(223,221,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D5B; }

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

This text font color is #734D5B.


Background Color

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

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

This div background color is #734D5B.


Border color

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

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

This div border color is #734D5B.


Opacity

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

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

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

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

This text has shadow with #734D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D5B on black background.


Color preview on white background

This text has color #734D5B on white background.



Black color preview on #734D5B background

This text has black color on #734D5B background.


White color preview on #734D5B background

This text has white color on #734D5B background.