COLOR #734D6B

HEX: #734D6B
RGB: (115,77,107)

Color info

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

RGB color model

#734D6B color RGB value is (115,77,107).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 107 of 255 = 42%

115
77
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 107 = 299 (100%)
R 115 of 299 ~ 38.46%
G 77 of 299 ~ 25.75%
B 107 of 299 ~ 35.79%

%38.46
%25.75
%35.79

CMYK color model

#734D6B color CMYK value is (0,33,7,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,33,7,55)
C0M33Y7K55 
(0%,33%,7%,55%)
(0.00/0.33/0.07/0.55)	

CMYK percentages

%0
%33.04
%6.96
%54.9

Codes

Color #734D6B in popluar color models

734D6B
RGB11577107
HSL313°19.79%37.65%
HSB/HSV313°33.04%45.10%
CMYK0.00%33.04%6.96%
54.90%

Color #734D6B in popluar number systems.

HEX734D6B
Decimal11577107
Binary111001110011011101011
Octal163115153

Shades and tints

Shades of #734D6B

#734D6B
(115,77,107)
#694662
(105,70,98)
#5F3F59
(95,63,89)
#553850
(85,56,80)
#4B3147
(75,49,71)
#412A3E
(65,42,62)
#372335
(55,35,53)
#2D1C2C
(45,28,44)
#231523
(35,21,35)
#190E1A
(25,14,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #734D6B

#734D6B
(115,77,107)
#7F5D78
(127,93,120)
#8B6D85
(139,109,133)
#977D92
(151,125,146)
#A38D9F
(163,141,159)
#AF9DAC
(175,157,172)
#BBADB9
(187,173,185)
#C7BDC6
(199,189,198)
#D3CDD3
(211,205,211)
#DFDDE0
(223,221,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D6B; }

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

This text font color is #734D6B.


Background Color

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

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

This div background color is #734D6B.


Border color

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

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

This div border color is #734D6B.


Opacity

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

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

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

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

This text has shadow with #734D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D6B on black background.


Color preview on white background

This text has color #734D6B on white background.



Black color preview on #734D6B background

This text has black color on #734D6B background.


White color preview on #734D6B background

This text has white color on #734D6B background.