COLOR #734A55

HEX: #734A55
RGB: (115,74,85)

Color info

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

RGB color model

#734A55 color RGB value is (115,74,85).

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

RGB channels and saturation

R 115 of 255 = 45%
G 74 of 255 = 29%
B 85 of 255 = 33%

115
74
85

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

Portions of RGB colors in percentages

R + G + B =
115 + 74 + 85 = 274 (100%)
R 115 of 274 ~ 41.97%
G 74 of 274 ~ 27.01%
B 85 of 274 ~ 31.02%

%41.97
%27.01
%31.02

CMYK color model

#734A55 color CMYK value is (0,36,26,55).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,36,26,55)
C0M36Y26K55 
(0%,36%,26%,55%)
(0.00/0.36/0.26/0.55)	

CMYK percentages

%0
%35.65
%26.09
%54.9

Codes

Color #734A55 in popluar color models

734A55
RGB1157485
HSL344°21.69%37.06%
HSB/HSV344°35.65%45.10%
CMYK0.00%35.65%26.09%
54.90%

Color #734A55 in popluar number systems.

HEX734A55
Decimal1157485
Binary111001110010101010101
Octal163112125

Shades and tints

Shades of #734A55

#734A55
(115,74,85)
#69444E
(105,68,78)
#5F3E47
(95,62,71)
#553840
(85,56,64)
#4B3239
(75,50,57)
#412C32
(65,44,50)
#37262B
(55,38,43)
#2D2024
(45,32,36)
#231A1D
(35,26,29)
#191416
(25,20,22)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #734A55

#734A55
(115,74,85)
#7F5A64
(127,90,100)
#8B6A73
(139,106,115)
#977A82
(151,122,130)
#A38A91
(163,138,145)
#AF9AA0
(175,154,160)
#BBAAAF
(187,170,175)
#C7BABE
(199,186,190)
#D3CACD
(211,202,205)
#DFDADC
(223,218,220)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734A55; }

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

This text font color is #734A55.


Background Color

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

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

This div background color is #734A55.


Border color

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

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

This div border color is #734A55.


Opacity

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

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

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

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

This text has shadow with #734A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734A55 on black background.


Color preview on white background

This text has color #734A55 on white background.



Black color preview on #734A55 background

This text has black color on #734A55 background.


White color preview on #734A55 background

This text has white color on #734A55 background.