COLOR #734B6F

HEX: #734B6F
RGB: (115,75,111)

Color info

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

RGB color model

#734B6F color RGB value is (115,75,111).

  • red value is 115;
  • green value is 75;
  • blue value is 111.
RGB:
(115,75,111)
(45%,29%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 75 of 255 = 29%
B 111 of 255 = 44%

115
75
111

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

Portions of RGB colors in percentages

R + G + B =
115 + 75 + 111 = 301 (100%)
R 115 of 301 ~ 38.21%
G 75 of 301 ~ 24.92%
B 111 of 301 ~ 36.88%

%38.21
%24.92
%36.88

CMYK color model

#734B6F color CMYK value is (0,35,3,55).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(0,35,3,55)
C0M35Y3K55 
(0%,35%,3%,55%)
(0.00/0.35/0.03/0.55)	

CMYK percentages

%0
%34.78
%3.48
%54.9

Codes

Color #734B6F in popluar color models

734B6F
RGB11575111
HSL306°21.05%37.25%
HSB/HSV306°34.78%45.10%
CMYK0.00%34.78%3.48%
54.90%

Color #734B6F in popluar number systems.

HEX734B6F
Decimal11575111
Binary111001110010111101111
Octal163113157

Shades and tints

Shades of #734B6F

#734B6F
(115,75,111)
#694565
(105,69,101)
#5F3F5B
(95,63,91)
#553951
(85,57,81)
#4B3347
(75,51,71)
#412D3D
(65,45,61)
#372733
(55,39,51)
#2D2129
(45,33,41)
#231B1F
(35,27,31)
#191515
(25,21,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #734B6F

#734B6F
(115,75,111)
#7F5B7C
(127,91,124)
#8B6B89
(139,107,137)
#977B96
(151,123,150)
#A38BA3
(163,139,163)
#AF9BB0
(175,155,176)
#BBABBD
(187,171,189)
#C7BBCA
(199,187,202)
#D3CBD7
(211,203,215)
#DFDBE4
(223,219,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734B6F color. Also use rgb(115,75,111) instead hex code.

Text Font Color

.myTextColor { color: #734B6F; }

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

This text font color is #734B6F.


Background Color

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

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

This div background color is #734B6F.


Border color

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

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

This div border color is #734B6F.


Opacity

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

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

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

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

This text has shadow with #734B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734B6F on black background.


Color preview on white background

This text has color #734B6F on white background.



Black color preview on #734B6F background

This text has black color on #734B6F background.


White color preview on #734B6F background

This text has white color on #734B6F background.