COLOR #734A50

HEX: #734A50
RGB: (115,74,80)

Color info

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

RGB color model

#734A50 color RGB value is (115,74,80).

  • red value is 115;
  • green value is 74;
  • blue value is 80.
RGB:
(115,74,80)
(45%,29%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 74 of 255 = 29%
B 80 of 255 = 31%

115
74
80

R + G + B ~ 35%. #734A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 74 + 80 = 269 (100%)
R 115 of 269 ~ 42.75%
G 74 of 269 ~ 27.51%
B 80 of 269 ~ 29.74%

%42.75
%27.51
%29.74

CMYK color model

#734A50 color CMYK value is (0,36,30,55).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(0,36,30,55)
C0M36Y30K55 
(0%,36%,30%,55%)
(0.00/0.36/0.30/0.55)	

CMYK percentages

%0
%35.65
%30.43
%54.9

Codes

Color #734A50 in popluar color models

734A50
RGB1157480
HSL351°21.69%37.06%
HSB/HSV351°35.65%45.10%
CMYK0.00%35.65%30.43%
54.90%

Color #734A50 in popluar number systems.

HEX734A50
Decimal1157480
Binary111001110010101010000
Octal163112120

Shades and tints

Shades of #734A50

#734A50
(115,74,80)
#694449
(105,68,73)
#5F3E42
(95,62,66)
#55383B
(85,56,59)
#4B3234
(75,50,52)
#412C2D
(65,44,45)
#372626
(55,38,38)
#2D201F
(45,32,31)
#231A18
(35,26,24)
#191411
(25,20,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #734A50

#734A50
(115,74,80)
#7F5A5F
(127,90,95)
#8B6A6E
(139,106,110)
#977A7D
(151,122,125)
#A38A8C
(163,138,140)
#AF9A9B
(175,154,155)
#BBAAAA
(187,170,170)
#C7BAB9
(199,186,185)
#D3CAC8
(211,202,200)
#DFDAD7
(223,218,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734A50 color. Also use rgb(115,74,80) instead hex code.

Text Font Color

.myTextColor { color: #734A50; }

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

This text font color is #734A50.


Background Color

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

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

This div background color is #734A50.


Border color

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

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

This div border color is #734A50.


Opacity

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

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

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

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

This text has shadow with #734A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734A50 on black background.


Color preview on white background

This text has color #734A50 on white background.



Black color preview on #734A50 background

This text has black color on #734A50 background.


White color preview on #734A50 background

This text has white color on #734A50 background.