COLOR #734D51

HEX: #734D51
RGB: (115,77,81)

Color info

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

RGB color model

#734D51 color RGB value is (115,77,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 81 of 255 = 32%

115
77
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 81 = 273 (100%)
R 115 of 273 ~ 42.12%
G 77 of 273 ~ 28.21%
B 81 of 273 ~ 29.67%

%42.12
%28.21
%29.67

CMYK color model

#734D51 color CMYK value is (0,33,30,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,33,30,55)
C0M33Y30K55 
(0%,33%,30%,55%)
(0.00/0.33/0.30/0.55)	

CMYK percentages

%0
%33.04
%29.57
%54.9

Codes

Color #734D51 in popluar color models

734D51
RGB1157781
HSL354°19.79%37.65%
HSB/HSV354°33.04%45.10%
CMYK0.00%33.04%29.57%
54.90%

Color #734D51 in popluar number systems.

HEX734D51
Decimal1157781
Binary111001110011011010001
Octal163115121

Shades and tints

Shades of #734D51

#734D51
(115,77,81)
#69464A
(105,70,74)
#5F3F43
(95,63,67)
#55383C
(85,56,60)
#4B3135
(75,49,53)
#412A2E
(65,42,46)
#372327
(55,35,39)
#2D1C20
(45,28,32)
#231519
(35,21,25)
#190E12
(25,14,18)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #734D51

#734D51
(115,77,81)
#7F5D60
(127,93,96)
#8B6D6F
(139,109,111)
#977D7E
(151,125,126)
#A38D8D
(163,141,141)
#AF9D9C
(175,157,156)
#BBADAB
(187,173,171)
#C7BDBA
(199,189,186)
#D3CDC9
(211,205,201)
#DFDDD8
(223,221,216)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D51; }

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

This text font color is #734D51.


Background Color

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

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

This div background color is #734D51.


Border color

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

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

This div border color is #734D51.


Opacity

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

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

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

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

This text has shadow with #734D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D51 on black background.


Color preview on white background

This text has color #734D51 on white background.



Black color preview on #734D51 background

This text has black color on #734D51 background.


White color preview on #734D51 background

This text has white color on #734D51 background.